Transaction Hash:
Block:
18169218 at Sep-19-2023 09:58:59 AM +UTC
Transaction Fee:
0.000843451203596868 ETH
$3.94
Gas Used:
88,588 Gas / 9.521054811 Gwei
Emitted Events:
91 |
UnchainedMilady.Transfer( from=[Sender] 0x4ddac376f28be60e1f7642a4d302c6cf6cae1d92, to=0xE526F0DD...4c7De910E, tokenId=345 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x25f23845...DF5398A4d | |||||
0x4dDAc376...f6CAe1D92 | (Unchained Milady: Deployer) |
0.024402790184633012 Eth
Nonce: 1301
|
0.023559338981036144 Eth
Nonce: 1302
| 0.000843451203596868 | |
0xeBec795c...8F299cAcf
Miner
| (Fee Recipient: 0xeBe...Acf) | 19,299.643903196425434033 Eth | 19,299.643912055225434033 Eth | 0.0000088588 |
Execution Trace
UnchainedMilady.safeTransferFrom( from=0x4dDAc376f28BE60e1F7642A4D302C6Cf6CAe1D92, to=0xE526F0DD4182A3Abd95e343A68Ca7cD4c7De910E, tokenId=345, _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) {