ETH Price: $4,258.63 (+5.59%)

Transaction Decoder

Block:
22318373 at Apr-21-2025 03:48:11 PM +UTC
Transaction Fee:
0.00006617238285958 ETH $0.28
Gas Used:
53,402 Gas / 1.23913679 Gwei

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
6.810362697921964781 Eth6.810368038121964781 Eth0.0000053402
0xb4418f6D...855DD50ba
0.272704824756858255 Eth
Nonce: 27
0.272638652373998675 Eth
Nonce: 28
0.00006617238285958
0xEbcD1Cc5...0998034C7

Execution Trace

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