狀態:打開
建議日期:2018年12月1日
ERC-20標準的另一個擴展是ERC-827標準,它允許用戶轉移通證,持有者也能允許第三方使用通證。
以太坊上的通證可以被其他應用程序重用,這其中也包括錢包和交換機。在需要支持第三方動態消費限額調整時,這一點非常有用。另外,最重要的一點是,由于它是ERC-20標準的擴展,所以它也跟ERC-20標準兼容。
該標準中的一些方法如下所示:
transferFrom(address_from, address _to, uint256 _value, bytes _data) returns (bool success)
function approve(address_spender, uint256 _value, bytes _data) returns (bool success)
以上便是幾個比較知名ERC標準的介紹。
原文鏈接:
https://medium.freecodecamp.org/lets-talk-about-the-ethereum-
token-standards-you-need-to-know-8af9fcb7e54b
資源
Gerald Nash(杰拉爾德·納什)所著的《對ERC721的解剖》
文章鏈接:
https://medium.com/crypto-currently/the-anatomy-of-erc721-e9db77abfc24
Leonid Beder(列昂尼德·比德爾)所著的《新ERC223令牌》
文章鏈接:
https://medium.com/kinfoundation/the-new-erc223-token-standard-8dddbf1a5909
Lucas K(盧卡斯·奇)所著的《ERC標準能否推動以太坊向前發展?ERC-20,ERC-223,ERC-721》
文章鏈接:
https://medium.com/wepower/erc-standards-to-move-ethereum-forward-erc-20-erc-223-erc-721-e1712456449d
Jim McDonald(吉姆·麥克唐納)所著的《解讀ERC-20令牌合同》
文章鏈接:
https://medium.com/@jgm.orinoco/understanding-erc-20-token-contracts-a809a7310aa5
Dexaran所著的《通證開發人員的魅力》
文章鏈接:
https://www.reddit.com/r/Ubiq/comments/6uhl19/an_appeal_to_token_developers_erc20_token/
Github平臺上的ERC827
鏈接:
https://github.com/ethereum/EIPs/issues/827
版權申明:本內容來自于互聯網,屬第三方匯集推薦平臺。本文的版權歸原作者所有,文章言論不代表鏈門戶的觀點,鏈門戶不承擔任何法律責任。如有侵權請聯系QQ:3341927519進行反饋。