ETH Price: $2,774.61 (-1.02%)

Transaction Decoder

Block:
17809561 at Jul-31-2023 12:58:11 AM +UTC
Transaction Fee:
0.00057482595 ETH $1.59
Gas Used:
43,713 Gas / 13.15 Gwei

Emitted Events:

1018 FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000eb56e7cdf24dbd3e1a11c9d71bef2bf2b0b23ec8, 0x0000000000000000000000005472356f1de00bca5d729cfb6419c44b8d4488ab, 000000000000000000000000000000000000000000000000000000003a2c9400 )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
6.179274820906242513 Eth6.179296272282595122 Eth0.000021451376352609
0xA0b86991...E3606eB48
0xeB56E7cD...2b0B23EC8
0.00396087095 Eth
Nonce: 1
0.003386045 Eth
Nonce: 2
0.00057482595

Execution Trace

FiatTokenProxy.a9059cbb( )
  • FiatTokenV2_1.transfer( to=0x5472356f1DE00BCa5D729cFb6419C44B8d4488AB, value=976000000 ) => ( 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: FiatTokenV2_1
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // File: @openzeppelin/contracts/math/SafeMath.sol
    // SPDX-License-Identifier: MIT
    pragma solidity ^0.6.0;
    /**
    * @dev Wrappers over Solidity's arithmetic operations with added overflow
    * checks.
    *
    * Arithmetic operations in Solidity wrap on overflow. This can easily result
    * in bugs, because programmers usually assume that an overflow raises an
    * error, which is the standard behavior in high level programming languages.
    * `SafeMath` restores this intuition by reverting the transaction when an
    * operation overflows.
    *
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX