ETH Price: $3,716.75 (-1.24%)

Transaction Decoder

Block:
19522840 at Mar-27-2024 02:50:35 AM +UTC
Transaction Fee:
0.000942973220177408 ETH $3.50
Gas Used:
46,864 Gas / 20.121483872 Gwei

Emitted Events:

379 SuperGrok.Approval( owner=[Sender] 0x4c224ab49e27ab2e3bfc48d2b3595b7357230432, spender=0x00000000...43aC78BA3, value=350563726111919992993002 )

Account State Difference:

  Address   Before After State Difference Code
0x4c224AB4...357230432
0.320467283044953335 Eth
Nonce: 44
0.319524309824775927 Eth
Nonce: 45
0.000942973220177408
(Flashbots: Builder)
0.100217145034732371 Eth0.100219216827546915 Eth0.000002071792814544
0xEbcD1Cc5...0998034C7

Execution Trace

SuperGrok.approve( spender=0x000000000022D473030F116dDEE9F6B43aC78BA3, amount=350563726111919992993002 ) => ( 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
// SPDX-License-Identifier: MIT
/*
https://x.com/cb_doge/status/1772745126952976434?s=20
https://x.com/cb_doge/status/1772756999823831229?s=20
https://x.com/elonmusk/status/1772724958801649711?s=20
It's official, the long-awaited Grok update that's going live at the end of this week will be called SUPER GROK
https://t.me/supergrokETH
https://twitter.com/SuperGrokETH
https://supergroketh.com/
*/
pragma solidity 0.8.20;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, uint256 amount) external returns (bool);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX