ETH Price: $2,796.30 (+4.29%)

Transaction Decoder

Block:
19107949 at Jan-28-2024 10:15:35 PM +UTC
Transaction Fee:
0.001591869365871378 ETH $4.45
Gas Used:
138,914 Gas / 11.459387577 Gwei

Account State Difference:

  Address   Before After State Difference Code
0xc30e9c7a...3a9f25e51
0.014318704449020192 Eth
Nonce: 5
0.007726835083148814 Eth
Nonce: 6
0.006591869365871378
0xC640Ec20...d6a1F43F6 0.145 Eth0.15 Eth0.005
(MEV Builder: 0xDcc...623)
1.063780135901012151 Eth1.063780274815012151 Eth0.000000138914

Execution Trace

ETH 0.005 Anizuki.mint( _quantity=10 )
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