ETH Price: $2,522.11 (-8.32%)

Transaction Decoder

Block:
19104887 at Jan-28-2024 11:58:11 AM +UTC
Transaction Fee:
0.00120310313395796 ETH $3.03
Gas Used:
88,120 Gas / 13.653008783 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x35fC3845...250BE4ECB
0.021481817103512123 Eth
Nonce: 227
0.020278713969554163 Eth
Nonce: 228
0.00120310313395796
(Titan Builder)
20.624365378268047659 Eth20.624365466388047659 Eth0.00000008812
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