Transaction Hash:
Block:
19107133 at Jan-28-2024 07:31:11 PM +UTC
Transaction Fee:
0.001292941093825662 ETH
$3.44
Gas Used:
118,438 Gas / 10.916606949 Gwei
Emitted Events:
46 |
Anizuki.Transfer( from=0x00000000...000000000, to=[Sender] 0xbc01eda0fbf7383ad9a172ee783e80b893b10733, tokenId=4901 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0xb3D9cf8E...E295B8f39
Miner
| (Swell Network: Deposit Manager) | 198.026669761396349332 Eth | 198.026705292796349332 Eth | 0.0000355314 | |
0xBc01eDa0...893b10733 |
0.021590016745705061 Eth
Nonce: 4
|
0.020297075651879399 Eth
Nonce: 5
| 0.001292941093825662 | ||
0xC640Ec20...d6a1F43F6 |
Execution Trace
Anizuki.mint( _quantity=1 )
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.*/