Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployed HRC721 appears as contract and not HRC721 on explorer #61

Closed
lootblocks opened this issue Aug 12, 2021 · 2 comments
Closed

Deployed HRC721 appears as contract and not HRC721 on explorer #61

lootblocks opened this issue Aug 12, 2021 · 2 comments
Assignees

Comments

@lootblocks
Copy link

Name, Symbol, total supply, inventory (all the good HRC721 stuff) not appearing.

https://explorer.harmony.one/address/0x9e8160b2ccb5335bc4183277e46e87d97fe49542?activeTab=0

@ArtemKolodko ArtemKolodko self-assigned this Mar 11, 2022
@ArtemKolodko
Copy link
Collaborator

the contract 0x9e8160b2ccb5335bc4183277e46e87d97fe49542 does not have the required methods for HRC721:
totalSupply, ownerOf, tokenURI, transferFrom, safeTransferFrom

Can be checked with tool:
https://explorer.harmony.one/tools/checkHrc?address=0x9e8160b2ccb5335bc4183277e46e87d97fe49542
wait for loaded bytecode, switch to HRC721

@ArtemKolodko
Copy link
Collaborator

Closing issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants