Transaction Hash:
Block:
19522596 at Mar-27-2024 02:00:47 AM +UTC
Transaction Fee:
0.001004690393782173 ETH
$4.31
Gas Used:
41,859 Gas / 24.001777247 Gwei
Emitted Events:
295 |
SuperGrok.MaxTxAmountUpdated( _maxTxAmount=10000000000000000000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x16a1a870...574b03F19 | (Super Grok: Deployer) |
0.925679627696104458 Eth
Nonce: 6
|
0.924674937302322285 Eth
Nonce: 7
| 0.001004690393782173 | |
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 18.089354396373668011 Eth | 18.08935557953760001 Eth | 0.000001183163931999 | |
0xEbcD1Cc5...0998034C7 |
Execution Trace
SuperGrok.CALL( )
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT/*https://x.com/cb_doge/status/1772745126952976434?s=20https://x.com/cb_doge/status/1772756999823831229?s=20https://x.com/elonmusk/status/1772724958801649711?s=20It's official, the long-awaited Grok update that's going live at the end of this week will be called SUPER GROKhttps://t.me/supergrokETHhttps://twitter.com/SuperGrokETHhttps://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);