ERC-5679 Token Minting and Burning
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IERC5679Ext20 | 0xd0017968 |
| IERC5679Ext721 | 0xcce39764 |
| IERC5679Ext1155 | 0xf4cedd5a |
⚙️ Functions this standard introduces (7)
0x44d17187 | burn(address,uint256,bytes) | |
0x3fdaf33b | burn(address,uint256,uint256,bytes[]) | |
0x5473422e | burnBatch(address,uint256[],uint256[],bytes) | |
0x94d008ef | mint(address,uint256,bytes) | |
0x8832e6e3 | safeMint(address,uint256,bytes) | |
0x5cfa9297 | safeMint(address,uint256,uint256,bytes) | |
0xc39dfed8 | safeMintBatch(address,uint256[],uint256[],bytes) |
⚖️ Compare with
Parsed from the canonical specification · discussion