ETH Price: $4,716.05 (+5.58%)
Gas: 2.85 Gwei

Transaction Decoder

Block:
19104598 at Jan-28-2024 10:59:35 AM +UTC
Transaction Fee:
0.00164241129507752 ETH $7.75
Gas Used:
122,320 Gas / 13.427168861 Gwei

Account State Difference:

  Address   Before After State Difference Code
(MEV Builder: 0x0Aa...667)
6.695012695187273977 Eth6.695012817507273977 Eth0.00000012232
0x99F55Da6...6e22DC1fA
0.015615779404765443 Eth
Nonce: 10
0.013973368109687923 Eth
Nonce: 11
0.00164241129507752
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