ETH Price: $3,887.66 (+1.80%)

Transaction Decoder

Block:
19102371 at Jan-28-2024 03:29:59 AM +UTC
Transaction Fee:
0.000837425098685406 ETH $3.26
Gas Used:
84,238 Gas / 9.941179737 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x012715AC...a59C93A0A
3.683602303831710156 Eth
Nonce: 33
3.68276487873302475 Eth
Nonce: 34
0.000837425098685406
(MEV Builder: 0x0Aa...667)
6.949940594214061235 Eth6.949940678452061235 Eth0.000000084238
0xC640Ec20...d6a1F43F6

Execution Trace

Anizuki.mint( _quantity=1 )
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