Transaction Hash:
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
Emitted Events:
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 20.58586944348236228 Eth | 20.58586958239636228 Eth | 0.000000138914 | |
0x525B6864...6EAc4BC0A |
0.008576620091521777 Eth
Nonce: 15
|
0.001857413592258407 Eth
Nonce: 16
| 0.00671920649926337 | ||
0xC640Ec20...d6a1F43F6 | 0.123 Eth | 0.128 Eth | 0.005 |
Execution Trace
ETH 0.005
Anizuki.mint( _quantity=10 )
mint[Anizuki (ln:1833)]
balanceOf[Anizuki (ln:1840)]
totalSupply[Anizuki (ln:1841)]
owner[Anizuki (ln:1843)]
_safeMint[Anizuki (ln:1869)]
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MITpragma 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.*/