ETH Price: $2,550.30 (+1.48%)

Transaction Decoder

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:

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
13.674662918415870835 Eth13.674662968717870835 Eth0.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)]
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