🗃️ Contract Encoders
2 items
📄️ ERC 20
This interface is currently support by the Token contract. You can access all of its functions through a Token contract instance.
📄️ ERC 721
This interface is currently support by the NFT Collection and NFT Drop contracts. You can access all of its functions through an NFT Collection or NFT Drop contract instance.
📄️ ERC 1155
This interface is currently support by the Edition and Edition Drop contracts. You can access all of its functions through an Edition or Edition Drop contract instance.
📄️ NFT Drop Claim Conditions
This interface is currently accessible from the NFT Drop contract contract type via the ClaimConditions property.
📄️ Edition Drop Claim conditions
This interface is currently accessible from the Edition Drop contract contract type via the ClaimConditions property.