The SkyToken
Verified contract
Active on
Ethereum with 1,762 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
10 additional
variables
Balances ($4.71)
Native
Value
$4.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0015 | $3,139.20 |
$4.71 | |
SKY | ERC-20 | 250 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20671692 | 2 months ago | | | 0 | 0.000033939182 | |
| 20641047 | 3 months ago | | | 0 | 0.000046700158 | |
| 20510821 | 3 months ago | | | 0 | 0.000046436022 | |
| 20440703 | 4 months ago | | | 0 | 0.00011644250 | |
| 20434121 | 4 months ago | | | 0 | 0.00077276028 | |
| 20394551 | 4 months ago | | | 0 | 0.00021532085 | |
| 20275089 | 4 months ago | | | 0 | 0.00073370121 | |
| 20271686 | 4 months ago | | | 0 | 0.00025619116 | |
| 20162476 | 5 months ago | | | 0 | 0.00022038264 | |
| 20154305 | 5 months ago | | | 0 | 0.000054304363 |
ABI
ABI objects
Getter at block 21215702
buyBackWallet() view returns (address)
0x68588867fd80a7ddfbc686d9bea72170e936ba1f
decimals() view returns (uint8)
18
devWallet() view returns (address)
0xfb50cca6289de136ff449c391fb4118771306569
getBaseBuyFees() view returns (uint8, uint8, uint8, uint8, uint8)
(1, 1, 0, 0, 0)
getBaseSellFees() view returns (uint8, uint8, uint8, uint8, uint8)
(1, 1, 0, 1, 0)
isTradingEnabled() view returns (bool)
true
liquidityWallet() view returns (address)
0x3a423c73f631f088cb1965f16c21c8aed84b4a0e
marketingWallet() view returns (address)
0x4d6f4f9cfd727572adbc684343ca8096800e2f1a
maxTxAmount() view returns (uint256)
37500000000000000000000000
maxWalletAmount() view returns (uint256)
37500000000000000000000000
minimumTokensBeforeSwap() view returns (uint256)
9375000000000000000000
name() view returns (string)
The SkyToken
owner() view returns (address)
0x98c22442f5fd36e4a1cad89372e87836ba91e207
symbol() view returns (string)
SKY
totalFees() view returns (uint256)
728240553589993296527
totalSupply() view returns (uint256)
37500000000000000000000000
uniswapV2Pair() view returns (address)
0x626fdfd9ece333f2f2e59d57a2f23d4595b5c820
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events activateTrading()
allowTradingWhenDisabled(address account, bool allowed)
approve(address spender, uint256 amount) returns (bool)
blockAccount(address account)
claimETHOverflow()
deactivateTrading()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividends(address account, bool excluded)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool excluded)
excludeFromMaxWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBaseFeesOnBuy(uint8 _liquidityFeeOnBuy, uint8 _marketingFeeOnBuy, uint8 _devFeeOnBuy, uint8 _buyBackFeeOnBuy, uint8 _holdersFeeOnBuy)
setBaseFeesOnSell(uint8 _liquidityFeeOnSell, uint8 _marketingFeeOnSell, uint8 _devFeeOnSell, uint8 _buyBackFeeOnSell, uint8 _holdersFeeOnSell)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setWallets(address newLiquidityWallet, address newMarketingWallet, address newDevWallet, address newBuyBackWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockAccount(address account)
AllowedWhenTradingDisabledChange(address indexed account, bool isExcluded)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerPairChange(address indexed pair, bool indexed value)
BlockedAccountChange(address indexed holder, bool indexed status)
ClaimETHOverflow(uint256 amount)
CustomTaxPeriodChange(uint256 indexed newValue, uint256 indexed oldValue, string indexed taxType, bytes23 period)
ExcludeFromDividendsChange(address indexed account, bool isExcluded)
ExcludeFromFeesChange(address indexed account, bool isExcluded)
ExcludeFromMaxTransferChange(address indexed account, bool isExcluded)
ExcludeFromMaxWalletChange(address indexed account, bool isExcluded)
FeeChange(string indexed identifier, uint8 liquidityFee, uint8 marketingFee, uint8 devFee, uint8 buyBackFee, uint8 holdersFee)
FeesApplied(uint8 liquidityFee, uint8 marketingFee, uint8 devFee, uint8 buyBackFee, uint8 holdersFee, uint8 totalFee)
MaxTransactionAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MaxWalletAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MinTokenAmountBeforeSwapChange(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapV2RouterChange(address indexed newAddress, address indexed oldAddress)
WalletChange(string indexed indentifier, address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.