ETH Price: $2,552.30 (-3.36%)

Transaction Decoder

Block:
22355645 at Apr-26-2025 08:37:11 PM +UTC
Transaction Fee:
0.00002636575545905 ETH $0.07
Gas Used:
48,650 Gas / 0.541947697 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
14.887650152829072062 Eth14.887655017829072062 Eth0.000004865
0xB568ABfC...2d8A41222
0.02319174189377357 Eth
Nonce: 18
0.02316537613831452 Eth
Nonce: 19
0.00002636575545905
0xEbcD1Cc5...0998034C7

Execution Trace

SuperGrok.transfer( recipient=0xc36aC1cf70e86Ac1BE93D2826dE67636CF66824c, amount=2518377455595670159164 ) => ( 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