Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SKY | ERC-20 | 16.454563M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20916702 | 2 months ago | | | 0 | 0.00049621181 | |
| 20916661 | 2 months ago | | | 0 | 0.00085607418 | |
| 20916563 | 2 months ago | | | 0 | 0.00061114489 | |
| 20916558 | 2 months ago | | | 0 | 0.00061425856 | |
| 20916537 | 2 months ago | | | 0 | 0.00073413399 | |
| 20916523 | 2 months ago | | | 0 | 0.00066355392 | |
| 20916523 | 2 months ago | | | 0 | 0.00066355392 | |
| 20916512 | 2 months ago | | | 0 | 0.00077503274 | |
| 20916511 | 2 months ago | | | 0 | 0.00069128242 | |
| 20916511 | 2 months ago | | | 0 | 0.00085439642 |
ABI
ABI objects
Getter at block 21263694
_maxTaxSwap() view returns (uint256)
1500000000000000
_maxTxAmount() view returns (uint256)
420000000000000000
_maxWalletSize() view returns (uint256)
420000000000000000
_reduceBuyTaxAt() view returns (uint256)
0
_reduceSellTaxAt() view returns (uint256)
0
_taxSwapThreshold() view returns (uint256)
1500000000000000
decimals() pure returns (uint8)
9
name() pure returns (string)
SKY420
owner() view returns (address)
0x2d71355d922766dd170d9816bbc21b78d21adfeb
symbol() pure returns (string)
SKY
totalSupply() pure returns (uint256)
420000000000000000
transferDelayEnabled() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address a) view returns (bool)
State-modifying
Events addBots(address[] bots_)
approve(address spender, uint256 amount) returns (bool)
delBots(address[] notbot)
manualSwap()
removeLimits()
renounceOwnership()
setLimits(uint256 maxTxAmount_, uint256 maxWalletSize_)
setTaxes(uint256 finalBuyTax_, uint256 finalSellTax_)
toTheSky()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountUpdated(uint256 _maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)