Transaction Hash:
Block:
22355636 at Apr-26-2025 08:35:23 PM +UTC
Transaction Fee:
0.000029010330613344 ETH
$0.07
Gas Used:
53,402 Gas / 0.543244272 Gwei
Emitted Events:
45 |
SuperGrok.Transfer( from=[Sender] 0xb568abfc94ac51f6961194e7df144742d8a41222, to=0xc36aC1cf70e86Ac1BE93D2826dE67636CF66824c, value=250000000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x388C818C...7ccB19297
Miner
| (Lido: Execution Layer Rewards Vault) | 18.388525244960656885 Eth | 18.388530585160656885 Eth | 0.0000053402 | |
0xB568ABfC...2d8A41222 |
0.023220752224386914 Eth
Nonce: 17
|
0.02319174189377357 Eth
Nonce: 18
| 0.000029010330613344 | ||
0xEbcD1Cc5...0998034C7 |
Execution Trace
SuperGrok.transfer( recipient=0xc36aC1cf70e86Ac1BE93D2826dE67636CF66824c, amount=250000000000000 ) => ( True )
transfer[SuperGrok (ln:193)]
_transfer[SuperGrok (ln:194)]
owner[SuperGrok (ln:225)]
owner[SuperGrok (ln:225)]
div[SuperGrok (ln:226)]
mul[SuperGrok (ln:226)]
balanceOf[SuperGrok (ln:241)]
div[SuperGrok (ln:246)]
mul[SuperGrok (ln:246)]
balanceOf[SuperGrok (ln:249)]
swapTokensForEth[SuperGrok (ln:251)]
WETH[SuperGrok (ln:276)]
_approve[SuperGrok (ln:277)]
Approval[SuperGrok (ln:217)]
swapExactTokensForETHSupportingFeeOnTransferTokens[SuperGrok (ln:278)]
min[SuperGrok (ln:251)]
min[SuperGrok (ln:251)]
sendETHToFee[SuperGrok (ln:254)]
transfer[SuperGrok (ln:295)]
add[SuperGrok (ln:260)]
Transfer[SuperGrok (ln:261)]
sub[SuperGrok (ln:263)]
add[SuperGrok (ln:264)]
sub[SuperGrok (ln:264)]
Transfer[SuperGrok (ln:265)]
sub[SuperGrok (ln:265)]
_msgSender[SuperGrok (ln:194)]
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);