Transaction Hash:
Block:
17933518 at Aug-17-2023 09:02:47 AM +UTC
Transaction Fee:
0.001488586417219566 ETH
$7.03
Gas Used:
77,262 Gas / 19.266734193 Gwei
Emitted Events:
173 |
BoneBoy.Transfer( from=0x00000000...000000000, to=[Sender] 0x0875ba280fbe9f5f779a67d28c40cfebc76f9e68, tokenId=21669 )
|
174 |
BoneBoy.NewMint( msgSender=[Sender] 0x0875ba280fbe9f5f779a67d28c40cfebc76f9e68, mintQuantity=1 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x0875Ba28...Bc76F9E68 |
0.009625032226455618 Eth
Nonce: 25
|
0.008066445809236052 Eth
Nonce: 26
| 0.001558586417219566 | ||
0x5F056877...5232aC038
Miner
| (Fee Recipient: 0x5f05...038) | 1.874486572377342728 Eth | 1.874494298577342728 Eth | 0.0000077262 | |
0xd58F7d6B...FB701865D | 0.41826 Eth | 0.41833 Eth | 0.00007 |
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.*/