ETH Price: $3,020.88 (+1.51%)

Transaction Decoder

Block:
21936983 at Feb-27-2025 10:10:11 AM +UTC
Transaction Fee:
0.000145661579776368 ETH $0.44
Gas Used:
116,304 Gas / 1.252421067 Gwei

Emitted Events:

689 0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 00000000000000000000000000000000000000000000000000349995694b0581 )
690 WETH9.Deposit( dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=1400000000000000 )
691 FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000e0554a476a092703abdb3ef35c80e0d76d32939f, 0x0000000000000000000000009618045974a8f10c8654c3d58052f9e0f69cf9af, 00000000000000000000000000000000000000000000000000000000003290fe )
692 WETH9.Transfer( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, dst=0xE0554a476A092703abdB3Ef35c80e0D76d32939F, wad=1400000000000000 )
693 0xe0554a476a092703abdb3ef35c80e0d76d32939f.0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67( 0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67, 0x000000000000000000000000f3de3c0d654fda23dad170f0f320a92172509127, 0x0000000000000000000000009618045974a8f10c8654c3d58052f9e0f69cf9af, ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcd6f02, 0000000000000000000000000000000000000000000000000004f94ae6af8000, 0000000000000000000000000000000000005048d25aeb98bf80df77dd8f50fc, 00000000000000000000000000000000000000000000000003823cb6e14107f6, 00000000000000000000000000000000000000000000000000000000000307e1 )
694 0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee, 000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48, 0000000000000000000000009618045974a8f10c8654c3d58052f9e0f69cf9af, 0000000000000000000000000000000000000000000000000004f94ae6af8000, 00000000000000000000000000000000000000000000000000000000003290fe )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
8.843991703635745632 Eth8.844049855635745632 Eth0.000058152
0x96180459...0f69CF9Af
0.002840599389771218 Eth
Nonce: 33
0.00129493780999485 Eth
Nonce: 34
0.001545661579776368
0xA0b86991...E3606eB48
0xC02aaA39...83C756Cc2 2,922,075.673062175994342032 Eth2,922,075.674462175994342032 Eth0.0014
0xE0554a47...76d32939F
(Uniswap V3: USDC 4)

Execution Trace

ETH 0.0014 0xf3de3c0d654fda23dad170f0f320a92172509127.0d5f0e3b( )
  • ETH 0.0014 WETH9.CALL( )
  • Uniswap V3: USDC 4.128acb08( )
    • FiatTokenProxy.a9059cbb( )
      • FiatTokenV2_2.transfer( to=0x9618045974a8f10C8654c3d58052F9e0f69CF9Af, value=3313918 ) => ( True )
      • WETH9.balanceOf( 0xE0554a476A092703abdB3Ef35c80e0D76d32939F ) => ( 1749245935646958575999 )
      • 0xf3de3c0d654fda23dad170f0f320a92172509127.fa461e33( )
        • Uniswap V3: USDC 4.STATICCALL( )
        • Uniswap V3: USDC 4.STATICCALL( )
        • Uniswap V3: USDC 4.STATICCALL( )
        • WETH9.transfer( dst=0xE0554a476A092703abdB3Ef35c80e0D76d32939F, wad=1400000000000000 ) => ( True )
        • WETH9.balanceOf( 0xE0554a476A092703abdB3Ef35c80e0D76d32939F ) => ( 1749247335646958575999 )
        • 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