Transaction Hash:
Block:
17905085 at Aug-13-2023 09:36:47 AM +UTC
Transaction Fee:
0.000262876842847032 ETH
$0.95
Gas Used:
21,256 Gas / 12.367183047 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x1f9090aa...8e676c326
Miner
| 1.989511274787384593 Eth | 1.989512873238584593 Eth | 0.0000015984512 | ||
0x290F8cCF...D311CC2f3 |
0.109921682781985513 Eth
Nonce: 19
|
0.109658805939138481 Eth
Nonce: 20
| 0.000262876842847032 |
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.*/