Transaction Hash:
Block:
17912528 at Aug-14-2023 10:36:35 AM +UTC
Transaction Fee:
0.001035902081887506 ETH
$2.67
Gas Used:
77,622 Gas / 13.345470123 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4ACDfd31...64C6245b1 |
0.020207494420952898 Eth
Nonce: 8
|
0.019171592339065392 Eth
Nonce: 9
| 0.001035902081887506 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 15.76500549637813496 Eth | 15.76501325857813496 Eth | 0.0000077622 |
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.*/