ETH Price: $3,892.96 (+1.94%)
Gas: 0.26 Gwei

Transaction Decoder

Block:
21623932 at Jan-14-2025 04:29:59 PM +UTC
Transaction Fee:
0.000477061289543973 ETH $1.86
Gas Used:
51,131 Gas / 9.330177183 Gwei

Emitted Events:

387 TimeOwnedUpgradeabilityProxy.0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925( 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925, 0x0000000000000000000000005f939de0e81a199a34e50615f34cbab82412459a, 0x000000000000000000000000d9e1ce17f2641f24ae83637ab66a2cca9c378b9f, 0000000000000000000000000000000000000000000000000006e60f79a4b800 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
13.79216672305153262 Eth13.79217183615153262 Eth0.0000051131
0x4C19596f...AE6543784
0x5F939de0...82412459a
8.051788894920575094 Eth
Nonce: 73
8.051311833631031121 Eth
Nonce: 74
0.000477061289543973

Execution Trace

TimeOwnedUpgradeabilityProxy.095ea7b3( )
  • TrueFi.approve( spender=0xd9e1cE17f2641f24aE83637ab66a2cca9C378B9F, amount=1941804000000000 ) => ( True )
    File 1 of 2: TimeOwnedUpgradeabilityProxy
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // File: @trusttoken/trusttokens/contracts/Proxy/OwnedUpgradeabilityProxy.sol
    pragma solidity 0.5.13;
    /**
    * @title OwnedUpgradeabilityProxy
    * @dev This contract combines an upgradeability proxy with basic authorization control functionalities
    */
    contract OwnedUpgradeabilityProxy {
    /**
    * @dev Event to show ownership has been transferred
    * @param previousOwner representing the address of the previous owner
    * @param newOwner representing the address of the new owner
    */
    event ProxyOwnershipTransferred(address indexed previousOwner, address indexed newOwner);
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: TrueFi
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    /**
    *Submitted for verification at Etherscan.io on 2020-11-12
    */
    // &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
    // &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
    // &&&&&&&&&&&&&&&&&&&&&&&&&&&&&%&&&&%%%%&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
    // &&&&&&&&&&&&&&&&&&&&&&&&%(, .*#&&&&&&&&&&&&&&&&&&&&&&&
    // &&&&&&&&&&&&&&&&&&&&#. ,/#%%%%%%%#(/, *%&&&&&&&&&&&&&&&&&&
    // &&&&&&&&&&&&&&&&&( /&&&&&&&&&&&&&&&&&&&&&%&%* ,%&&&&&&&&&&&&&&&
    // &&&&&&&&&&&&&&%, *%&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&%, (&&&&&&&&&&&&&
    // &&&&&&&&&&&&&, #&&# ./#&&&&&&&&%, %&&&&&&&&&&&
    // &&&&&&&&&&&# (&&&&# ,%&&&&&&*/&&&&&&&&&&
    // &&&&&&&&&&( %&&&&&# /&&&&&&&&&&&&&&&&&&%#, .%&&&&&(%&&&&&&&&
    // &&&&&&&&&% #&&&&&&# /&&&&&&&&&&&&&&&&&&&&&&&( .%&&&&&&&&&&&&&
    // &&&&&&&&&/ ,&&&&&&&# /&&&&&&&&&&&&&&&&%%%%&&&&%% /&&&&&&&&&&&&
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX