ETH Price: $3,842.09 (+2.68%)

Transaction Decoder

Block:
22116874 at Mar-24-2025 12:50:23 PM +UTC
Transaction Fee:
0.000057275254022987 ETH $0.22
Gas Used:
47,047 Gas / 1.217405021 Gwei

Emitted Events:

301 Uni.Approval( owner=[Sender] 0x73e159d97a979f8234b679b5363f09c55eda3b83, spender=0x216B4B4B...4278Bfcae, amount=79228162514264337593543950335 )

Account State Difference:

  Address   Before After State Difference Code
0x1f9840a8...C4201F984
0x73E159d9...55edA3B83
3.89097844901531876 Eth
Nonce: 13
3.890921173761295773 Eth
Nonce: 14
0.000057275254022987
(beaverbuild)
7.191762795162372477 Eth7.19177796575116884 Eth0.000015170588796363

Execution Trace

Uni.approve( spender=0x216B4B4Ba9F3e719726886d34a177484278Bfcae, rawAmount=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
/**
*Submitted for verification at Etherscan.io on 2020-09-15
*/
pragma solidity ^0.5.16;
pragma experimental ABIEncoderV2;
// From https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/math/Math.sol
// Subject to the MIT license.
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily result
* in bugs, because programmers usually assume that an overflow raises an
* error, which is the standard behavior in high level programming languages.
* `SafeMath` restores this intuition by reverting the transaction when an
* operation overflows.
*
* Using this library instead of the unchecked operations eliminates an entire
* class of bugs, so it's recommended to use it always.
*/
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, reverting on overflow.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX