Transaction Hash:
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 | ||
---|---|---|---|---|---|
0x829BD824...93333A830
Miner
| (F2Pool Old) | 6,831.6172079412135025 Eth | 6,831.6754262412135025 Eth | 0.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 )
transfer[DfDepositToken (ln:1115)]
_transfer[DfDepositToken (ln:1120)]
File 1 of 2: AdminUpgradeabilityProxy
File 2 of 2: DfDepositToken
12345678910111213141516// File: @openzeppelin/upgrades/contracts/upgradeability/Proxy.solpragma 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`.*/
File 2 of 2: DfDepositToken
12345678910111213141516pragma 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 {