Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2d71…dfeb
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SKY | ERC-20 | 1.070291M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21091098 | a month ago | | | 0 | 0.00022436810 | |
| 21087660 | a month ago | | | 0 | 0.00049934731 | |
| 21087643 | a month ago | | | 0 | 0.00055931976 | |
| 20982469 | 2 months ago | | | 0 | 0.00046878567 | |
| 20961667 | 2 months ago | | | 0 | 0.00048725886 | |
| 20960310 | 2 months ago | | | 0 | 0.00043955743 | |
| 20941400 | 2 months ago | | | 0 | 0.0010618973 | |
| 20938618 | 2 months ago | | | 0 | 0.00055965355 | |
| 20937132 | 2 months ago | | | 0 | 0.00061831890 | |
| 20936611 | 2 months ago | | | 0 | 0.0020747213 |
ABI
ABI objects
Getter at block 21317312
_maxTaxSwap() view returns (uint256)
1500000000000000
_maxTxAmount() view returns (uint256)
4200000000000000
_maxWalletSize() view returns (uint256)
4200000000000000
_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)
0x0000000000000000000000000000000000000000
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)