Transaction Hash:
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 | ||
---|---|---|---|---|---|
0x65D77193...551e6f85b |
0.001115556220594034 Eth
Nonce: 4
|
0.000877945536381377 Eth
Nonce: 5
| 0.000237610684212657 | ||
0x882E747C...7C6549732
Miner
| (Fee Recipient: 0x882e...732) | 165.524574652756702355 Eth | 165.524597952256702355 Eth | 0.0000232995 | |
0xD29DA236...E8c22d7C5 |
Execution Trace
MAGA.approve( spender=0x40aA958dd87FC8305b97f2BA922CDdCa374bcD7f, amount=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( True )
approve[MAGA (ln:205)]
_approve[MAGA (ln:206)]
Approval[MAGA (ln:220)]
_msgSender[MAGA (ln:206)]
1234567891011121314151617181920212223242526/**MAGA - TRUMP'S HATSUPPORT TRUMP SUPPORT MAGAhttps://t.me/MAGA_HAThttps://twitter.com/MAGA_HAT_ERChttps://maga-hat.vip/*/// SPDX-License-Identifier: UNLICENSEpragma 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);