Transaction Hash:
Block:
17926223 at Aug-16-2023 08:33:11 AM +UTC
Transaction Fee:
0.000360608024143024 ETH
$1.32
Gas Used:
21,256 Gas / 16.964999254 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x5313Cae8...9F05AeA24 |
0.006483616395350255 Eth
Nonce: 35
|
0.006123008371207231 Eth
Nonce: 36
| 0.000360608024143024 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 8.129644915904899456 Eth | 8.129647041504899456 Eth | 0.0000021256 |
Execution Trace
ETH 0.0002
BoneBoy.mint( quantity=10 )
mint[BoneBoy (ln:1616)]
totalSupply[BoneBoy (ln:1617)]
_safeMint[BoneBoy (ln:1622)]
_safeMint[BoneBoy (ln:1624)]
_safeMint[BoneBoy (ln:1627)]
_safeMint[BoneBoy (ln:1630)]
NewMint[BoneBoy (ln:1633)]
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT// File: erc721a/contracts/IERC721A.sol// ERC721A Contracts v4.2.3// Creator: Chiru Labspragma solidity ^0.8.4;/*** @dev Interface of ERC721A.*/interface IERC721A {/*** The caller must own the token or be an approved operator.*/error ApprovalCallerNotOwnerNorApproved();/*** The token does not exist.*/error ApprovalQueryForNonexistentToken();/*** Cannot query the balance for the zero address.*/