ETH Price: $2,638.21 (-4.53%)

Transaction Decoder

Block:
19114063 at Jan-29-2024 06:46:35 PM +UTC
Transaction Fee:
0.000604319298380823 ETH $1.59
Gas Used:
48,801 Gas / 12.383338423 Gwei

Emitted Events:

24 UltraToken.Approval( owner=[Sender] 0x17e52f38fe8a779005b714b0300b90df7610e269, spender=0xDef1C0de...027b25EfF, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
0x17E52F38...F7610e269
0.008150716505714479 Eth
Nonce: 42
0.007546397207333656 Eth
Nonce: 43
0.000604319298380823
0xD13c7342...72cAb5C8c
(Flashbots: Builder)
14.865560980294705834 Eth14.865561029095705834 Eth0.000000048801

Execution Trace

UltraToken.approve( spender=0xDef1C0ded9bec7F1a1670819833240f027b25EfF, value=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-solidity/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.5.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP. Does not include
* the optional functions; to access them see `ERC20Detailed`.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `recipient`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a `Transfer` event.
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX