ETH Price: $2,574.46 (-2.65%)
Gas: 0.53 Gwei

Transaction Decoder

Block:
19107427 at Jan-28-2024 08:30:35 PM +UTC
Transaction Fee:
0.001378643709907 ETH $3.55
Gas Used:
126,202 Gas / 10.9241035 Gwei

Account State Difference:

  Address   Before After State Difference Code
4.618519315507606378 Eth4.618531935707606378 Eth0.0000126202
0x2FE63d38...98525A37B
0.0101 Eth
Nonce: 0
0.008721356290093 Eth
Nonce: 1
0.001378643709907
0xC640Ec20...d6a1F43F6

Execution Trace

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