Contract Wizard
The Contract Wizard
  • 👋Introduction
    • Welcome
      • Target Audiences
  • 💿Create
    • The Contract Wizard
      • The Wizard's Library
      • Hat Helper
    • Playlists
      • Playlist Image
      • Playlist Tags
      • Playlist Specs
    • Smart Contracts
      • 721J Concepts
        • Originals / Generations
        • Minting Copies
        • Staking
        • Promos
      • Contract Wizard Concepts
      • Interface Contracts
        • IERC721J.sol
        • IERC721JEnumerable.sol
        • IERC721JFull.sol
        • IERC721JPromo.sol
        • IContractWizard.sol
        • Other
      • The Code
        • 721J Code
          • Metadata Functions
          • Minting Functions
          • Feature Functions
          • Promo System Functions
        • Contract Wizard Code
      • Gas Examples
    • The Metadata Maker
      • Metadata Standards
        • Token Metadata
        • Contract Metadata
      • Profile Metadata (contract URI)
      • Song Metadata
      • Manifest Maker
      • Add License
      • What is a Metadata File?
    • The Manager
      • View Data
      • Mint Originals
      • Price Info
      • Manage Metadata
      • Promotion System
      • More Features
    • Conclusion
  • 🍏Consume
    • Music Player
      • Embedded Player
      • Visualizer
    • The Featured Page
    • The Browse Page
    • The Library Page
    • Search
    • For The Metaverse
  • 📼Collect
    • The Store Page
    • Your Copies Page
    • The Promos Page
  • 🧙‍♂️Tutorials
    • Minting Tutorials
      • How to Mint a Copy
      • How to Stake a Token
      • How to Make a Contract
      • How to Create an Original
      • How to Set a Promo
    • Player Tutorials
      • How to Search Music
      • How to Listen to Music
    • Trouble Logging In
    • Old
      • Making Metadata Tutorials (2023)
        • 1. Preparing Audio Files
        • 2. Preparing Picture Files
        • 3. How to upload files to ArDrive
        • 4. Creating Music NFT Metadata
        • 5. How to make a manifest on ArDrive
  • 🥩Misc
    • FAQ
    • Settings
    • Roadmap
      • Funding
      • Future Development Plans
      • Back End
      • Database
    • External Links
      • 0xSplits
      • Medium
      • ArDrive
      • EZGif
      • Testnet Faucet
    • Budget
    • Bug Reporting
    • Credits
Powered by GitBook
On this page
  • Gas Usage By Function
  • Contract Wizard Gas Usage
  • 721J Gas Usage
  1. 💿Create
  2. Smart Contracts

Gas Examples

Gas Usage By Function

Contract Wizard Gas Usage

CreateClone (Minting a new contract from the Contract Wizard)- 213,863 gas units

https://goerli.etherscan.io/tx/0x46f415f6db8b6bdb5491078b1178f39fab7df1c54527b406705d1c157a2ff348goerli.etherscan.io

721J Gas Usage

MintOriginal3 (Minting a new 1/1 with 3 pieces of metadata) - 205,760 gas units

https://goerli.etherscan.io/tx/0x9c71c5134cc636cbcbd9ea5d157200638225b7758ce6d631b462c0ac18e3a389goerli.etherscan.io

MintCopy (Minting a copy of a token to your wallet) - 102,192 gas units

https://goerli.etherscan.io/tx/0x6507e40ac6311208624381742ecd669b75a783fa7bd1a390c528e845e1997e97goerli.etherscan.io

TogglePublicMint (staking or unstaking) - 50,110 gas units

https://goerli.etherscan.io/tx/0x9a9259ec9fcf2635a19aee96bd6a06fe67e0599e92eb67ee3522600765182b29goerli.etherscan.io

PreviousContract Wizard CodeNextThe Metadata Maker

Last updated 11 months ago