I writed a code enter link description here with payable function transfer. but, after Deploy in the "etherscan" showed me that is is not erc721, it is ERC20. can help me? where is wrong?
Asked
Active
Viewed 425 times
0
-
1Please link the deployed address on Etherscan a provide repro steps to get to the same error message that you got. – Petr Hejda Jan 28 '22 at 11:12
-
errors do not appear / only after the deployment on Rinteby is written "Overview [ERC-20]" – Назарій Кравченко Jan 28 '22 at 14:50
-
Ok. Please share the link to the contract on a blockchain explorer with the "Overview [ERC-20]" message. My wild guess is that it's a feature of the site unrelated to the contract code, but there might be other issues related. – Petr Hejda Jan 28 '22 at 15:29
-
https://rinkeby.etherscan.io/token/0x1A7C0129E5137e8113F55da028a3cd8D9d59155c?a=0x3006dfc796a1882df8642c9b3281efb5af68982d – Назарій Кравченко Jan 28 '22 at 17:52
1 Answers
0
Testnets might not work exactly as mainnets. They have different behaviours, that is normal. Anyway, the methods of your smart contract are visible and can then be called.

KotlinIsland
- 799
- 1
- 6
- 25