ETH Price: $3,646.71 (+1.51%)

Transaction Decoder

Block:
20442369 at Aug-02-2024 05:31:47 PM +UTC
Transaction Fee:
0.000213883659484224 ETH $0.78
Gas Used:
40,384 Gas / 5.296247511 Gwei

Emitted Events:

482 FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000f34f0420b588b6cf956f66beabab3f75deb10a63, 0x00000000000000000000000032c51e066d05d177a802b7c68859022c8cad38ef, 00000000000000000000000000000000000000000000000000000161dc11c2d8 )

Account State Difference:

  Address   Before After State Difference Code
0xA0b86991...E3606eB48
3.118247787977265006 Eth3.118284645363697006 Eth0.000036857386432
0xf34f0420...5DeB10A63
5.814705694485378815 Eth
Nonce: 6622
5.814491810825894591 Eth
Nonce: 6623
0.000213883659484224

Execution Trace

FiatTokenProxy.a9059cbb( )
  • FiatTokenV2_2.transfer( to=0x32c51e066d05D177a802B7C68859022C8Cad38eF, value=1519815607000 ) => ( 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_2
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    /**
    * SPDX-License-Identifier: Apache-2.0
    *
    * Copyright (c) 2023, Circle Internet Financial, LLC.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
    * You may obtain a copy of the License at
    *
    * http://www.apache.org/licenses/LICENSE-2.0
    *
    * Unless required by applicable law or agreed to in writing, software
    * distributed under the License is distributed on an "AS IS" BASIS,
    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    * See the License for the specific language governing permissions and
    * limitations under the License.
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX