๐Your Contract
Contract generated on demand
The Mogul contract factory deploys Mogul contracts automatically to support various NFT collections that can be listed on the Mogul marketplace. When creating an NFT collection, the factory contract will generate a contract based on your selection and deploy it to link the collection. The Mogul contract factory currently supports the following networks and token standards:
ERC - 721
ERC - 1155
BEP - 721
BEP - 1155
Within the contract factory will handle the work in the backend needed to create your NFT collection throughout the process. This includes:
Generate the bytecode with the provided parameters according to the token standard
Bytecode is optimized to reduce gas load
Compile the bytecode to be compatible with the Ethereum virtual machine
Run the Mogul deployment script to start the full deployment
Deploy a NFT smart contract for your collection
A contract address will be provided in the 0x_____________ format once a collection is created. Save this address, as this is needed in the next steps.
Last updated