web3wagmi
← All standards

ERC-20 vs ERC-998

Token Standard compared with Composable Non-Fungible Token.

No shared functions
0 shared · 9 vs 31 functions · 0% of the smaller surface

ERC-998 lists ERC-20 in its requires field but declares no inheritance in its interface, so any surface it inherits is not counted here.

🤝 Shared (0)

None.

◀️ Only in ERC-20 (9)

0xdd62ed3eallowance(address,address)
0x095ea7b3approve(address,uint256)
0x70a08231balanceOf(address)
0x313ce567decimals()
0x06fdde03name()
0x95d89b41symbol()
0x18160dddtotalSupply()
0xa9059cbbtransfer(address,uint256)
0x23b872ddtransferFrom(address,address,uint256)

▶️ Only in ERC-998 (31)

0xe226ed22balanceOfERC20(uint256,address)
0xe380b7bdbalanceOfToken(address,uint256)
0x0d5a621bchildContractByIndex(uint256,uint256)
0x051847d5childTokenByIndex(address,uint256,uint256)
0x160b01a1childTokenByIndex(uint256,address,uint256)
0x627c81fferc20ContractByIndex(uint256,uint256)
0xba6b5f96getChild(address,uint256,address,uint256)
0x07cff6f2getERC20(address,uint256,address,uint256)
0x150b7a02onERC721Received(address,address,uint256,bytes)
0xeadb80b8ownerOfChild(address,uint256)
0x43a61a8erootOwnerOf(uint256)
0xed81cddarootOwnerOfChild(address,uint256)
0x8d81f51esafeTransferChild(uint256,address,address,uint256,bytes)
0x1d98f3c5safeTransferChild(uint256,address,address,uint256)
0xc0ee0b8atokenFallback(address,uint256,bytes)
0x89885a59tokenOwnerOf(uint256)
0x8da7d0b5totalChildContracts(uint256)
0x8600f2ectotalChildTokens(address,uint256)
0x35b21cebtotalChildTokens(uint256,address)
0xa7811732totalERC20Contracts(uint256)
0xc0a899f2transferAsChild(address,uint256,address,uint256,uint256,bytes)
0x737bf30ftransferAsChild(address,uint256,address,uint256,uint256)
0xbef44f18transferChild(uint256,address,address,uint256)
0x08937f62transferChildToParent(uint256,address,uint256,address,uint256,bytes)
0x830ef41btransferERC20(uint256,address,address,uint256)
0xd49d1bactransferERC223(uint256,address,address,uint256,bytes)
0x5e3e2687transferFromParent(address,uint256,address,uint256,bytes)
0x5438496ftransferFromParent(address,uint256,address,uint256)
0xc9b8085atransferFromParentERC223(address,uint256,address,uint256,bytes)
0xf50acfa0transferToParent(address,address,uint256,uint256,bytes)
0x3b6ca44ctransferToParent(address,address,uint256,uint256)

Both surfaces parsed from the canonical specifications: ERC-20 · ERC-998