ETH Price: $2,570.02 (+1.49%)

Transaction Decoder

Block:
10304526 at Jun-20-2020 07:31:42 PM +UTC
Transaction Fee:
0.000644835 ETH $1.66
Gas Used:
42,989 Gas / 15 Gwei

Emitted Events:

57 FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000d1898665a01a91ac10bd2c6cb1899336df34ac33, 0x0000000000000000000000005f143ac94fd16eca2d32e87cf6f3ab9b14c5d240, 00000000000000000000000000000000000000000000000000000000003f0c00 )

Account State Difference:

  Address   Before After State Difference Code
0xA0b86991...E3606eB48
0xD1898665...6df34AC33
0.598784979957694365 Eth
Nonce: 258
0.598140144957694365 Eth
Nonce: 259
0.000644835
(Ethermine)
1,217.497043169776602648 Eth1,217.497688004776602648 Eth0.000644835

Execution Trace

FiatTokenProxy.a9059cbb( )
  • FiatTokenV1.transfer( _to=0x5F143AC94FD16EcA2d32e87CF6F3AB9B14c5d240, _value=4131840 ) => ( 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