ERC-1155
# ERC-1155
ERC-1155 supports both fungible and non-fungible tokens within a single smart contract.Advantages
event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value);TurkScan decodes ERC-1155 transfers automatically.Last updated