ETH Price: $2,730.12 (-1.53%)

Transaction Decoder

Block:
22318587 at Apr-21-2025 04:31:11 PM +UTC
Transaction Fee:
0.000043429935823564 ETH $0.12
Gas Used:
48,662 Gas / 0.892481522 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x844d4870...96e297f73
2.706547774442328634 Eth
Nonce: 23
2.70650434450650507 Eth
Nonce: 24
0.000043429935823564
(beaverbuild)
7.861365168135412108 Eth7.861370034335412108 Eth0.0000048662
0xEbcD1Cc5...0998034C7

Execution Trace

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