Transaction Hash:
Block:
21937186 at Feb-27-2025 10:50:47 AM +UTC
Transaction Fee:
0.000237629714274648 ETH
$0.85
Gas Used:
153,276 Gas / 1.550338698 Gwei
Emitted Events:
98 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 0000000000000000000000000000000000000000000000000000000000000000 )
|
99 |
MILKMAN.Transfer( from=[Sender] 0x6406e44da63965509cf2e5436cc0363b01043b57, to=UniswapV2Pair, value=30071438341461903 )
|
100 |
MILKMAN.Approval( owner=[Sender] 0x6406e44da63965509cf2e5436cc0363b01043b57, spender=TokenApprove, value=115792089237316195423570985008687907853269984665640564039457553936474788178032 )
|
101 |
WETH9.Transfer( src=UniswapV2Pair, dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=52932493260732269 )
|
102 |
UniswapV2Pair.Sync( reserve0=684853068607001161, reserve1=1156030994622479596 )
|
103 |
UniswapV2Pair.Swap( sender=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, amount0In=30071438341461903, amount1In=0, amount0Out=0, amount1Out=52932493260732269, to=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127 )
|
104 |
WETH9.Withdrawal( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=52932493260732269 )
|
105 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 00000000000000000000000009bbf159588aad433806b743987a8c991d399379, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000006406e44da63965509cf2e5436cc0363b01043b57, 000000000000000000000000000000000000000000000000006ad5d0583a578f, 00000000000000000000000000000000000000000000000000bc0dd279e1b76d )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x09bbF159...91d399379 | |||||
0x6406e44d...B01043b57 |
0.005214942188969065 Eth
Nonce: 107
|
0.057909805735426686 Eth
Nonce: 108
| 0.052694863546457621 | ||
0x711AE7bc...5FDc66aC9 | |||||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 9.225603680845497718 Eth | 9.225739607227892614 Eth | 0.000135926382394896 | |
0xC02aaA39...83C756Cc2 | 2,923,246.25738078962691652 Eth | 2,923,246.204448296366184251 Eth | 0.052932493260732269 |
Execution Trace
0xf3de3c0d654fda23dad170f0f320a92172509127.9871efa4( )
OKX: Dex Aggregator.0a5ea466( )
TokenApprove.claimTokens( _token=0x09bbF159588aAD433806B743987a8c991d399379, _who=0x6406e44da63965509cF2e5436Cc0363B01043b57, _dest=0x711AE7bc21b21073c6Ef1AD0D502c965FDc66aC9, _amount=30071438341461903 )
-
MILKMAN.transferFrom( sender=0x6406e44da63965509cF2e5436Cc0363B01043b57, recipient=0x711AE7bc21b21073c6Ef1AD0D502c965FDc66aC9, amount=30071438341461903 ) => ( True )
-
-
UniswapV2Pair.STATICCALL( )
-
UniswapV2Pair.STATICCALL( )
-
MILKMAN.balanceOf( account=0x711AE7bc21b21073c6Ef1AD0D502c965FDc66aC9 ) => ( 684853068607001161 )
UniswapV2Pair.swap( amount0Out=0, amount1Out=52932493260732269, to=0xF3dE3C0d654FDa23daD170f0f320a92172509127, data=0x )
WETH9.withdraw( wad=52932493260732269 )
- ETH 0.052932493260732269
0xf3de3c0d654fda23dad170f0f320a92172509127.CALL( )
- ETH 0.052932493260732269
- ETH 0.052932493260732269
0x6406e44da63965509cf2e5436cc0363b01043b57.CALL( )
File 1 of 4: UniswapV2Pair
File 2 of 4: MILKMAN
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: MILKMAN
12345678910111213141516/**// SPDX-License-Identifier: UNLICENSETelegram : https://t.me/milkmanerc20Website : https://milkmanerc20.vip/*/pragma solidity 0.8.23;abstract contract Context {function _msgSender() internal view virtual returns (address) {return msg.sender;}}
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)/**