ETH Price: $3,616.48 (-0.74%)

Transaction Decoder

Block:
8042420 at Jun-27-2019 09:41:00 PM +UTC
Transaction Fee:
0.000149559 ETH $0.54
Gas Used:
49,853 Gas / 3 Gwei

Emitted Events:

152 FiatTokenProxy.0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925( 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925, 0x000000000000000000000000343a3c7f789335c9ea60932d34be258f643678d9, 0x00000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563, ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff )

Account State Difference:

  Address   Before After State Difference Code
0x343a3C7F...F643678d9
0.072366675743029672 Eth
Nonce: 235
0.072217116743029672 Eth
Nonce: 236
0.000149559
0xA0b86991...E3606eB48
(Ethermine)
779.971658212241921227 Eth779.971807771241921227 Eth0.000149559

Execution Trace

FiatTokenProxy.095ea7b3( )
  • FiatTokenV1.approve( _spender=0x39AA39c021dfbaE8faC545936693aC917d5E7563, _value=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( True )
    File 1 of 2: FiatTokenProxy
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    pragma solidity ^0.4.24;
    // File: zos-lib/contracts/upgradeability/Proxy.sol
    /**
    * @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: FiatTokenV1
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    pragma solidity ^0.4.24;
    // File: contracts/Ownable.sol
    /**
    * Copyright CENTRE SECZ 2018
    *
    * Permission is hereby granted, free of charge, to any person obtaining a copy
    * of this software and associated documentation files (the "Software"), to deal
    * in the Software without restriction, including without limitation the rights
    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    * copies of the Software, and to permit persons to whom the Software is furnished to
    * do so, subject to the following conditions:
    *
    * The above copyright notice and this permission notice shall be included in all
    * copies or substantial portions of the Software.
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX