ETH Price: $2,577.00 (-2.55%)

Transaction Decoder

Block:
22344014 at Apr-25-2025 05:42:11 AM +UTC
Transaction Fee:
0.0001309993896585 ETH $0.34
Gas Used:
70,550 Gas / 1.85683047 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x36b7EC36...C0573602E
0.001725087160164502 Eth
Nonce: 22
0.001594087770506002 Eth
Nonce: 23
0.0001309993896585
(Titan Builder)
7.719868486142654466 Eth7.719939036142654466 Eth0.00007055
0xEbcD1Cc5...0998034C7

Execution Trace

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