Transaction Hash:
Block:
21845436 at Feb-14-2025 02:56:23 PM +UTC
Transaction Fee:
0.000820171275859512 ETH
$2.60
Gas Used:
210,872 Gas / 3.889427121 Gwei
Emitted Events:
167 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 0000000000000000000000000000000000000000000000000000000000000000 )
|
168 |
TetherToken.Transfer( from=[Sender] 0x2e57dce2c2a59176778a01a8639d54b9841b2586, to=UniswapV2Pair, value=998920000 )
|
169 |
WETH9.Transfer( src=UniswapV2Pair, dst=UniswapV2Pair, wad=365752104107408472 )
|
170 |
UniswapV2Pair.Sync( reserve0=8940691635711311003485, reserve1=24346019718742 )
|
171 |
UniswapV2Pair.Swap( sender=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, amount0In=0, amount1In=998920000, amount0Out=365752104107408472, amount1Out=0, to=UniswapV2Pair )
|
172 |
token.Transfer( from=UniswapV2Pair, to=[Sender] 0x2e57dce2c2a59176778a01a8639d54b9841b2586, value=14472246905849182 )
|
173 |
UniswapV2Pair.Sync( reserve0=12880233080732519675, reserve1=324906886882664245460 )
|
174 |
UniswapV2Pair.Swap( sender=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, amount0In=0, amount1In=365752104107408472, amount0Out=14472246905849182, amount1Out=0, to=[Sender] 0x2e57dce2c2a59176778a01a8639d54b9841b2586 )
|
175 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7, 00000000000000000000000028561b8a2360f463011c16b6cc0b0cbef8dbbcad, 0000000000000000000000002e57dce2c2a59176778a01a8639d54b9841b2586, 000000000000000000000000000000000000000000000000000000003b8a4f40, 00000000000000000000000000000000000000000000000000336a6e8fecc55e )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x0d4a11d5...0471f1852 | |||||
0x28561B8A...EF8dbBcad | |||||
0x2E57DCe2...9841b2586 |
0.006887830665002193 Eth
Nonce: 274
|
0.006067659389142681 Eth
Nonce: 275
| 0.000820171275859512 | ||
0x470DC172...dd456A03D | |||||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 10.690780414446113731 Eth | 10.690978823910913731 Eth | 0.0001984094648 | |
0xC02aaA39...83C756Cc2 | |||||
0xdAC17F95...13D831ec7 |
Execution Trace
0xf3de3c0d654fda23dad170f0f320a92172509127.9871efa4( )
OKX: Dex Aggregator.0a5ea466( )
TokenApprove.claimTokens( _token=0xdAC17F958D2ee523a2206206994597C13D831ec7, _who=0x2E57DCe2c2A59176778A01a8639D54b9841b2586, _dest=0x0d4a11d5EEaaC28EC3F61d100daF4d40471f1852, _amount=998920000 )
-
TetherToken.transferFrom( _from=0x2E57DCe2c2A59176778A01a8639D54b9841b2586, _to=0x0d4a11d5EEaaC28EC3F61d100daF4d40471f1852, _value=998920000 )
-
-
UniswapV2Pair.STATICCALL( )
-
UniswapV2Pair.STATICCALL( )
-
TetherToken.balanceOf( who=0x0d4a11d5EEaaC28EC3F61d100daF4d40471f1852 ) => ( 24346019718742 )
UniswapV2Pair.swap( amount0Out=365752104107408472, amount1Out=0, to=0x470DC172d6502Ac930B59322EcE5345dd456A03D, data=0x )
-
UniswapV2Pair.STATICCALL( )
-
token.balanceOf( account=0x2E57DCe2c2A59176778A01a8639D54b9841b2586 ) => ( 494944078896425264 )
-
UniswapV2Pair.STATICCALL( )
-
UniswapV2Pair.STATICCALL( )
-
WETH9.balanceOf( 0x470DC172d6502Ac930B59322EcE5345dd456A03D ) => ( 324906886882664245460 )
UniswapV2Pair.swap( amount0Out=14472246905849182, amount1Out=0, to=0x2E57DCe2c2A59176778A01a8639D54b9841b2586, data=0x )
-
token.balanceOf( account=0x2E57DCe2c2A59176778A01a8639D54b9841b2586 ) => ( 509416325802274446 )
File 1 of 6: UniswapV2Pair
File 2 of 6: TetherToken
File 3 of 6: UniswapV2Pair
File 4 of 6: WETH9
File 5 of 6: token
File 6 of 6: TokenApprove
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 2 of 6: TetherToken
12345678910111213141516pragma solidity ^0.4.17;/*** @title SafeMath* @dev Math operations with safety checks that throw on error*/library SafeMath {function mul(uint256 a, uint256 b) internal pure returns (uint256) {if (a == 0) {return 0;}uint256 c = a * b;assert(c / a == b);return c;}
File 3 of 6: 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 6: 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;
File 5 of 6: token
12345678910111213141516// SPDX-License-Identifier: UNLICENSE/*tg:https://t.me/MOODENGONETHhttps://x.com/X/status/1835404944167571587*/pragma solidity 0.8.23;abstract contract Context {function _msgSender() internal view virtual returns (address) {return msg.sender;}}interface IERC20 {
File 6 of 6: TokenApprove
12345678910111213141516/***Submitted for verification at BscScan.com on 2023-06-26*/// SPDX-License-Identifier: MITpragma solidity ^0.8.0;// OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)// OpenZeppelin Contracts v4.4.1 (proxy/utils/Initializable.sol)// OpenZeppelin Contracts v4.4.1 (utils/Address.sol)/**