ERC-5700 Bindable Token Interface
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IERC1155Bindable | 0xc6f44642 |
⚠️ The spec asserts 0xd0d555c6 for IERC1155Bindable, which its own interface does not produce.
Matches no subset, no parent combination and no drafted variant. The corresponding prose literal 0xd0d55c6 is only 7 hex digits, so it is not a valid bytes4.
⚙️ Functions this standard introduces (10)
0x7d6053e0 | batchBind(address,address,uint256,uint256[],uint256[]) | |
0x2813a55e | batchUnbind(address,address,address,uint256,uint256[],uint256[]) | |
0x552b1c2f | bind(address,address,uint256,uint256,uint256) | |
0xc8a829f5 | bind(address,address,uint256,uint256) | |
0xbf15d0b8 | binderOf(uint256) | view |
0x89b3bf25 | boundBalanceOf(address,uint256,uint256) | view |
0x3771b33f | boundBalanceOf(address,uint256) | view |
0x99ef52a3 | boundBalanceOfBatch(address,uint256[],uint256[]) | view |
0xd6f04155 | unbind(address,address,address,uint256,uint256,uint256) | |
0x514c2f31 | unbind(address,address,address,uint256,uint256) |
🧬 Inherited (14)
0x095ea7b3 | approve(address,uint256) | ERC-721 |
0x00fdd58e | balanceOf(address,uint256) | ERC-1155 |
0x70a08231 | balanceOf(address) | ERC-721 |
0x4e1273f4 | balanceOfBatch(address[],uint256[]) | ERC-1155 |
0x081812fc | getApproved(uint256) | ERC-721 |
0xe985e9c5 | isApprovedForAll(address,address) | ERC-721 |
0x6352211e | ownerOf(uint256) | ERC-721 |
0x2eb2c2d6 | safeBatchTransferFrom(address,address,uint256[],uint256[],bytes) | ERC-1155 |
0xb88d4fde | safeTransferFrom(address,address,uint256,bytes) | ERC-721 |
0xf242432a | safeTransferFrom(address,address,uint256,uint256,bytes) | ERC-1155 |
0x42842e0e | safeTransferFrom(address,address,uint256) | ERC-721 |
0xa22cb465 | setApprovalForAll(address,bool) | ERC-721 |
0x01ffc9a7 | supportsInterface(bytes4) | ERC-165 |
0x23b872dd | transferFrom(address,address,uint256) | ERC-721 |
⚖️ Compare with
Parsed from the canonical specification · discussion