Transaction Hash:
Block:
11037235 at Oct-11-2020 11:18:36 PM +UTC
Transaction Fee:
0.001138992074081938 ETH
$4.88
Gas Used:
47,458 Gas / 24.000001561 Gwei
Emitted Events:
164 |
NORIDelegator.Approval( owner=[Sender] 0x996a49e492cf845dae7eab258da95c871c41d824, spender=0x7a250d56...659F2488D, amount=115792089237316195423570985008687907853269984665640564039457584007913129639935 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x5A0b54D5...D3E029c4c
Miner
| (Spark Pool) | 33.838864726947502242 Eth | 33.84000371902158418 Eth | 0.001138992074081938 | |
0x79aDD5ef...1E0229BfC | |||||
0x996a49e4...71c41D824 |
0.046297606953847114 Eth
Nonce: 62
|
0.045158614879765176 Eth
Nonce: 63
| 0.001138992074081938 |
Execution Trace
NORIDelegator.approve( spender=0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, amount=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( True )

-
NORIDelegate.approve( spender=0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( True )
approve[NORIDelegator (ln:1108)]
delegateAndReturn[NORIDelegator (ln:1116)]
delegatecall[NORIDelegator (ln:1373)]
File 1 of 2: NORIDelegator
File 2 of 2: NORIDelegate
12345678910111213141516pragma solidity 0.5.17;pragma experimental ABIEncoderV2;/*** @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.
File 2 of 2: NORIDelegate
12345678910111213141516pragma solidity 0.5.17;pragma experimental ABIEncoderV2;/*** @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.