← All standardsERC-5507 Refundable Tokens
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| ERC20Refund | 0x4d1444d1 |
| ERC721Refund | 0x54a15145 |
| ERC1155Refund | 0xebd3ba73 |
⚙️ Functions this standard introduces (8)
0x5af36e3e | refund(uint256,uint256) | |
0x278ecde1 | refund(uint256) | |
0x8c7443d9 | refundDeadlineOf() | view |
0x4f556016 | refundDeadlineOf(uint256) | view |
0x7fd1252f | refundFrom(address,uint256,uint256) | |
0xbdde6dc6 | refundFrom(address,uint256) | |
0x5b30a72f | refundOf() | view |
0x81a49174 | refundOf(uint256) | view |
🧬 Inherited (20)
0xdd62ed3e | allowance(address,address) | ERC-20 |
0x095ea7b3 | approve(address,uint256) | ERC-20 |
0x00fdd58e | balanceOf(address,uint256) | ERC-1155 |
0x70a08231 | balanceOf(address) | ERC-20 |
0x4e1273f4 | balanceOfBatch(address[],uint256[]) | ERC-1155 |
0x313ce567 | decimals() | ERC-20 |
0x081812fc | getApproved(uint256) | ERC-721 |
0xe985e9c5 | isApprovedForAll(address,address) | ERC-721 |
0x06fdde03 | name() | ERC-20 |
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 |
0x95d89b41 | symbol() | ERC-20 |
0x18160ddd | totalSupply() | ERC-20 |
0xa9059cbb | transfer(address,uint256) | ERC-20 |
0x23b872dd | transferFrom(address,address,uint256) | ERC-20 |
Parsed from the canonical specification · discussion