Transaction Hash:
Block:
10964424 at Sep-30-2020 02:57:49 PM +UTC
Transaction Fee:
0.010248418 ETH
$39.31
Gas Used:
86,851 Gas / 118 Gwei
Emitted Events:
224 |
AdminUpgradeabilityProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000dae0aca4b9b38199408ffab32562bf7b3b0495fe, 0x000000000000000000000000c37a700cb7c5c254dd581fef6f5768b1b705a5bb, 000000000000000000000000000000000000000000000441d70bcc7165200000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x5A0b54D5...D3E029c4c
Miner
| (Spark Pool) | 103.298429217149514418 Eth | 103.308677635149514418 Eth | 0.010248418 | |
0xdAE0aca4...B3B0495fE | (DeFireX: Deployer) |
1.582041927274413444 Eth
Nonce: 1662
|
1.571793509274413444 Eth
Nonce: 1663
| 0.010248418 | |
0xfACd9A6f...6d9DCAE01 |
Execution Trace
AdminUpgradeabilityProxy.a9059cbb( )

-
DfDepositToken.transfer( recipient=0xc37a700CB7c5c254dD581feF6F5768B1B705a5Bb, amount=20104000000000000000000 ) => ( 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 {