ERC-7417 Token Converter
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IERC20 | 0x36372b07 |
| IERC20Metadata | 0xa219a025 |
| standardERC20 | 0x36372b07 |
| IERC223WrapperToken | 0x3ed8c785 |
| IERC20WrapperToken | 0x809d3ae7 |
⚙️ Functions this standard introduces (14)
0xdd62ed3e | allowance(address,address) | view |
0x095ea7b3 | approve(address,uint256) | |
0x70a08231 | balanceOf(address) | view |
0x9dc29fac | burn(address,uint256) | |
0x313ce567 | decimals() | view |
0x40c10f19 | mint(address,uint256) | |
0x06fdde03 | name() | view |
0x938b5f32 | origin() | view |
0x5a3b7e42 | standard() | view |
0x95d89b41 | symbol() | view |
0x18160ddd | totalSupply() | view |
0xbe45fd62 | transfer(address,uint256,bytes) | payable |
0xa9059cbb | transfer(address,uint256) | |
0x23b872dd | transferFrom(address,address,uint256) |
⚖️ Compare with
Parsed from the canonical specification · discussion