ETH Price: $2,507.90 (+0.43%)

Transaction Decoder

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 Code
0x028AeB87...18dEeEa45
0.001112596594301322 Eth
Nonce: 11
0.001103085013555872 Eth
Nonce: 12
0.00000951158074545
(beaverbuild)
12.364553959834079553 Eth12.364553961618635753 Eth0.0000000017845562

Execution Trace

Anizuki.safeTransferFrom( from=0x028AeB875C2381e356975e0428Cd3BA18dEeEa45, to=0xA48e1A2663740c8fe0CC3F251E0713a296D0dd68, tokenId=4743 )
safeTransferFrom[ERC721A (ln:1009)]
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