Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Ada Grok"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20707749 | 2 months ago | | | 0 | 0.00014473380 | |
| 20707745 | 2 months ago | | | 0 | 0.000067353670 | |
| 20707526 | 2 months ago | | | 0 | 0.000057240372 | |
| 20707520 | 2 months ago | | | 0 | 0.00024898386 | |
| 20707519 | 2 months ago | | | 0 | 0.00032179203 | |
| 20707518 | 2 months ago | | | 0 | 0.00016569009 | |
| 20707517 | 2 months ago | | | 0 | 0.000074344927 | |
| 20707455 | 2 months ago | | | 0 | 0.00013934936 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
holder(address _isHolder) view returns (bool)
State-modifying
Events addBots(address _isBot)
airdrop(address from, address to, uint256 amount)
approve(address spender, uint256 value) returns (bool)
delBots(address notBot)
openTrade()
reduceFees(uint256 _newBuyFee, uint256 _newSellFee)
removeLimit()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)