ETH Price: $3,854.32 (-0.44%)

Transaction Decoder

Block:
19101882 at Jan-28-2024 01:51:47 AM +UTC
Transaction Fee:
0.001263152736930284 ETH $4.87
Gas Used:
118,438 Gas / 10.665096818 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(MEV Builder: 0x0Aa...667)
6.998500767797110422 Eth6.998559986797110422 Eth0.000059219
0x78304180...508BdC1d7
0.002216869910011985 Eth
Nonce: 18
0.000953717173081701 Eth
Nonce: 19
0.001263152736930284
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