ERC-5521 vs ERC-8034
Referable NFT compared with Referable NFT Royalties.
Overlapping, neither contains the other
1 shared · 5 vs 7 functions · 20% of the smaller surface
ERC-8034 lists ERC-5521 in its requires field but declares no inheritance in its interface, so any surface it inherits is not counted here.
🤝 Shared (1)
0x01ffc9a7 | supportsInterface(bytes4) |
◀️ Only in ERC-5521 (4)
0xd30d968d | createdTimestampOf(address,uint256) |
0x64f9b0e6 | referredOf(address,uint256) |
0xa35391ac | referringOf(address,uint256) |
0x616c5535 | setNode(uint256,address[],uint256[][]) |
▶️ Only in ERC-8034 (6)
0xd76747b9 | getReferenceRoyaltyInfo(address,uint256,uint256) |
0xbd99767a | getReferenceRoyaltyInfo(address,uint256) |
0xed46cb54 | royaltyNonce(address,address,uint256) |
0x5f1e78af | setReferenceRoyalty(address,uint256,address[],uint256[],uint256,address,uint256,bytes) |
0x55853322 | setReferenceRoyalty(address,uint256,address[],uint256[],uint256) |
0x5df30ca7 | supportsReferenceRoyalties() |
Both surfaces parsed from the canonical specifications: ERC-5521 · ERC-8034