ETH Price: $3,784.03 (+0.90%)

Transaction Decoder

Block:
10884788 at Sep-18-2020 07:27:11 AM +UTC
Transaction Fee:
0.0582183 ETH $220.30
Gas Used:
138,615 Gas / 420 Gwei

Emitted Events:

72 AdminUpgradeabilityProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000dae0aca4b9b38199408ffab32562bf7b3b0495fe, 0x0000000000000000000000005d4a29e7571239bc28a3c6f405a1082ea34d0b11, 000000000000000000000000000000000000000000002d6853eadbdeeb1c0000 )

Account State Difference:

  Address   Before After State Difference Code
(F2Pool Old)
6,831.6172079412135025 Eth6,831.6754262412135025 Eth0.0582183
0xdAE0aca4...B3B0495fE
(DeFireX: Deployer)
17.873662716976060251 Eth
Nonce: 1600
17.815444416976060251 Eth
Nonce: 1601
0.0582183
0xfACd9A6f...6d9DCAE01

Execution Trace

AdminUpgradeabilityProxy.a9059cbb( )
  • DfDepositToken.transfer( recipient=0x5d4a29E7571239bC28a3c6f405a1082EA34d0b11, amount=214431000000000000000000 ) => ( True )
    File 1 of 2: AdminUpgradeabilityProxy
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // File: @openzeppelin/upgrades/contracts/upgradeability/Proxy.sol
    pragma solidity ^0.5.0;
    /**
    * @title Proxy
    * @dev Implements delegation of calls to other contracts, with proper
    * forwarding of return values and bubbling of failures.
    * It defines a fallback function that delegates all calls to the address
    * returned by the abstract _implementation() internal function.
    */
    contract Proxy {
    /**
    * @dev Fallback function.
    * Implemented entirely in `_fallback`.
    */
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: DfDepositToken
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    pragma solidity ^0.5.16;
    /**
    * @title Initializable
    *
    * @dev Helper contract to support initializer functions. To use it, replace
    * the constructor with a function that has the `initializer` modifier.
    * WARNING: Unlike constructors, initializer functions must be manually
    * invoked. This applies both to deploying an Initializable contract, as well
    * as extending an Initializable contract via inheritance.
    * WARNING: When used with inheritance, manual care must be taken to not invoke
    * a parent initializer twice, or ensure that all initializers are idempotent,
    * because this is not dealt with automatically as with constructors.
    */
    contract Initializable {
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX