ETH Price: $2,628.84 (+4.67%)

Transaction Decoder

Block:
22417106 at May-05-2025 11:00:23 AM +UTC
Transaction Fee:
0.00002908204812425 ETH $0.08
Gas Used:
65,750 Gas / 0.442312519 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x03550BC6...961Fb3B84
0.003997476594742006 Eth
Nonce: 1
0.003968394546617756 Eth
Nonce: 2
0.00002908204812425
(Titan Builder)
147.546644971797035707 Eth147.546650166047035707 Eth0.00000519425
0xEbcD1Cc5...0998034C7

Execution Trace

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