ETH Price: $2,641.67 (-4.27%)

Transaction Decoder

Block:
22283941 at Apr-16-2025 08:27:47 PM +UTC
Transaction Fee:
0.000047643065589008 ETH $0.13
Gas Used:
108,113 Gas / 0.440678416 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
9.598649046119268577 Eth9.598657587046268577 Eth0.000008540927
0xb5ae5aA5...E0b97129D
0.013888253849898078 Eth
Nonce: 118
0.01384061078430907 Eth
Nonce: 119
0.000047643065589008
0xd58F7d6B...FB701865D

Execution Trace

BoneBoy.safeTransferFrom( from=0xb5ae5aA5CB8601373C947b41dFc39DcE0b97129D, to=0x32e5D490c7597De5a6B357e749644B8c68A59586, tokenId=3410 )
safeTransferFrom[ERC721A (ln:893)]
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
// File: erc721a/contracts/IERC721A.sol
// ERC721A Contracts v4.2.3
// Creator: Chiru Labs
pragma solidity ^0.8.4;
/**
* @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