ETH Price: $4,698.37 (+9.82%)

Transaction Decoder

Block:
19106488 at Jan-28-2024 05:21:35 PM +UTC
Transaction Fee:
0.001854472086498048 ETH $8.71
Gas Used:
126,202 Gas / 14.694474624 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x18fD80A3...5165F32Bb
0.004314971361015296 Eth
Nonce: 47
0.002460499274517248 Eth
Nonce: 48
0.001854472086498048
3.876895457890426749 Eth3.876895584092426749 Eth0.000000126202
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