Transaction Hash:
Block:
17904409 at Aug-13-2023 07:20:23 AM +UTC
Transaction Fee:
0.000234777366368 ETH
$0.65
Gas Used:
21,256 Gas / 11.045228 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x5124fcC2...3F38f1C34
Miner
| (Faith Builder) | 4.984260736121251647 Eth | 4.984262861721251647 Eth | 0.0000021256 | |
0xF55a450a...35aC449f6 |
0.005691031085769639 Eth
Nonce: 58
|
0.005456253719401639 Eth
Nonce: 59
| 0.000234777366368 |
Execution Trace
ETH 0.00007
BoneBoy.mint( quantity=1 )
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.*/