ETH Price: $4,285.22 (+1.15%)

Transaction Decoder

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 Code
(Spark Pool)
33.838864726947502242 Eth33.84000371902158418 Eth0.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 )
    File 1 of 2: NORIDelegator
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    pragma 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.
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: NORIDelegate
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    pragma 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.
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX