ETH Price: $3,618.49 (+5.58%)

Transaction Decoder

Block:
22391618 at May-01-2025 09:16:11 PM +UTC
Transaction Fee:
0.000043204310876936 ETH $0.16
Gas Used:
55,906 Gas / 0.772802756 Gwei

Emitted Events:

286 FiatTokenProxy.0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925( 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925, 0x00000000000000000000000054e306583dccbb0db8a9ed80af1f297e84e1df21, 0x0000000000000000000000006352a56caadc4f1e25cd6c75970fa768a3304e64, ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
79.463266742828389258 Eth79.463280471551040548 Eth0.00001372872265129
0x54e30658...E84e1DF21
0.000446538136258379 Eth
Nonce: 89
0.000403333825381443 Eth
Nonce: 90
0.000043204310876936
0xA0b86991...E3606eB48

Execution Trace

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