Transaction Hash:
Block:
17904961 at Aug-13-2023 09:11:35 AM +UTC
Transaction Fee:
0.00022152204208216 ETH
$0.80
Gas Used:
21,256 Gas / 10.42162411 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x03c9ee3a...2b63F3b89 |
0.006787727992804643 Eth
Nonce: 13
|
0.006566205950722483 Eth
Nonce: 14
| 0.00022152204208216 | ||
0x7e2a2FA2...13Ff12D05
Miner
| (MEV Builder: 0x7e2...D05) | 58.367333721300578519 Eth | 58.367335846900578519 Eth | 0.0000021256 |
Execution Trace
BoneBoy.mint( quantity=3 )
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.*/