Pallet Precompile
Use this precompile to interact with thesft
runtime pallet to create an ERC-1155 collection.
Contract Address
Solidity Interfaces
Token Precompile
Contract Address
The ERC-1155 contract address for The Root Network native semi-fungible tokens uses the following format:@therootnetwork/evm
provides a handy function to convert token asset ID to its equivalent contract address.
Solidity Interfaces
Soulbound Tokens
The ERC1155 precompile supports Soulbound token functionality and implements the IERC5484 interface.issueSoulbound
. However the burn authority
for a token
must already be set prior to calling issueSoulbound
.
The token is only minted once the token owner calls acceptSoulbound
.