ETH Price: $2,561.38 (+0.08%)

Transaction Decoder

Block:
22645681 at Jun-06-2025 12:55:11 PM +UTC
Transaction Fee:
0.000132131679600606 ETH $0.34
Gas Used:
48,866 Gas / 2.703959391 Gwei

Emitted Events:

369 Amp.ApprovalByPartition( partition=0000000000000000000000000000000000000000000000000000000000000000, owner=[Sender] 0x28b425daadee6daaf830c332ec59f4ebf82afb30, spender=0xa7Ca2C86...C2b0Db22A, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )
370 Amp.Approval( owner=[Sender] 0x28b425daadee6daaf830c332ec59f4ebf82afb30, spender=0xa7Ca2C86...C2b0Db22A, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
0x28B425Da...bF82AfB30
0.00912804115337838 Eth
Nonce: 14
0.008995909473777774 Eth
Nonce: 15
0.000132131679600606
(beaverbuild)
15.344651209917906953 Eth15.344700075917906953 Eth0.000048866
0xfF208177...8D11095C2

Execution Trace

Amp.approve( _spender=0xa7Ca2C8673bcFA5a26d8ceeC2887f2CC2b0Db22A, _value=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( True )
approve[Amp (ln:1128)]
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
// SPDX-License-Identifier: MIT
pragma solidity 0.6.10;
/**
* @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.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
* - Addition cannot overflow.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX