ETH Price: $3,459.56 (-0.90%)

Transaction Decoder

Block:
19102043 at Jan-28-2024 02:24:11 AM +UTC
Transaction Fee:
0.001440564476894312 ETH $4.98
Gas Used:
122,332 Gas / 11.775859766 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x31CCaB26...6587786A8
0.002352158589167373 Eth
Nonce: 7
0.000911594112273061 Eth
Nonce: 8
0.001440564476894312
(Titan Builder)
20.312026681975127304 Eth20.312032798575127304 Eth0.0000061166
0xC640Ec20...d6a1F43F6

Execution Trace

Anizuki.mint( _quantity=3 )
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
pragma solidity ^0.8.13;
// File: erc721a/contracts/IERC721A.sol
// ERC721A Contracts v4.2.3
// Creator: Chiru Labs
/**
* @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