ETH Price: $2,536.13 (-0.29%)
Gas: 0.45 Gwei

Transaction Decoder

Block:
19106494 at Jan-28-2024 05:22:47 PM +UTC
Transaction Fee:
0.0017844370875531 ETH $4.53
Gas Used:
126,150 Gas / 14.145359394 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x30838094...f4343E8Ab
0.002796757326858853 Eth
Nonce: 745
0.001012320239305753 Eth
Nonce: 746
0.0017844370875531
(MEV Builder: 0x88c...34A)
0.676620239822706297 Eth0.676626547322706297 Eth0.0000063075
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