Transaction Hash:
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 | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 13.79186868775153262 Eth | 13.79187331765153262 Eth | 0.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 )
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);