Transaction Hash:
Block:
20176375 at Jun-26-2024 02:10:47 PM +UTC
Transaction Fee:
0.000414327841921154 ETH
$1.06
Gas Used:
50,302 Gas / 8.236806527 Gwei
Emitted Events:
212 |
Anizuki.Transfer( from=[Sender] 0x99f55da6dbcf898d0d61ace8aecb3856e22dc1fa, to=0xB00ac0C9...8E3053F4A, tokenId=4713 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 13.674662918415870835 Eth | 13.674662968717870835 Eth | 0.000000050302 | |
0x99F55Da6...6e22DC1fA |
0.012163754234554508 Eth
Nonce: 43
|
0.011749426392633354 Eth
Nonce: 44
| 0.000414327841921154 | ||
0xC640Ec20...d6a1F43F6 |
Execution Trace
Anizuki.safeTransferFrom( from=0x99F55Da6dbcf898d0d61ace8aEcB3856e22DC1fA, to=0xB00ac0C957E9254B479895877c14B0F8E3053F4A, tokenId=4713 )
safeTransferFrom[ERC721A (ln:1009)]
safeTransferFrom[ERC721A (ln:1014)]
safeTransferFrom[ERC721A (ln:1014)]
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.*/