Transaction Hash:
Block:
22301909 at Apr-19-2025 08:38:59 AM +UTC
Transaction Fee:
0.00000951158074545 ETH
$0.02
Gas Used:
27,475 Gas / 0.346190382 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x028AeB87...18dEeEa45 |
0.001112596594301322 Eth
Nonce: 11
|
0.001103085013555872 Eth
Nonce: 12
| 0.00000951158074545 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 12.364553959834079553 Eth | 12.364553961618635753 Eth | 0.0000000017845562 |
Execution Trace
Anizuki.safeTransferFrom( from=0x028AeB875C2381e356975e0428Cd3BA18dEeEa45, to=0xA48e1A2663740c8fe0CC3F251E0713a296D0dd68, tokenId=4743 )
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.*/