Transaction Hash:
Block:
17374796 at May-30-2023 10:45:23 PM +UTC
Transaction Fee:
0.0010269442571812 ETH
$2.59
Gas Used:
32,020 Gas / 32.07196306 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x1f9090aa...8e676c326
Miner
| 9.527439007567744166 Eth | 9.527442209567744166 Eth | 0.000003202 | ||
0x9212CE55...34191813C |
0.028628940767435261 Eth
Nonce: 9
|
0.027601996510254061 Eth
Nonce: 10
| 0.0010269442571812 |
Execution Trace
UnchainedMilady.CALL( )

-
Miladys.balanceOf( owner=0x9212CE5500b6b1b19c4d2c7d7aDB83D34191813C ) => ( 1 )
File 1 of 2: UnchainedMilady
File 2 of 2: Miladys
12345678910111213141516// 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
File 2 of 2: Miladys
12345678910111213141516// File: @openzeppelin/contracts/utils/Context.sol// SPDX-License-Identifier: MITpragma solidity >=0.6.0 <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 GSN 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 payable) {return msg.sender;