ETH Price: $3,713.91 (-1.34%)

Transaction Decoder

Block:
17327752 at May-24-2023 08:05:47 AM +UTC
Transaction Fee:
0.001524364631336736 ETH $5.66
Gas Used:
46,536 Gas / 32.756675076 Gwei

Emitted Events:

103 LadysToken.Approval( owner=[Sender] 0xe0503e158ae3e23b9ecd9cade437eb607104ba71, spender=0x00000000...43aC78BA3, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
0x12970E68...E50A646bf
(Fee Recipient: 0xbcb6...3b1)
15.300986083534847321 Eth15.300990737134847321 Eth0.0000046536
0xe0503E15...07104ba71
0.013887845700730702 Eth
Nonce: 72
0.012363481069393966 Eth
Nonce: 73
0.001524364631336736

Execution Trace

LadysToken.approve( spender=0x000000000022D473030F116dDEE9F6B43aC78BA3, amount=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( True )
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
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(address indexed owner, address indexed spender, uint256 value);
/**
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX