Transaction Hash:
Block:
20997771 at Oct-19-2024 06:17:47 AM +UTC
Transaction Fee:
0.001392421928129868 ETH
$6.00
Gas Used:
152,062 Gas / 9.156935514 Gwei
Emitted Events:
151 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 0000000000000000000000000000000000000000000000000031f61f82e9a280 )
|
152 |
Mask.Transfer( from=[Sender] 0xc4fb550fa8f2a6e5178711e56d5b48dedf897e5e, to=UniswapV2Pair, value=218511584705619437 )
|
153 |
Mask.Approval( owner=[Sender] 0xc4fb550fa8f2a6e5178711e56d5b48dedf897e5e, spender=TokenApprove, value=115792089237316195423570985008687907853269984665640564039457365496328424020498 )
|
154 |
WETH9.Transfer( src=UniswapV2Pair, dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=135951689852717243 )
|
155 |
UniswapV2Pair.Sync( reserve0=52174502318903667252, reserve1=32422807353106633611 )
|
156 |
UniswapV2Pair.Swap( sender=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, amount0In=218511584705619437, amount1In=0, amount0Out=0, amount1Out=135951689852717243, to=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127 )
|
157 |
WETH9.Withdrawal( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=135951689852717243 )
|
158 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 0000000000000000000000002b8aac1630f7bc0c4b1ed8036c0fe0d71cb44709, 0000000000000000000000000000000000000000000000000000000000000000, 000000000000000000000000c4fb550fa8f2a6e5178711e56d5b48dedf897e5e, 00000000000000000000000000000000000000000000000003084f20e9afa5ed, 00000000000000000000000000000000000000000000000001e2ff57744908bb )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x0Aa8EBb6...624c6e667
Miner
| (MEV Builder: 0x0Aa...667) | 2.923329719761152061 Eth | 2.923468502642878061 Eth | 0.000138782881726 | |
0x2B8AAC16...71cB44709 | |||||
0xC02aaA39...83C756Cc2 | 2,957,142.215325264167779591 Eth | 2,957,142.079373574315062348 Eth | 0.135951689852717243 | ||
0xc4fb550F...EdF897e5e |
0.008021199315873456 Eth
Nonce: 1613
|
0.142580467240460831 Eth
Nonce: 1614
| 0.134559267924587375 | ||
0xDBf4AB15...7e6df1dd7 |
Execution Trace
0xf3de3c0d654fda23dad170f0f320a92172509127.9871efa4( )
OKX: Dex Aggregator.0a5ea466( )
TokenApprove.claimTokens( _token=0x2B8AAC1630F7BC0C4b1ed8036C0fe0D71cB44709, _who=0xc4fb550FA8F2A6e5178711e56D5b48DEdF897e5e, _dest=0xDBf4AB15815a2EF4Ada8814931F9E1A7e6df1dd7, _amount=218511584705619437 )
-
Mask.transferFrom( sender=0xc4fb550FA8F2A6e5178711e56D5b48DEdF897e5e, recipient=0xDBf4AB15815a2EF4Ada8814931F9E1A7e6df1dd7, amount=218511584705619437 ) => ( True )
-
-
UniswapV2Pair.STATICCALL( )
-
UniswapV2Pair.STATICCALL( )
-
Mask.balanceOf( account=0xDBf4AB15815a2EF4Ada8814931F9E1A7e6df1dd7 ) => ( 52174502318903667252 )
UniswapV2Pair.swap( amount0Out=0, amount1Out=135951689852717243, to=0xF3dE3C0d654FDa23daD170f0f320a92172509127, data=0x )
WETH9.withdraw( wad=135951689852717243 )
- ETH 0.135951689852717243
0xf3de3c0d654fda23dad170f0f320a92172509127.CALL( )
- ETH 0.135951689852717243
- ETH 0.135951689852717243
0xc4fb550fa8f2a6e5178711e56d5b48dedf897e5e.CALL( )
File 1 of 4: UniswapV2Pair
File 2 of 4: Mask
File 3 of 4: WETH9
File 4 of 4: 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 4: Mask
12345678910111213141516// Deployed with the Atlas IDE// https://app.atlaszk.com///https://knowyourmeme.com/photos/1096564-wojakpragma solidity 0.8.23;import "./MaskUtils.sol";contract Mask is Context, IERC20, Ownable {using SafeMath for uint256;mapping(address => uint256) private _balances;mapping(address => mapping(address => uint256)) private _allowances;mapping(address => bool) private _isExcludedFromFee;mapping(address => bool) private bots;address payable private _taxWallet;uint256 private _initialBuyTax = 23;uint256 private _initialSellTax = 23;uint256 private _finalBuyTax = 0;uint256 private _finalSellTax = 0;
File 3 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;
File 4 of 4: 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)/**