// The EIP-165 identifier of this interface is 0xd0017968
interfaceIERC5679Ext20{functionmint(address_to,uint256_amount,bytescalldata_data)external;functionburn(address_from,uint256_amount,bytescalldata_data)external;}
// The EIP-165 identifier of this interface is 0xcce39764
interfaceIERC5679Ext721{functionsafeMint(address_to,uint256_id,bytescalldata_data)external;functionburn(address_from,uint256_id,bytescalldata_data)external;}
// The EIP-165 identifier of this interface is 0xf4cedd5a
interfaceIERC5679Ext1155{functionsafeMint(address_to,uint256_id,uint256_amount,bytescalldata_data)external;functionsafeMintBatch(addressto,uint256[]calldataids,uint256[]calldataamounts,bytescalldatadata)external;functionburn(address_from,uint256_id,uint256_amount,bytes[]calldata_data)external;functionburnBatch(address_from,uint256[]calldataids,uint256[]calldataamounts,bytescalldata_data)external;}