ETH Price: $2,574.25 (-6.19%)

Transaction Decoder

Block:
20691529 at Sep-06-2024 12:23:35 PM +UTC
Transaction Fee:
0.00014966633849752 ETH $0.39
Gas Used:
57,460 Gas / 2.604704812 Gwei

Emitted Events:

251 FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x00000000000000000000000047210bbd02ad48e7c0b56af7628a6dcb6631d8a2, 0x000000000000000000000000cf3655e4cd1c64cf6289f7fd511547226d27f776, 000000000000000000000000000000000000000000000000000000174876e800 )

Account State Difference:

  Address   Before After State Difference Code
0x47210BbD...b6631D8A2
1.951413645677668601 Eth
Nonce: 823
1.951263979339171081 Eth
Nonce: 824
0.00014966633849752
(Titan Builder)
7.558007138721436943 Eth7.558007426021436943 Eth0.0000002873
0xA0b86991...E3606eB48

Execution Trace

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