ETH Price: $1,872.82 (-1.88%)

Transaction Decoder

Block:
21115634 at Nov-04-2024 04:59:35 PM +UTC
Transaction Fee:
0.000559906415766439 ETH $1.05
Gas Used:
46,613 Gas / 12.011808203 Gwei

Emitted Events:

510 FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000de5b1cda3ec99767f5b726c11575dc3316af4644, 0x000000000000000000000000c94ebb328ac25b95db0e0aa968371885fa516215, 0000000000000000000000000000000000000000000000000000000000989680 )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
18.919964142246387022 Eth18.920001682258535892 Eth0.00003754001214887
0xA0b86991...E3606eB48
0xC94eBB32...5Fa516215
(Roobet: Hot Wallet)
1,111.090833163676448397 Eth
Nonce: 970658
1,111.090273257260681958 Eth
Nonce: 970659
0.000559906415766439

Execution Trace

FiatTokenProxy.23b872dd( )
  • FiatTokenV2_2.transferFrom( from=0xDE5b1cdA3eC99767f5B726c11575dC3316af4644, to=0xC94eBB328aC25b95DB0E0AA968371885Fa516215, value=10000000 ) => ( 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