DashboardCommunityTutorialsSupport
Search…
⌃K
Links
Welcome to Infura docs
Getting started
Dashboard stats
Upgrade your plan
Submit a help ticket
Networks
Ethereum
Arbitrum
Aurora
Avalanche (C-Chain)
Celo
Filecoin
IPFS
NEAR
Optimism
Palm
Polygon PoS
StarkNet
INFURA CUSTOM APIs
NFT SDK
Sign up for the open beta
Installation and set up
Authentication
Supported networks
How to
APIs
JavaScript/TypeScript API
Constructor
General methods
Contract templates
Access control methods
Base ERC721 methods
Royalties methods
ERC1155Mintable template
ERC721Mintable template
ERC721UserMintable template
IPFS methods
Metadata methods
REST APIs
Features
Archive data
Project sharing
Infura transactions (ITX)
Tutorials
Ethereum
NFT SDK
Filecoin
NEAR
Layer 2 networks
Developer tools
Avalanche (C-Chain)
LEARN
The Merge
curl
JSON Web Token (JWT)
Web3 libraries
Reference
Network endpoints
Powered By GitBook

Contract templates

Contract templates determine the token the SDK uses and define the parameters of certain methods. The current contract templates:
  • ​ERC1155Mintable​
  • ​ERC721Mintable​
  • ​ERC721UserMintable​
The access control methods and royalties methods are used by all templates. The base ERC721 methods are used by the ERC721Mintable and 721UserMintable templates.
Previous
loadContract
Next
Access control methods
Last modified 2mo ago
Copy link