Transaction Hash:
Block:
11580474 at Jan-03-2021 08:47:19 AM +UTC
Transaction Fee:
0.00423198 ETH
$15.98
Gas Used:
47,022 Gas / 90 Gwei
Emitted Events:
133 |
AdminUpgradeabilityProxy.0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925( 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925, 0x0000000000000000000000005627791eef2712dd4bd15cb5609f6cf33601b090, 0x00000000000000000000000071d88d9a24125b61e580bb73d7c0b20f0e29902f, 00000000000000000000000000000000ffffffffffffffffffffffffffffffff )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x5627791e...33601B090 |
3.219572410226 Eth
Nonce: 359
|
3.215340430226 Eth
Nonce: 360
| 0.00423198 | ||
0x5A0b54D5...D3E029c4c
Miner
| (Spark Pool) | 62.749616354824991125 Eth | 62.753848334824991125 Eth | 0.00423198 | |
0xfACd9A6f...6d9DCAE01 |
Execution Trace
AdminUpgradeabilityProxy.095ea7b3( )

-
DfDepositToken.approve( spender=0x71d88D9A24125b61e580bB73D7C0b20F0E29902f, amount=340282366920938463463374607431768211455 ) => ( True )
approve[ERC20 (ln:504)]
_approve[ERC20 (ln:505)]
Approval[ERC20 (ln:640)]
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 {