ETH Price: $4,743.20 (+3.45%)

Transaction Decoder

Block:
17933909 at Aug-17-2023 10:21:35 AM +UTC
Transaction Fee:
0.00163812923101422 ETH $7.77
Gas Used:
94,722 Gas / 17.29407351 Gwei

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
21.559556926584067404 Eth21.559604287584067404 Eth0.000047361
0xd58F7d6B...FB701865D 0.42943 Eth0.42963 Eth0.0002
0xF09dfd53...9B8f4940F
0.005388565158651343 Eth
Nonce: 4
0.003550435927637123 Eth
Nonce: 5
0.00183812923101422

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