ETH Price: $4,286.66 (+6.70%)

Transaction Decoder

Block:
19522596 at Mar-27-2024 02:00:47 AM +UTC
Transaction Fee:
0.001004690393782173 ETH $4.31
Gas Used:
41,859 Gas / 24.001777247 Gwei

Emitted Events:

295 SuperGrok.MaxTxAmountUpdated( _maxTxAmount=10000000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
0x16a1a870...574b03F19
(Super Grok: Deployer)
0.925679627696104458 Eth
Nonce: 6
0.924674937302322285 Eth
Nonce: 7
0.001004690393782173
(beaverbuild)
18.089354396373668011 Eth18.08935557953760001 Eth0.000001183163931999
0xEbcD1Cc5...0998034C7

Execution Trace

SuperGrok.CALL( )
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