Transaction Hash:
Block:
17947008 at Aug-19-2023 06:21:59 AM +UTC
Transaction Fee:
0.001085432218824702 ETH
$3.26
Gas Used:
77,098 Gas / 14.078604099 Gwei
Emitted Events:
172 |
YogaPepez.Approval( owner=[Sender] 0x8dfbd0ddc145b768cb88694f4a2e7cc63d71fb7d, approved=0x00000000...000000000, tokenId=5325 )
|
173 |
YogaPepez.Transfer( from=[Sender] 0x8dfbd0ddc145b768cb88694f4a2e7cc63d71fb7d, to=0x05a8AA0e...4B530546C, tokenId=5325 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x0Def5b4f...17B29e656 | |||||
0x8dFBd0DD...63D71fB7d |
0.024281331210505424 Eth
Nonce: 157
|
0.023195898991680722 Eth
Nonce: 158
| 0.001085432218824702 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 11.674242420527764214 Eth | 11.674250130327764214 Eth | 0.0000077098 |
Execution Trace
YogaPepez.transferFrom( from=0x8dFBd0DDc145b768cB88694f4A2E7Cc63D71fB7d, to=0x05a8AA0ed1e1bc598C23B415F67Cd774B530546C, tokenId=5325 )
transferFrom[ERC721A (ln:1338)]
_transfer[ERC721A (ln:1343)]
ownershipOf[ERC721A (ln:1449)]
_exists[ERC721A (ln:1179)]
revert[ERC721A (ln:1193)]
_msgSender[ERC721A (ln:1451)]
getApproved[ERC721A (ln:1452)]
_exists[ERC721A (ln:1297)]
_msgSender[ERC721A (ln:1452)]
isApprovedForAll[ERC721A (ln:1453)]
_msgSender[ERC721A (ln:1453)]
_beforeTokenTransfers[ERC721A (ln:1466)]
_approve[ERC721A (ln:1469)]
Approval[ERC721A (ln:1502)]
TokenOwnership[ERC721A (ln:1473)]
_exists[ERC721A (ln:1479)]
TokenOwnership[ERC721A (ln:1480)]
Transfer[ERC721A (ln:1487)]
_afterTokenTransfers[ERC721A (ln:1488)]
1234567891011121314151617181920212223242526/***Submitted for verification at Etherscan.io on 2022-10-16*/// SPDX-License-Identifier: MIT// File: @openzeppelin/contracts/utils/Address.sol// OpenZeppelin Contracts (last updated v4.7.0) (utils/Address.sol)pragma solidity ^0.8.1;/*** @dev Collection of functions related to the address type*/library Address {/*** @dev Returns true if `account` is a contract.** [IMPORTANT] * === * It is unsafe to assume that an address for which this function returns* false is an externally-owned account (EOA) and not a contract.** Among others, `isContract` will return false for the following* types of addresses:** - an externally-owned account