ETH Price: $3,041.42 (+3.09%)

Transaction Decoder

Block:
19406665 at Mar-10-2024 07:04:23 PM +UTC
Transaction Fee:
0.003819924027152324 ETH $11.62
Gas Used:
55,846 Gas / 68.401031894 Gwei

Emitted Events:

177 FiatTokenProxy.0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925( 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925, 0x00000000000000000000000082c5c6d83041e34b186582bf10128d66ba93003f, 0x000000000000000000000000000000000022d473030f116ddee9f6b43ac78ba3, ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff )

Account State Difference:

  Address   Before After State Difference Code
0x82c5C6D8...6ba93003F
0.02375330765177313 Eth
Nonce: 55
0.019933383624620806 Eth
Nonce: 56
0.003819924027152324
(beaverbuild)
13.146297087068572556 Eth13.146299795599572556 Eth0.000002708531
0xA0b86991...E3606eB48

Execution Trace

FiatTokenProxy.095ea7b3( )
  • FiatTokenV2_2.approve( spender=0x000000000022D473030F116dDEE9F6B43aC78BA3, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( 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