Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x86f3…e7a5
0x1be0…540d
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SSHIP | ERC-20 | 4.597297K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17067113 | 2 years ago | | | 0 | 0.0020994895 | |
| 17067104 | 2 years ago | | | 0 | 0.0021224107 | |
| 17067101 | 2 years ago | | | 0 | 0.0021579346 | |
| 17066979 | 2 years ago | | | 0 | 0.0024303465 | |
| 17066921 | 2 years ago | | | 0 | 0.0017034304 | |
| 17066920 | 2 years ago | | | 0 | 0.00071706367 | |
| 17066915 | 2 years ago | | | 0 | 0.0028494279 | |
| 17066913 | 2 years ago | | | 0 | 0.0026302521 | |
| 17066911 | 2 years ago | | | 0 | 0.0012234623 | |
| 17066908 | 2 years ago | | | 0 | 0.0014929158 |
ABI
ABI objects
Getter at block 21226714
_buyDevelopmentFee() view returns (uint256)
1
_buyLiquidityFee() view returns (uint256)
0
_buyMarketingFee() view returns (uint256)
4
_developmentShare() view returns (uint256)
2
_liquidityShare() view returns (uint256)
0
_marketingShare() view returns (uint256)
8
_maxTxAmount() view returns (uint256)
30000000000000
_sellDevelopmentFee() view returns (uint256)
1
_sellLiquidityFee() view returns (uint256)
0
_sellMarketingFee() view returns (uint256)
4
_totalDistributionShares() view returns (uint256)
10
_totalTaxIfBuying() view returns (uint256)
5
_totalTaxIfSelling() view returns (uint256)
5
_walletMax() view returns (uint256)
30000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
developmentWalletAddress() view returns (address)
0x1be0fda1d3e7ad31dfa8070ecb9d059ad029540d
getCirculatingSupply() view returns (uint256)
1000000000000000
marketingWalletAddress() view returns (address)
0x86f34e814ed6e03e1f02389150028ee4f0ece7a5
minimumTokensBeforeSwapAmount() view returns (uint256)
5500000000000
name() view returns (string)
StarShip
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
SSHIP
totalSupply() view returns (uint256)
1000000000000000
uniswapPair() view returns (address)
0x96c3cf0cfe77ea9f838ecaec3c3edcc5b6249fd6
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBuyTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newDevelopmentTax)
setDevelopmentWalletAddress(address newAddress)
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newDevelopmentShare)
setIsExcludedFromFee(address account, bool newValue)
setIsTxLimitExempt(address holder, bool exempt)
setIsWalletLimitExempt(address holder, bool exempt)
setMarketingWalletAddress(address newAddress)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensBeforeSwap(uint256 newLimit)
setSellTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newDevelopmentTax)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setWalletLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.