ETH Price: $2,572.21 (-1.91%)

Transaction Decoder

Block:
22583692 at May-28-2025 08:38:23 PM +UTC
Transaction Fee:
0.000586316008811788 ETH $1.51
Gas Used:
126,682 Gas / 4.628250334 Gwei

Emitted Events:

61 OFTImplementation.Transfer( from=UniswapV3Pool, to=[Sender] 0xa9ab8d5b5aab8e3215c6d0a5dcbce123299f1e7b, value=3645700000000000000000 )
62 FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000a9ab8d5b5aab8e3215c6d0a5dcbce123299f1e7b, 0x000000000000000000000000f8e349d1d827a6edf17ee673664cfad4ca78c533, 000000000000000000000000000000000000000000000000000000002f840411 )
63 UniswapV3Pool.Swap( sender=[Receiver] SwapRouter02, recipient=[Sender] 0xa9ab8d5b5aab8e3215c6d0a5dcbce123299f1e7b, amount0=797180945, amount1=-3645700000000000000000, sqrtPriceX96=169682485009909344371287750557753192, liquidity=52816756522348874118, tick=291556 )

Account State Difference:

  Address   Before After State Difference Code
(quasarbuilder)
13.6366678209424577 Eth13.636943886773261434 Eth0.000276065830803734
0xA0b86991...E3606eB48
0xA9aB8d5b...3299f1E7B
3.897645595207089432 Eth
Nonce: 33242
3.897059279198277644 Eth
Nonce: 33243
0.000586316008811788
0xbdF43ecA...96BC1788B
0xf8e349d1...4ca78C533
(Uniswap V3: USDC-SEI)

Execution Trace

SwapRouter02.exactOutputSingle( params=[{name:tokenIn, type:address, order:1, indexed:false, value:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48, valueString:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48}, {name:tokenOut, type:address, order:2, indexed:false, value:0xbdF43ecAdC5ceF51B7D1772F722E40596BC1788B, valueString:0xbdF43ecAdC5ceF51B7D1772F722E40596BC1788B}, {name:fee, type:uint24, order:3, indexed:false, value:3000, valueString:3000}, {name:recipient, type:address, order:4, indexed:false, value:0xA9aB8d5b5AAb8e3215c6d0a5dCbcE123299f1E7B, valueString:0xA9aB8d5b5AAb8e3215c6d0a5dCbcE123299f1E7B}, {name:amountOut, type:uint256, order:5, indexed:false, value:3645700000000000000000, valueString:3645700000000000000000}, {name:amountInMaximum, type:uint256, order:6, indexed:false, value:804551305, valueString:804551305}, {name:sqrtPriceLimitX96, type:uint160, order:7, indexed:false, value:0, valueString:0}] ) => ( amountIn=797180945 )
  • UniswapV3Pool.swap( recipient=0xA9aB8d5b5AAb8e3215c6d0a5dCbcE123299f1E7B, zeroForOne=True, amountSpecified=-3645700000000000000000, sqrtPriceLimitX96=4295128740, data=0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000040000000000000000000000000A9AB8D5B5AAB8E3215C6D0A5DCBCE123299F1E7B000000000000000000000000000000000000000000000000000000000000002BBDF43ECADC5CEF51B7D1772F722E40596BC1788B000BB8A0B86991C6218B36C1D19D4A2E9EB0CE3606EB48000000000000000000000000000000000000000000 ) => ( amount0=797180945, amount1=-3645700000000000000000 )
    • OFTImplementation.transfer( to=0xA9aB8d5b5AAb8e3215c6d0a5dCbcE123299f1E7B, value=3645700000000000000000 ) => ( True )
    • FiatTokenProxy.70a08231( )
      • FiatTokenV2_2.balanceOf( account=0xf8e349d1d827a6EdF17eE673664CFAd4ca78C533 ) => ( 2401802466812 )
      • SwapRouter02.uniswapV3SwapCallback( amount0Delta=797180945, amount1Delta=-3645700000000000000000, _data=0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000040000000000000000000000000A9AB8D5B5AAB8E3215C6D0A5DCBCE123299F1E7B000000000000000000000000000000000000000000000000000000000000002BBDF43ECADC5CEF51B7D1772F722E40596BC1788B000BB8A0B86991C6218B36C1D19D4A2E9EB0CE3606EB48000000000000000000000000000000000000000000 )
        • FiatTokenProxy.23b872dd( )
          • FiatTokenV2_2.transferFrom( from=0xA9aB8d5b5AAb8e3215c6d0a5dCbcE123299f1E7B, to=0xf8e349d1d827a6EdF17eE673664CFAd4ca78C533, value=797180945 ) => ( True )
          • FiatTokenProxy.70a08231( )
            • FiatTokenV2_2.balanceOf( account=0xf8e349d1d827a6EdF17eE673664CFAd4ca78C533 ) => ( 2402599647757 )
              File 1 of 5: SwapRouter02
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              // SPDX-License-Identifier: GPL-2.0-or-later
              pragma solidity =0.7.6;
              pragma abicoder v2;
              import '@uniswap/v3-periphery/contracts/base/SelfPermit.sol';
              import '@uniswap/v3-periphery/contracts/base/PeripheryImmutableState.sol';
              import './interfaces/ISwapRouter02.sol';
              import './V2SwapRouter.sol';
              import './V3SwapRouter.sol';
              import './base/ApproveAndCall.sol';
              import './base/MulticallExtended.sol';
              /// @title Uniswap V2 and V3 Swap Router
              contract SwapRouter02 is ISwapRouter02, V2SwapRouter, V3SwapRouter, ApproveAndCall, MulticallExtended, SelfPermit {
              constructor(
              address _factoryV2,
              address factoryV3,
              address _positionManager,
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

              File 2 of 5: UniswapV3Pool
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              // SPDX-License-Identifier: BUSL-1.1
              pragma solidity =0.7.6;
              import './interfaces/IUniswapV3Pool.sol';
              import './NoDelegateCall.sol';
              import './libraries/LowGasSafeMath.sol';
              import './libraries/SafeCast.sol';
              import './libraries/Tick.sol';
              import './libraries/TickBitmap.sol';
              import './libraries/Position.sol';
              import './libraries/Oracle.sol';
              import './libraries/FullMath.sol';
              import './libraries/FixedPoint128.sol';
              import './libraries/TransferHelper.sol';
              import './libraries/TickMath.sol';
              import './libraries/LiquidityMath.sol';
              import './libraries/SqrtPriceMath.sol';
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

              File 3 of 5: OFTImplementation
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              // SPDX-License-Identifier: MIT
              pragma solidity >=0.8.0 ^0.8.20;
              // ../node_modules/@layerzerolabs/oapp-evm/contracts/oapp/interfaces/IOAppMsgInspector.sol
              /**
              * @title IOAppMsgInspector
              * @dev Interface for the OApp Message Inspector, allowing examination of message and options contents.
              */
              interface IOAppMsgInspector {
              // Custom error message for inspection failure
              error InspectionFailed(bytes message, bytes options);
              /**
              * @notice Allows the inspector to examine LayerZero message contents and optionally throw a revert if invalid.
              * @param _message The message payload to be inspected.
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

              File 4 of 5: 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 5 of 5: 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