Transaction Hash:
Block:
16600631 at Feb-10-2023 08:05:23 PM +UTC
Transaction Fee:
0.004179769972217856 ETH
$11.67
Gas Used:
170,496 Gas / 24.515355036 Gwei
Emitted Events:
371 |
NewEdenAI.Transfer( from=[Sender] 0xa306219f74310725e1eb1814228f82b17fa8f0b3, to=NewEdenAI, value=244705484131474550463 )
|
372 |
NewEdenAI.Transfer( from=[Sender] 0xa306219f74310725e1eb1814228f82b17fa8f0b3, to=UniswapV2Pair, value=4649404198498016458814 )
|
373 |
NewEdenAI.Approval( owner=[Sender] 0xa306219f74310725e1eb1814228f82b17fa8f0b3, spender=[Receiver] SwapRouter02, value=115792089237316195423570985008687907853269984665640564034563474325283638630658 )
|
374 |
WETH9.Transfer( src=UniswapV2Pair, dst=[Receiver] SwapRouter02, wad=121632039887548002 )
|
375 |
UniswapV2Pair.Sync( reserve0=4865604769167904172, reserve1=190079959939627234278635 )
|
376 |
UniswapV2Pair.Swap( sender=[Receiver] SwapRouter02, amount0In=0, amount1In=4649404198498016458814, amount0Out=121632039887548002, amount1Out=0, to=[Receiver] SwapRouter02 )
|
377 |
WETH9.Withdrawal( src=[Receiver] SwapRouter02, wad=121632039887548002 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x7AD0B99A...2ce8683d2 | |||||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 60.405546376773271575 Eth | 60.405716872773271575 Eth | 0.000170496 | |
0xA306219f...17FA8F0B3 |
0.029203562080706975 Eth
Nonce: 332
|
0.146655831996037121 Eth
Nonce: 333
| 0.117452269915330146 | ||
0xC02aaA39...83C756Cc2 | 3,976,676.058214552845288276 Eth | 3,976,675.936582512957740274 Eth | 0.121632039887548002 | ||
0xd5024E05...9ba846FBA |
Execution Trace
SwapRouter02.multicall( deadline=1676061287, data=[RytD8wAAAAAAAAAAAAAAAAAAAAAAAAAAAAABCU9qaj9Cj6b9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAayR4fGawH8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAADVAk4FHOTa1oT+81kErBtJuoRvugAAAAAAAAAAAAAAAMAqqjmyI/6NCg5cTyfq2Qg8dWzC, SUBLfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGskeHxmsB/AAAAAAAAAAAAAAAAowYhn3QxByXh6xgUIo+CsX+o8LM=] ) => ( [AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAfsiLNrmI=, ] )
SwapRouter02.swapExactTokensForTokens( amountIn=4894109682629491009277, amountOutMin=120631689639280767, path=[0xd5024E051ce4DAD684FEf35904ac1B49ba846FBA, 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2], to=0x0000000000000000000000000000000000000002 ) => ( amountOut=121632039887548002 )
-
NewEdenAI.transferFrom( sender=0xA306219f74310725E1eb1814228f82B17FA8F0B3, recipient=0x7AD0B99AAFf7BA017Dcd70256BD9e392ce8683d2, amount=4894109682629491009277 ) => ( True )
-
WETH9.balanceOf( 0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45 ) => ( 0 )
-
UniswapV2Pair.STATICCALL( )
-
NewEdenAI.balanceOf( account=0x7AD0B99AAFf7BA017Dcd70256BD9e392ce8683d2 ) => ( 190079959939627234278635 )
UniswapV2Pair.swap( amount0Out=121632039887548002, amount1Out=0, to=0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45, data=0x )
-
WETH9.balanceOf( 0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45 ) => ( 121632039887548002 )
-
SwapRouter02.unwrapWETH9( amountMinimum=120631689639280767, recipient=0xA306219f74310725E1eb1814228f82B17FA8F0B3 )
-
WETH9.balanceOf( 0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45 ) => ( 121632039887548002 )
WETH9.withdraw( wad=121632039887548002 )
- ETH 0.121632039887548002
SwapRouter02.CALL( )
- ETH 0.121632039887548002
- ETH 0.121632039887548002
0xa306219f74310725e1eb1814228f82b17fa8f0b3.CALL( )
-
multicall[MulticallExtended (ln:508)]
multicall[MulticallExtended (ln:515)]
multicall[MulticallExtended (ln:515)]
File 1 of 4: SwapRouter02
File 2 of 4: NewEdenAI
File 3 of 4: UniswapV2Pair
File 4 of 4: WETH9
12345678910111213141516// SPDX-License-Identifier: GPL-2.0-or-laterpragma 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 Routercontract SwapRouter02 is ISwapRouter02, V2SwapRouter, V3SwapRouter, ApproveAndCall, MulticallExtended, SelfPermit {constructor(address _factoryV2,address factoryV3,address _positionManager,
File 2 of 4: NewEdenAI
12345678910111213141516//███╗ ██╗███████╗██╗ ██╗ ███████╗██████╗ ███████╗███╗ ██╗ █████╗ ██╗//████╗ ██║██╔════╝██║ ██║ ██╔════╝██╔══██╗██╔════╝████╗ ██║ ██╔══██╗██║//██╔██╗ ██║█████╗ ██║ █╗ ██║ █████╗ ██║ ██║█████╗ ██╔██╗ ██║ ███████║██║//██║╚██╗██║██╔══╝ ██║███╗██║ ██╔══╝ ██║ ██║██╔══╝ ██║╚██╗██║ ██╔══██║██║//██║ ╚████║███████╗╚███╔███╔╝ ███████╗██████╔╝███████╗██║ ╚████║ ██║ ██║██║//╚═╝ ╚═══╝╚══════╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝// SPDX-License-Identifier: MIT/**Buy & Sell Tax: 5%Telegram: https://t.me/NewEdenAIPortalTwitter: https://twitter.com/newedenaiWebsite: http://newedenai.com
File 3 of 4: UniswapV2Pair
12345678910111213141516// File: contracts/interfaces/IUniswapV2Pair.solpragma solidity >=0.5.0;interface IUniswapV2Pair {event Approval(address indexed owner, address indexed spender, uint value);event Transfer(address indexed from, address indexed to, uint value);function name() external pure returns (string memory);function symbol() external pure returns (string memory);function decimals() external pure returns (uint8);function totalSupply() external view returns (uint);function balanceOf(address owner) external view returns (uint);function allowance(address owner, address spender) external view returns (uint);function approve(address spender, uint value) external returns (bool);
File 4 of 4: WETH9
12345678910111213141516// 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;