ETH Price: $2,958.10 (+0.65%)

Transaction Decoder

Block:
20122175 at Jun-19-2024 12:19:47 AM +UTC
Transaction Fee:
0.000237610684212657 ETH $0.70
Gas Used:
46,599 Gas / 5.099051143 Gwei

Emitted Events:

47 MAGA.Approval( owner=[Sender] 0x65d771931dc6a72e66809cd33da8820551e6f85b, spender=0x40aA958d...a374bcD7f, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
0x65D77193...551e6f85b
0.001115556220594034 Eth
Nonce: 4
0.000877945536381377 Eth
Nonce: 5
0.000237610684212657
(Fee Recipient: 0x882e...732)
165.524574652756702355 Eth165.524597952256702355 Eth0.0000232995
0xD29DA236...E8c22d7C5

Execution Trace

MAGA.approve( spender=0x40aA958dd87FC8305b97f2BA922CDdCa374bcD7f, amount=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( 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