ETH Price: $2,574.57 (+1.16%)

Transaction Decoder

Block:
15382397 at Aug-21-2022 06:32:53 AM +UTC
Transaction Fee:
0.00040169359010922 ETH $1.03
Gas Used:
123,170 Gas / 3.261294066 Gwei

Emitted Events:

499 OneInch.Transfer( from=0xd35EFAE4097d005720608Eaf37E42a5936C94B44, to=[Sender] 0x2a8cf8defcee248a9238a3254594077c6c3c280e, value=2315932406368538346 )
500 WETH9.Deposit( dst=[Receiver] SwapRouter02, wad=1000000000000000 )
501 WETH9.Transfer( src=[Receiver] SwapRouter02, dst=0xd35EFAE4097d005720608Eaf37E42a5936C94B44, wad=1000000000000000 )
502 0xd35efae4097d005720608eaf37e42a5936c94b44.0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67( 0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67, 0x00000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45, 0x0000000000000000000000002a8cf8defcee248a9238a3254594077c6c3c280e, ffffffffffffffffffffffffffffffffffffffffffffffffdfdc27bf2a967116, 00000000000000000000000000000000000000000000000000038d7ea4c68000, 0000000000000000000000000000000000000000054fc46ff060d96bd6be02f7, 0000000000000000000000000000000000000000000041bdf375e38466454e69, fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed13a )

Account State Difference:

  Address   Before After State Difference Code
0x11111111...34120C302
0x2A8cf8dE...C6C3C280E
0.001948387521222523 Eth
Nonce: 5
0.000546693931113303 Eth
Nonce: 6
0.00140169359010922
0xC02aaA39...83C756Cc2 4,058,944.072208083880223716 Eth4,058,944.073208083880223716 Eth0.001
0xd35EFAE4...936C94B44
(Uniswap V3: 1INCH)
(Ethermine)
819.362232542922019003 Eth819.362417297922019003 Eth0.000184755

Execution Trace

ETH 0.001 SwapRouter02.multicall( deadline=1661065354, data=[BORarwAAAAAAAAAAAAAAAMAqqjmyI/6NCg5cTyfq2Qg8dWzCAAAAAAAAAAAAAAAAEREREREX3Aqni3cPpqc4A0EgwwIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALuAAAAAAAAAAAAAAAACqM+N787iSKkjijJUWUB3xsPCgOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAONfqTGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgGxU+iCUxFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA] ) => ( [AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICPYQNVpjuo=] )
  • ETH 0.001 SwapRouter02.exactInputSingle( params=[{name:tokenIn, type:address, order:1, indexed:false, value:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, valueString:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2}, {name:tokenOut, type:address, order:2, indexed:false, value:0x111111111117dC0aa78b770fA6A738034120C302, valueString:0x111111111117dC0aa78b770fA6A738034120C302}, {name:fee, type:uint24, order:3, indexed:false, value:3000, valueString:3000}, {name:recipient, type:address, order:4, indexed:false, value:0x2A8cf8dEFcEe248A9238A3254594077C6C3C280E, valueString:0x2A8cf8dEFcEe248A9238A3254594077C6C3C280E}, {name:amountIn, type:uint256, order:5, indexed:false, value:1000000000000000, valueString:1000000000000000}, {name:amountOutMinimum, type:uint256, order:6, indexed:false, value:2313466191901176084, valueString:2313466191901176084}, {name:sqrtPriceLimitX96, type:uint160, order:7, indexed:false, value:0, valueString:0}] ) => ( amountOut=2315932406368538346 )
    • Uniswap V3: 1INCH.128acb08( )
      • OneInch.transfer( recipient=0x2A8cf8dEFcEe248A9238A3254594077C6C3C280E, amount=2315932406368538346 ) => ( True )
      • WETH9.balanceOf( 0xd35EFAE4097d005720608Eaf37E42a5936C94B44 ) => ( 1074953278197155544537 )
      • SwapRouter02.uniswapV3SwapCallback( amount0Delta=-2315932406368538346, amount1Delta=1000000000000000, _data=0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000400000000000000000000000002A8CF8DEFCEE248A9238A3254594077C6C3C280E000000000000000000000000000000000000000000000000000000000000002BC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000BB8111111111117DC0AA78B770FA6A738034120C302000000000000000000000000000000000000000000 )
        • ETH 0.001 WETH9.CALL( )
        • WETH9.transfer( dst=0xd35EFAE4097d005720608Eaf37E42a5936C94B44, wad=1000000000000000 ) => ( True )
        • WETH9.balanceOf( 0xd35EFAE4097d005720608Eaf37E42a5936C94B44 ) => ( 1074954278197155544537 )
          File 1 of 3: 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 3: OneInch
          1
          2
          3
          4
          5
          6
          7
          8
          9
          10
          11
          12
          13
          14
          15
          16
          /*
          ,▄m ,▄▄▄▄▄▄▄▄▄▄╖
          ╓▄▓██▌╓▄▓███████████▀└
          ▄████████████▓╬▓███████████▓▓▓▄▄▄,
          ╓, ,▄▄███▓╣██████▓╬╬▓████████████▀▓████████▓▄,
          ▀█▓▄╥ xΘ╙╠╠███▓╬▓█████╬╬╬▓██████▓╬╬╬▓▀ ▐█╬╬╬╬▓██████▌╖
          ╙████▓▄Q ,φ▒▒▒███╬╬█████╬╬╬▓████▓╬╬╬▓▓▀ ╕ ▐█▓▓▓╬╬╬╬╬▓█████▄
          ╙▓██████▓▄▄▒▒███╬╬╣████╬╬╣███╬╬▓███▀ ▄█⌐ ╫████████▓▓╬╬╬████▌
          / ▀███▓████████▓╬╬▓████╬███▓████▀ ▄██▀ ╔██████████████▓▓▓███▄
          ▄╙ ╙██▓▄╙▀▓█████▓▓▓██████████▀ ª▀▀└ ,▓███████▓╬╬╬▓██████████▌
          ,▓ ╓╠▒≥ ╙▓██▓╖ └▀▓███████▓███▓╙ ▄▓████████████▓╬╬╬╬▓███████▌
          ▄█ ╔▒▒▒▒" └▀███▌, ╙████▀ ~Φ▓██▓▀▀╩▓██╙▀██████▓╬╬╬╬▓██████▌
          ▓█ φ▒▒▒╙ ╔╔ ╙████▄▄███▀ , ██▌ ╙▓█████╬╬╬╬▓██▓└▀b
          ▓█ ╔▒▒▒` φ▒▒▒ⁿ ╫██████` ,▌ ╫██ ╙█████╬╬╬╬██▓
          ╫█─ .▒▒▒ ╠▒▒╚ ]██████¬ ▓█ ██▌ └▓███▓╬╬╬██▓
          ▐█▌ ╠▒▒ φ▒▒" ▐█████─ ▓█▀██▌ ███ ╬ └████╬╬╬██▌
          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

          File 3 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