ETH Price: $4,666.49 (+8.23%)

Transaction Decoder

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

Account State Difference:

  Address   Before After State Difference Code
0x25f23845...DF5398A4d
0x4dDAc376...f6CAe1D92
(Unchained Milady: Deployer)
0.024402790184633012 Eth
Nonce: 1301
0.023559338981036144 Eth
Nonce: 1302
0.000843451203596868
(Fee Recipient: 0xeBe...Acf)
19,299.643903196425434033 Eth19,299.643912055225434033 Eth0.0000088588

Execution Trace

UnchainedMilady.safeTransferFrom( from=0x4dDAc376f28BE60e1F7642A4D302C6Cf6CAe1D92, to=0xE526F0DD4182A3Abd95e343A68Ca7cD4c7De910E, tokenId=345, _data=0x )
safeTransferFrom[ERC721A (ln:1184)]
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
// 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) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX