Castle In The Sky
Verified contract
Active on
Ethereum with 44 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LAPUTA | ERC-20 | 147.712048B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15753936 | 2 years ago | | | 0 | 0.00047438969 | |
| 15753933 | 2 years ago | | | 0 | 0.00042692030 | |
| 15753929 | 2 years ago | | | 0 | 0.00046091167 | |
| 15753924 | 2 years ago | | | 0 | 0.00073212279 | |
| 15753914 | 2 years ago | | | 0 | 0.00069085726 | |
| 15753914 | 2 years ago | | | 0 | 0.00071419226 | |
| 15753908 | 2 years ago | | | 0 | 0.00079990880 | |
| 15753903 | 2 years ago | | | 0 | 0.00081889112 | |
| 15753897 | 2 years ago | | | 0 | 0.00080579555 | |
| 15753897 | 2 years ago | | | 0 | 0.0013891705 |
ABI
ABI objects
Getter at block 21293296
blockForPenaltyEnd() view returns (uint256)
15753876
botsCaught() view returns (uint256)
8
buyLiquidityFee() view returns (uint256)
2
buyOperationsFee() view returns (uint256)
3
buyTotalFees() view returns (uint256)
5
decimals() view returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
earlyBuyPenaltyInEffect() view returns (bool)
false
getEarlyBuyers() view returns (address[])
[0x2579ae275E44ff501f57962c79ce67F56266c4A5, 0xdeA9354aF891C518a5DcE4F5EE19b06359eC63F2, 0xF02d2FB5584bF295f6E791476cEFD53023765008, 0xBdb07C9759dCC9D7D0448E113432A3b8F7599DE3, 0xF7a709b8656BEC116b3A0B99bfBe05b10aFdB2b9, 0x877eB585F3AbCa899387A9338E63b6C01904Ccd5, 0xbbcEAe1fE930F908aeb59FcE1c4d67D40f2dA72b, 0x69c3931C52AF63Fd5D91EEacB18d007df423FFC8]
limitsInEffect() view returns (bool)
false
lpPair() view returns (address)
0x28648d68a3d3434b01ff645704d7511dc21694ac
maxBuyAmount() view returns (uint256)
19999999999999999999999999998
maxSellAmount() view returns (uint256)
20000000000000000000000000000
maxWallet() view returns (uint256)
20000000000000000000000000000
name() view returns (string)
Castle In The Sky
operationsAddress() view returns (address)
0xd4b62779d0e8afc771236ecd4b9cab269ec64e52
owner() view returns (address)
0x92fa32acef441750c681d1916f3c630d4b510c7b
sellLiquidityFee() view returns (uint256)
2
sellOperationsFee() view returns (uint256)
3
sellTotalFees() view returns (uint256)
5
sellingEnabled() view returns (bool)
true
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
500000000000000000000000000
symbol() view returns (string)
LAPUTA
tokensForLiquidity() view returns (uint256)
0
tokensForOperations() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
15753872
transferDelayEnabled() view returns (bool)
true
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
earlyBuyers(uint256) view returns (address)
isBot(address) view returns (bool)
State-modifying
Events addLP()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
enableTrading(uint256 blocksForPenalty)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
markBoughtEarly(address wallet)
removeBoughtEarly(address wallet)
removeLP(uint256 percent)
removeLimits()
renounceOwnership(bool confirmRenounce)
resetTaxes()
restoreLimits()
setAutomatedMarketMakerPair(address pair, bool value)
setMaxBuyAmount(uint256 newNum)
setMaxSellAmount(uint256 newNum)
setMaxWalletAmount(uint256 newNum)
setOperationsAddress(address _operationsAddress)
setSellingEnabled(bool confirmSellingEnabled)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _operationsFee, uint256 _liquidityFee)
updateSellFees(uint256 _operationsFee, uint256 _liquidityFee)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
CaughtEarlyBuyer(address sniper)
EnabledSellingForever()
EnabledTrading()
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
UpdatedMaxBuyAmount(uint256 newAmount)
UpdatedMaxSellAmount(uint256 newAmount)
UpdatedMaxWalletAmount(uint256 newAmount)
UpdatedOperationsAddress(address indexed newWallet)
constructor()
receive()
This contract contains no error objects.