ETH Price: $4,725.17 (+2.25%)

Transaction Decoder

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:

Account State Difference:

  Address   Before After State Difference Code
0x0875Ba28...Bc76F9E68
0.009625032226455618 Eth
Nonce: 25
0.008066445809236052 Eth
Nonce: 26
0.001558586417219566
(Fee Recipient: 0x5f05...038)
1.874486572377342728 Eth1.874494298577342728 Eth0.0000077262
0xd58F7d6B...FB701865D 0.41826 Eth0.41833 Eth0.00007

Execution Trace

ETH 0.00007 BoneBoy.mint( quantity=1 )
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