Ada Grok

Verified contract

Active on Ethereum with 8 txns
Deployed by via 0xa686d828 at 20707430
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "Ada Grok"

0x27d3f3bf0e3da97175460cc03917eb9380084795424e19d288558c8cecebb6ab
0xe19cfc772fabc439467d2d004ad1dc06ad92e4385e10dd0cebc03b872fc242dd
0xdcd0b21a4139a47c9a89795d7690eaf8fa5db59debc95d446903d56b4f4fb615
0xff16b16c0aede04866f9eecce5209ea170b93f67a601df4252324452122147fe
0xb3cd189b9cd887d5244c529048e2d9190e9c3a668a489fc4c767c557cb3c8b58
0xf1cdfa37642f868ceeee950410e32a92c74da83b4063ecf4eb1950f7b80eb082
0x63672f4be0f8c3c2c008794dc6e492ee54d7597a4da321457ce33970b4bf56ec
0xdc5ea161a22225dea817b6e4f26039264aeeb62aff46632195c77008af00341c

Functions
Getter at block 21212224
_Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
_swapbackLimit(view returns (uint256)
10000000000000000000000000
_swapbackThreshold(view returns (uint256)
10000000000000000000000000
_tTotal(view returns (uint256)
1000000000000000000000000000
_txLimit(view returns (uint256)
1000000000000000000000000000
_walletLimit(view returns (uint256)
1000000000000000000000000000
decimals(pure returns (uint8)
18
name(view returns (string)
Ada Grok
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ADAGROK
totalSupply(view returns (uint256)
10001000000000000000000000000000
uniswapV2Pair(view returns (address)
0x9201afcffa4a363d35060656481540d8ef2cfb01
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
holder(address _isHolderview returns (bool)
State-modifying
addBots(address _isBot
airdrop(address fromaddress touint256 amount
approve(address spenderuint256 valuereturns (bool)
delBots(address notBot
openTrade(
reduceFees(uint256 _newBuyFeeuint256 _newSellFee
removeLimit(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account