ETH Price: $2,519.67 (-8.41%)

Transaction Decoder

Block:
22273379 at Apr-15-2025 09:06:11 AM +UTC
Transaction Fee:
0.000080696 ETH $0.20
Gas Used:
40,348 Gas / 2 Gwei

Emitted Events:

77 FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x0000000000000000000000003f7b8a75f3e57686235ce0a5773ed90cd6458a4a, 0x00000000000000000000000041fc802e01bcf85d91e5708b42d41c2eaf01f375, 000000000000000000000000000000000000000000000000000000001dcd6500 )

Account State Difference:

  Address   Before After State Difference Code
0x3f7b8a75...cd6458a4a
0.000248691 Eth
Nonce: 34
0.000167995 Eth
Nonce: 35
0.000080696
(Titan Builder)
5.220341593200929081 Eth5.220383306513136109 Eth0.000041713312207028
0xA0b86991...E3606eB48

Execution Trace

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