ETH Price: $3,704.81 (+1.78%)

Transaction Decoder

Block:
17933232 at Aug-17-2023 08:05:23 AM +UTC
Transaction Fee:
0.001542433906862406 ETH $5.71
Gas Used:
94,722 Gas / 16.283797923 Gwei

Account State Difference:

  Address   Before After State Difference Code
0.953072659005706656 Eth0.953082131205706656 Eth0.0000094722
0xA6A41502...Da3B4915d
0.023495882453760475 Eth
Nonce: 16
0.021753448546898069 Eth
Nonce: 17
0.001742433906862406
0xd58F7d6B...FB701865D 0.41179 Eth0.41199 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