Transaction Hash:
Block:
18163537 at Sep-18-2023 02:53:23 PM +UTC
Transaction Fee:
0.001325954412002709 ETH
$6.26
Gas Used:
66,141 Gas / 20.047389849 Gwei
Emitted Events:
283 |
UnchainedMilady.Transfer( from=[Sender] 0x1252bf1beea27b001d2e324069e92d83722cd40f, to=0x0b5F9bF4...02C48Feb4, tokenId=2286 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x1252bf1B...3722Cd40F |
0.089943173246809712 Eth
Nonce: 1868
|
0.088617218834807003 Eth
Nonce: 1869
| 0.001325954412002709 | ||
0x25f23845...DF5398A4d | |||||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 7.7028766759122622 Eth | 7.7028832900122622 Eth | 0.0000066141 |
Execution Trace
UnchainedMilady.safeTransferFrom( from=0x1252bf1BEeA27b001d2e324069e92d83722Cd40F, to=0x0b5F9bF469f556b17854E061E2f346802C48Feb4, tokenId=2286, _data=0x )
safeTransferFrom[ERC721A (ln:1184)]
safeTransferFrom[ERC721A (ln:1189)]
safeTransferFrom[ERC721A (ln:1189)]
1234567891011121314151617181920212223242526// Sources flattened with hardhat v2.12.6 https://hardhat.org// File @openzeppelin/contracts/utils/Context.sol@v4.8.1// SPDX-License-Identifier: MIT// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)pragma solidity ^0.8.0;/*** @dev Provides information about the current execution context, including the* sender of the transaction and its data. While these are generally available* via msg.sender and msg.data, they should not be accessed in such a direct* manner, since when dealing with meta-transactions the account sending and* paying for execution may not be the actual sender (as far as an application* is concerned).** This contract is only required for intermediate, library-like contracts.*/abstract contract Context {function _msgSender() internal view virtual returns (address) {return msg.sender;}function _msgData() internal view virtual returns (bytes calldata) {