ETH Price: $3,726.57 (+2.45%)

Transaction Decoder

Block:
17939907 at Aug-18-2023 06:31:11 AM +UTC
Transaction Fee:
0.001606896778875618 ETH $5.99
Gas Used:
94,722 Gas / 16.964345969 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x8a6ECdfC...Ce9308706
0.019999676142583504 Eth
Nonce: 41
0.018192779363707886 Eth
Nonce: 42
0.001806896778875618
(beaverbuild)
5.745051653552037678 Eth5.745056389652037678 Eth0.0000047361
0xd58F7d6B...FB701865D 0.44594 Eth0.44614 Eth0.0002

Execution Trace

ETH 0.0002 BoneBoy.mint( quantity=10 )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// File: erc721a/contracts/IERC721A.sol
// ERC721A Contracts v4.2.3
// Creator: Chiru Labs
pragma 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.
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX