ETH Price: $3,614.21 (+5.22%)

Transaction Decoder

Block:
21937202 at Feb-27-2025 10:53:59 AM +UTC
Transaction Fee:
0.000150305803900692 ETH $0.54
Gas Used:
130,548 Gas / 1.151345129 Gwei

Emitted Events:

149 0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 0000000000000000000000000000000000000000000000000000000000000000 )
150 WETH9.Deposit( dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=3000000000000000 )
151 FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000e0554a476a092703abdb3ef35c80e0d76d32939f, 0x0000000000000000000000003d28be8b06f256aa8249abd5d62caaf0352e43a4, 00000000000000000000000000000000000000000000000000000000006c7264 )
152 WETH9.Transfer( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, dst=0xE0554a476A092703abdB3Ef35c80e0D76d32939F, wad=3000000000000000 )
153 0xe0554a476a092703abdb3ef35c80e0d76d32939f.0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67( 0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67, 0x000000000000000000000000f3de3c0d654fda23dad170f0f320a92172509127, 0x0000000000000000000000003d28be8b06f256aa8249abd5d62caaf0352e43a4, ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff938d9c, 000000000000000000000000000000000000000000000000000aa87bee538000, 000000000000000000000000000000000000504043e399aab0e47393d838c573, 00000000000000000000000000000000000000000000000003823cb6e14107f6, 00000000000000000000000000000000000000000000000000000000000307d8 )
154 0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee, 000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48, 0000000000000000000000003d28be8b06f256aa8249abd5d62caaf0352e43a4, 000000000000000000000000000000000000000000000000000aa87bee538000, 00000000000000000000000000000000000000000000000000000000006c7264 )

Account State Difference:

  Address   Before After State Difference Code
0x3d28BE8b...0352e43A4
0.004505441825400509 Eth
Nonce: 197
0.001355136021499817 Eth
Nonce: 198
0.003150305803900692
(Titan Builder)
8.560379256301056594 Eth8.560444530301056594 Eth0.000065274
0xA0b86991...E3606eB48
0xC02aaA39...83C756Cc2 2,923,352.339507846814196151 Eth2,923,352.342507846814196151 Eth0.003
0xE0554a47...76d32939F
(Uniswap V3: USDC 4)

Execution Trace

ETH 0.003 0xf3de3c0d654fda23dad170f0f320a92172509127.0d5f0e3b( )
  • ETH 0.003 WETH9.CALL( )
  • Uniswap V3: USDC 4.128acb08( )
    • FiatTokenProxy.a9059cbb( )
      • FiatTokenV2_2.transfer( to=0x3d28BE8b06F256Aa8249AbD5D62caaf0352e43A4, value=7107172 ) => ( True )
      • WETH9.balanceOf( 0xE0554a476A092703abdB3Ef35c80e0D76d32939F ) => ( 1747112085260537105398 )
      • 0xf3de3c0d654fda23dad170f0f320a92172509127.fa461e33( )
        • Uniswap V3: USDC 4.STATICCALL( )
        • Uniswap V3: USDC 4.STATICCALL( )
        • Uniswap V3: USDC 4.STATICCALL( )
        • WETH9.transfer( dst=0xE0554a476A092703abdB3Ef35c80e0D76d32939F, wad=3000000000000000 ) => ( True )
        • WETH9.balanceOf( 0xE0554a476A092703abdB3Ef35c80e0D76d32939F ) => ( 1747115085260537105398 )
        • Uniswap V3: USDC 4.STATICCALL( )
          File 1 of 3: WETH9
          1
          2
          3
          4
          5
          6
          7
          8
          9
          10
          11
          12
          13
          14
          15
          16
          // Copyright (C) 2015, 2016, 2017 Dapphub
          // This program is free software: you can redistribute it and/or modify
          // it under the terms of the GNU General Public License as published by
          // the Free Software Foundation, either version 3 of the License, or
          // (at your option) any later version.
          // This program is distributed in the hope that it will be useful,
          // but WITHOUT ANY WARRANTY; without even the implied warranty of
          // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
          // GNU General Public License for more details.
          // You should have received a copy of the GNU General Public License
          // along with this program. If not, see <http://www.gnu.org/licenses/>.
          pragma solidity ^0.4.18;
          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

          File 2 of 3: 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 3 of 3: 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