Transaction Hash:
Block:
22594345 at May-30-2025 08:25:23 AM +UTC
Transaction Fee:
0.003429734780069056 ETH
$12.82
Gas Used:
103,184 Gas / 33.239017484 Gwei
Emitted Events:
83 |
LivepeerToken.Transfer( from=[Sender] 0x5f939de0e81a199a34e50615f34cbab82412459a, to=UniswapV2Pair, value=117852000000000000000 )
|
84 |
WETH9.Transfer( src=UniswapV2Pair, dst=[Receiver] UniswapV2Router02, wad=475454056449482389 )
|
85 |
UniswapV2Pair.Sync( reserve0=4166782917026686090189, reserve1=16383881890249206231 )
|
86 |
UniswapV2Pair.Swap( sender=[Receiver] UniswapV2Router02, amount0In=117852000000000000000, amount1In=0, amount0Out=0, amount1Out=475454056449482389, to=[Receiver] UniswapV2Router02 )
|
87 |
WETH9.Withdrawal( src=[Receiver] UniswapV2Router02, wad=475454056449482389 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 13.361516054132174962 Eth | 13.364611574132174962 Eth | 0.00309552 | |
0x58b6A8A3...e733aB239 | |||||
0x5F939de0...82412459a |
6.898513385673180068 Eth
Nonce: 5614
|
7.370537707342593401 Eth
Nonce: 5615
| 0.472024321669413333 | ||
0x755C1a8F...CbeBa33D1 | |||||
0xC02aaA39...83C756Cc2 | 2,585,505.762451710057514894 Eth | 2,585,505.286997653608032505 Eth | 0.475454056449482389 |
Execution Trace
UniswapV2Router02.swapExactTokensForETH( amountIn=117852000000000000000, amountOutMin=466880000000000000, path=[0x58b6A8A3302369DAEc383334672404Ee733aB239, 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2], to=0x5F939de0E81a199a34e50615F34cBAb82412459a, deadline=1748593633 ) => ( amounts=[117852000000000000000, 475454056449482389] )
-
UniswapV2Pair.STATICCALL( )
-
LivepeerToken.transferFrom( _from=0x5F939de0E81a199a34e50615F34cBAb82412459a, _to=0x755C1a8F71f4210CD7B60b9439451EfCbeBa33D1, _value=117852000000000000000 ) => ( True )
UniswapV2Pair.swap( amount0Out=0, amount1Out=475454056449482389, to=0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, data=0x )
-
WETH9.transfer( dst=0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, wad=475454056449482389 ) => ( True )
-
LivepeerToken.balanceOf( _owner=0x755C1a8F71f4210CD7B60b9439451EfCbeBa33D1 ) => ( balance=4166782917026686090189 )
-
WETH9.balanceOf( 0x755C1a8F71f4210CD7B60b9439451EfCbeBa33D1 ) => ( 16383881890249206231 )
-
WETH9.withdraw( wad=475454056449482389 )
- ETH 0.475454056449482389
UniswapV2Router02.CALL( )
- ETH 0.475454056449482389
- ETH 0.475454056449482389
0x5f939de0e81a199a34e50615f34cbab82412459a.CALL( )
swapExactTokensForETH[UniswapV2Router02 (ln:499)]
getAmountsOut[UniswapV2Router02 (ln:507)]
getReserves[UniswapV2Library (ln:739)]
sortTokens[UniswapV2Library (ln:702)]
getReserves[UniswapV2Library (ln:703)]
pairFor[UniswapV2Library (ln:703)]
sortTokens[UniswapV2Library (ln:691)]
safeTransferFrom[UniswapV2Router02 (ln:509)]
call[TransferHelper (ln:772)]
encodeWithSelector[TransferHelper (ln:772)]
decode[TransferHelper (ln:773)]
pairFor[UniswapV2Router02 (ln:510)]
sortTokens[UniswapV2Library (ln:691)]
_swap[UniswapV2Router02 (ln:512)]
sortTokens[UniswapV2Router02 (ln:430)]
pairFor[UniswapV2Router02 (ln:433)]
sortTokens[UniswapV2Library (ln:691)]
swap[UniswapV2Router02 (ln:434)]
pairFor[UniswapV2Router02 (ln:434)]
sortTokens[UniswapV2Library (ln:691)]
withdraw[UniswapV2Router02 (ln:513)]
safeTransferETH[UniswapV2Router02 (ln:514)]
File 1 of 4: UniswapV2Router02
File 2 of 4: UniswapV2Pair
File 3 of 4: LivepeerToken
File 4 of 4: WETH9
12345678910111213141516pragma solidity =0.6.6;interface IUniswapV2Factory {event PairCreated(address indexed token0, address indexed token1, address pair, uint);function feeTo() external view returns (address);function feeToSetter() external view returns (address);function getPair(address tokenA, address tokenB) external view returns (address pair);function allPairs(uint) external view returns (address pair);function allPairsLength() external view returns (uint);function createPair(address tokenA, address tokenB) external returns (address pair);function setFeeTo(address) external;function setFeeToSetter(address) external;
File 2 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 3 of 4: LivepeerToken
12345678910111213141516/***Submitted for verification at Etherscan.io on 2018-04-30*/pragma solidity 0.4.18;/*** @title ERC20Basic* @dev Simpler version of ERC20 interface* @dev see https://github.com/ethereum/EIPs/issues/179*/contract ERC20Basic {uint256 public totalSupply;function balanceOf(address who) public view returns (uint256);function transfer(address to, uint256 value) public returns (bool);event Transfer(address indexed from, address indexed to, uint256 value);
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;