Transaction Hash:
Block:
21937047 at Feb-27-2025 10:22:59 AM +UTC
Transaction Fee:
0.000089070464823919 ETH
$0.38
Gas Used:
75,833 Gas / 1.174560743 Gwei
Emitted Events:
340 |
WETH9.Transfer( src=[Sender] 0x417fe8b5f4e1fe4d257e2fc6496e609d32b17953, dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=1997276657958115715 )
|
341 |
WETH9.Withdrawal( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=1997276657958115715 )
|
342 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 000000000000000000000000000000000000000000000000003499a11fe70701 )
|
343 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, 000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee, 000000000000000000000000417fe8b5f4e1fe4d257e2fc6496e609d32b17953, 0000000000000000000000000000000000000000000000001bb7c089d3c5d983, 0000000000000000000000000000000000000000000000001bb7c089d3c5d983 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x417FE8b5...d32B17953 |
0.193710866958871296 Eth
Nonce: 383
|
2.190898454452163092 Eth
Nonce: 384
| 1.997187587493291796 | ||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 8.439358082315948664 Eth | 8.439395998815948664 Eth | 0.0000379165 | |
0xC02aaA39...83C756Cc2 | 2,921,523.498352042107023327 Eth | 2,921,521.501075384148907612 Eth | 1.997276657958115715 |
Execution Trace
0xf3de3c0d654fda23dad170f0f320a92172509127.01617fab( )
OKX: Dex Aggregator.0a5ea466( )
TokenApprove.claimTokens( _token=0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, _who=0x417FE8b5f4e1FE4d257E2fC6496E609d32B17953, _dest=0xF3dE3C0d654FDa23daD170f0f320a92172509127, _amount=1997276657958115715 )
-
WETH9.transferFrom( src=0x417FE8b5f4e1FE4d257E2fC6496E609d32B17953, dst=0xF3dE3C0d654FDa23daD170f0f320a92172509127, wad=1997276657958115715 ) => ( True )
-
WETH9.withdraw( wad=1997276657958115715 )
- ETH 1.997276657958115715
0xf3de3c0d654fda23dad170f0f320a92172509127.CALL( )
- ETH 1.997276657958115715
- ETH 1.997276657958115715
0x417fe8b5f4e1fe4d257e2fc6496e609d32b17953.CALL( )
File 1 of 2: WETH9
File 2 of 2: TokenApprove
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 2 of 2: 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)/**