ETH Price: $3,286.88 (+6.15%)

Transaction Decoder

Block:
21623932 at Jan-14-2025 04:29:59 PM +UTC
Transaction Fee:
0.000431977873395717 ETH $1.42
Gas Used:
46,299 Gas / 9.330177183 Gwei

Emitted Events:

322 MAGA.Approval( owner=[Sender] 0x5f939de0e81a199a34e50615f34cbab82412459a, spender=0x7a250d56...659F2488D, value=86694796160000000000 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
13.79186868775153262 Eth13.79187331765153262 Eth0.0000046299
0x5F939de0...82412459a
8.079596116478460693 Eth
Nonce: 10
8.079164138605064976 Eth
Nonce: 11
0.000431977873395717
0xD29DA236...E8c22d7C5

Execution Trace

MAGA.approve( spender=0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, amount=86694796160000000000 ) => ( True )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
MAGA - TRUMP'S HAT
SUPPORT TRUMP SUPPORT MAGA
https://t.me/MAGA_HAT
https://twitter.com/MAGA_HAT_ERC
https://maga-hat.vip/
*/
// SPDX-License-Identifier: UNLICENSE
pragma solidity 0.8.23;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX