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

Can you add support for ERC-721 tokens #7

Closed
skywinder opened this issue Aug 26, 2018 · 3 comments · Fixed by #67
Closed

Can you add support for ERC-721 tokens #7

skywinder opened this issue Aug 26, 2018 · 3 comments · Fixed by #67
Assignees
Labels
enhancement New feature or request

Comments

@skywinder
Copy link
Collaborator

From @MengLiMing on August 7, 2018 3:21

Can you add support for ERC-721 tokens

Copied from original issue: BANKEX/web3swift#209

@skywinder
Copy link
Collaborator Author

From @shamatar on August 7, 2018 16:54

Do you have a reference ABI and some desired functionality? I can plan it for 1.3+ version


From: MengLiMing notifications@github.com
Sent: Tuesday, August 7, 2018 6:21:14 AM
To: BANKEX/web3swift
Cc: Subscribed
Subject: [BANKEX/web3swift] Can you add support for ERC-721 tokens (#209)

Can you add support for ERC-721 tokens


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubBANKEX/web3swift#209, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGKv9w3_5J9h8z-fWc8MrPTLkB38VXD8ks5uOQeqgaJpZM4Vxayd.

@shamatar
Copy link
Contributor

Support is in the works. I'll add support of convenience erc20 and erc721 native classes in the next two minor releases

@shamatar shamatar self-assigned this Aug 30, 2018
@BaldyAsh
Copy link
Collaborator

Current behavior:
Now it’s only ERC-20 convenience native class supported.
Expected behavior:
Need to add class for ERC-721 with support of basic functions:
name
symbol
totalSupply
balanceOf
ownerOf
approve
takeOwnership
transfer
tokenOfOwnerByIndex
tokenMetadata

@BaldyAsh BaldyAsh mentioned this issue Oct 17, 2018
BaldyAsh added a commit that referenced this issue Dec 21, 2018
Revert "Added erc1400 precompiled contract"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants