Transaction Hash:
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:
472 |
BoneBoy.Transfer( from=[Sender] 0xb5ae5aa5cb8601373c947b41dfc39dce0b97129d, to=0x32e5D490...c68A59586, tokenId=3410 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 9.598649046119268577 Eth | 9.598657587046268577 Eth | 0.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)]
safeTransferFrom[ERC721A (ln:898)]
safeTransferFrom[ERC721A (ln:898)]
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT// File: erc721a/contracts/IERC721A.sol// ERC721A Contracts v4.2.3// Creator: Chiru Labspragma 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.*/