# Gas Examples

## Gas Usage By Function

Here are some examples of the amount of gas units it takes to execute different functions, with example transactions as proof.

### Contract Wizard Gas Usage

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

{% embed url="<https://goerli.etherscan.io/tx/0x46f415f6db8b6bdb5491078b1178f39fab7df1c54527b406705d1c157a2ff348>" %}

### 721J Gas Usage

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

{% embed url="<https://goerli.etherscan.io/tx/0x9c71c5134cc636cbcbd9ea5d157200638225b7758ce6d631b462c0ac18e3a389>" %}

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

{% embed url="<https://goerli.etherscan.io/tx/0x6507e40ac6311208624381742ecd669b75a783fa7bd1a390c528e845e1997e97>" %}

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

{% embed url="<https://goerli.etherscan.io/tx/0x9a9259ec9fcf2635a19aee96bd6a06fe67e0599e92eb67ee3522600765182b29>" %}
