ETH Price: $2,510.86 (-0.73%)

Transaction Decoder

Block:
22590098 at May-29-2025 06:09:59 PM +UTC
Transaction Fee:
0.00016637696744944 ETH $0.42
Gas Used:
45,160 Gas / 3.684166684 Gwei

Emitted Events:

360 FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000d3561da2bfcac843494854f7de1af98a3962925f, 0x00000000000000000000000065e2abacdaa1ebc8350359267eff83ac88cd79a4, 000000000000000000000000000000000000000000000000000000002339f1c0 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
15.086601975885219848 Eth15.086605543525219848 Eth0.00000356764
0xA0b86991...E3606eB48
0xd3561dA2...a3962925f
26.700423702226456667 Eth
Nonce: 4842
26.700257325259007227 Eth
Nonce: 4843
0.00016637696744944

Execution Trace

FiatTokenProxy.a9059cbb( )
  • FiatTokenV2_2.transfer( to=0x65E2aBaCdaA1ebC8350359267EfF83aC88cd79a4, value=591000000 ) => ( 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