Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5c69…aa6f
Balances ($0.00)
No balances found for "GROK-AI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20008111 | 6 months ago | | | 0 | 0.00063478448 | |
| 19981029 | 6 months ago | | | 0 | 0.00065554686 | |
| 19981028 | 6 months ago | | | 0 | 0.00066082513 | |
| 19917655 | 6 months ago | | | 0 | 0.00047601147 | |
| 19897580 | 6 months ago | | | 0 | 0.00018211854 | |
| 19895357 | 6 months ago | | | 0 | 0.00015684232 | |
| 19855167 | 6 months ago | | | 0 | 0.00016613276 | |
| 19854949 | 6 months ago | | | 0 | 0.00020689718 | |
| 19854748 | 6 months ago | | | 0 | 0.00020663709 | |
| 19854667 | 6 months ago | | | 0 | 0.00021484891 |
ABI
ABI objects
Getter at block 21222164
DENOMINATOR() view returns (uint256)
10000
MAX_BUY_FEE_NUMERATOR() view returns (uint256)
500
MAX_SELL_FEE_NUMERATOR() view returns (uint256)
500
_sellFeeNumerator() view returns (uint256)
500
blacklistAddDisabledForever() view returns (bool)
true
buyFeeNumerator() view returns (uint256)
500
decimals() view returns (uint8)
18
feesAreLockedForever() view returns (bool)
true
inSwap() view returns (bool)
false
name() view returns (string)
GROK-AI
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFeeNumerator() view returns (uint256)
500
sniperBotProtectionDisabledForever() view returns (bool)
true
swapFeeToETHEnabled() view returns (bool)
true
swapFeeToETHTriggerAmount() view returns (uint256)
0
symbol() view returns (string)
$GRK
totalSupply() view returns (uint256)
69420000000000000000000000
treasuryBuy() view returns (address)
0x6bede6cec194f43ac63704133a8e385f9bf68e3c
treasuryDoCallback() view returns (bool)
false
treasurySell() view returns (address)
0x6bede6cec194f43ac63704133a8e385f9bf68e3c
uniswapV2Factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
accountInfo(address) view returns (bool isLPPool, bool isLiquidityHolder, bool isBlackListed)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
whitelistedAllowance(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveToUniswapV2Router(uint256 amount)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
createLP(uint256 amount) payable
createLPWithWhitelist(uint256 amount, address[] accounts, uint256 _whitelistedAllowance) payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableBlacklistAddForever()
disableSniperBotProtectionForever()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockFeesForever()
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setBlacklisted(address account, bool isBlacklisted)
setBuyFeeNumerator(uint256 value)
setLiquidityHolder(address account, bool flag)
setLpPair(address pair, bool enabled)
setSellFeeNumerator(uint256 value)
setSupportedInterface(bytes4 interfaceId, bool value)
setSwapFeeToETHEnabled(bool enabled)
setSwapFeeToETHTriggerAmount(uint256 amount)
setTreasury(address _treasuryBuy, address _treasurySell, bool _treasuryDoCallback)
setUniswapV2Factory(address _uniswapV2Factory)
setUniswapV2Router(address _uniswapV2Router)
setWhitelistedAllowance(address account, uint256 _whitelistedAllowance)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelistAllowanceMany(address[] accounts, uint256 _whitelistedAllowance)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistAddDisabledForever()
BlacklistSet(address indexed account, bool flag)
BuyFeeNumeratorSet(uint256 value)
BuyFeePaid(address indexed from, uint256 amountTokens, uint256 transferredAmountTokens, uint256 storedAmountTokens, uint256 convertedAmountTokens, uint256 amountETH)
FeesLockedForever()
InterfaceSupported(bytes4 indexed interfaceId, bool value)
IsWhitelisted(address indexed account, uint256 whitelistedAllowance)
LPPairSet(address indexed pair, bool enabled)
LiquidityHolderSet(address indexed account, bool flag)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeeNumeratorSet(uint256 value)
SellFeePaid(address indexed from, uint256 amountTokens, uint256 transferredAmountTokens, uint256 storedAmountTokens, uint256 convertedAmountTokens, uint256 amountETH)
SniperBotProtectionDisabledForever()
SwapFeeToETHEnabled(bool enabled)
SwapFeeToETHTriggerAmountSet(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
TreasurySet(address treasuryBuy, address treasurySell, bool doCallback)
UniswapV2FactorySet(address indexed uniswapV2Factory)
UniswapV2RouterSet(address indexed uniswapV2Router)
constructor(address _treasuryBuy, address _treasurySell, bool _treasuryDoCallback, uint256 _buyFeeNumeratorValue, uint256 _sellFeeNumeratorValue, address _uniswapV2Factory, address _uniswapV2Router)
This contract contains no fallback and receive objects.
This contract contains no error objects.