ETH Price: $1,877.00 (-1.69%)
Gas: 0.36 Gwei

Transaction Decoder

Block:
13594820 at Nov-11-2021 12:09:53 PM +UTC
Transaction Fee:
0.003593600290638138 ETH $6.75
Gas Used:
23,378 Gas / 153.717182421 Gwei

Emitted Events:

437 LINU.OwnershipTransferred( previousOwner=[Sender] 0x2a28ef258be51340867867981eb87ca6b2209017, newOwner=0x00000000...000000000 )

Account State Difference:

  Address   Before After State Difference Code
0x19eEA028...7657E20F2
0x2A28Ef25...6b2209017
5.099117529128605005 Eth
Nonce: 9
5.095523928837966867 Eth
Nonce: 10
0.003593600290638138
(Flexpool.io)
3,907.693935439781214429 Eth3,907.693970506781214429 Eth0.000035067

Execution Trace

LINU.CALL( )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//SPDX-License-Identifier: MIT
// Telegram: http://t.me/leorioinu
pragma solidity ^0.8.7;
uint256 constant INITIAL_TAX=9;
interface IUniswapV2Factory {
function createPair(address tokenA, address tokenB) external returns (address pair);
}
interface IUniswapV2Router02 {
function swapExactTokensForETHSupportingFeeOnTransferTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external;
function factory() external pure returns (address);
function WETH() external pure returns (address);
function addLiquidityETH(
address token,
uint amountTokenDesired,
uint amountTokenMin,
uint amountETHMin,
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX