58 lines
2.0 KiB
Plaintext
58 lines
2.0 KiB
Plaintext
hoelee@Hoelee-Laptop:~/foundry/foundry-NFT$ make mint ARGS="--network sepolia"
|
|
[⠒] Compiling...
|
|
[⠑] Compiling 1 files with Solc 0.8.26
|
|
[⠘] Solc 0.8.26 finished in 1.49s
|
|
Compiler run successful!
|
|
Traces:
|
|
[165950] MintBasicNft::run()
|
|
├─ [0] VM::startBroadcast()
|
|
│ └─ ← [Return]
|
|
├─ [159246] MetaMultiSigWallet::mintNft("ipfs://QmW1aRxvAngY22wrxyrUYSriekkHQMcXA3D1mjHgBc5ge6?filename=MrHoelee.png")
|
|
│ ├─ emit Transfer(from: 0x0000000000000000000000000000000000000000, to: 0xc9445E993dAeA4bA3F1FE1080F0F6f8c46b4d967, tokenId: 0)
|
|
│ └─ ← [Stop]
|
|
├─ [0] VM::stopBroadcast()
|
|
│ └─ ← [Return]
|
|
└─ ← [Stop]
|
|
|
|
|
|
Script ran successfully.
|
|
|
|
## Setting up 1 EVM.
|
|
==========================
|
|
Simulated On-chain Traces:
|
|
|
|
[159246] MetaMultiSigWallet::mintNft("ipfs://QmW1aRxvAngY22wrxyrUYSriekkHQMcXA3D1mjHgBc5ge6?filename=MrHoelee.png")
|
|
├─ emit Transfer(from: 0x0000000000000000000000000000000000000000, to: 0xc9445E993dAeA4bA3F1FE1080F0F6f8c46b4d967, tokenId: 0)
|
|
└─ ← [Stop]
|
|
|
|
|
|
==========================
|
|
|
|
Chain 11155111
|
|
|
|
Estimated gas price: 1.046738344 gwei
|
|
|
|
Estimated total gas used for script: 265990
|
|
|
|
Estimated amount required: 0.00027842193212056 ETH
|
|
|
|
==========================
|
|
|
|
##### sepolia
|
|
✅ [Success]Hash: 0x599622d77d2bfdeebd162e0b1ab584f564e63535a2b1bcbdaa3b6ba92eb51ba4
|
|
Block: 6522220
|
|
Paid: 0.000186204671471742 ETH (181874 gas * 1.023811383 gwei)
|
|
|
|
✅ Sequence #1 on sepolia | Total Paid: 0.000186204671471742 ETH (181874 gas * avg 1.023811383 gwei)
|
|
|
|
|
|
==========================
|
|
|
|
ONCHAIN EXECUTION COMPLETE & SUCCESSFUL.
|
|
##
|
|
Start verification for (0) contracts
|
|
All (0) contracts were verified!
|
|
|
|
Transactions saved to: /home/hoelee/foundry/foundry-NFT/broadcast/Interactions.s.sol/11155111/run-latest.json
|
|
|
|
Sensitive values saved to: /home/hoelee/foundry/foundry-NFT/cache/Interactions.s.sol/11155111/run-latest.json |