ETH Price: $2,551.16 (+1.69%)

Transaction Decoder

Block:
19104398 at Jan-28-2024 10:18:59 AM +UTC
Transaction Fee:
0.00171920649926337 ETH $4.39
Gas Used:
138,914 Gas / 12.376049205 Gwei

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
20.58586944348236228 Eth20.58586958239636228 Eth0.000000138914
0x525B6864...6EAc4BC0A
0.008576620091521777 Eth
Nonce: 15
0.001857413592258407 Eth
Nonce: 16
0.00671920649926337
0xC640Ec20...d6a1F43F6 0.123 Eth0.128 Eth0.005

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