Laika Bank
Verified contract
Active on
Ethereum with 199 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LAIKABANK | ERC-20 | 1.083482M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15539602 | 2 years ago | | | 0 | 0.00077869497 | |
| 15539578 | 2 years ago | | | 0 | 0.00079410254 | |
| 15326061 | 2 years ago | | | 0 | 0.00066019079 | |
| 15319383 | 2 years ago | | | 0 | 0.0011308842 | |
| 15319370 | 2 years ago | | | 0 | 0.00063776531 | |
| 15319266 | 2 years ago | | | 0 | 0.00047190276 | |
| 15319266 | 2 years ago | | | 0 | 0.00058814444 | |
| 15319262 | 2 years ago | | | 0 | 0.00054060053 | |
| 15317902 | 2 years ago | | | 0 | 0.0013367566 | |
| 15317889 | 2 years ago | | | 0 | 0.00084665267 |
ABI
ABI objects
Getter at block 21091260
buyFee() view returns (uint256)
6
decimals() view returns (uint8)
18
isSwapEnabled() view returns (bool)
true
isSwapping() view returns (bool)
false
laikaAddress() view returns (address)
0x77f9cf0bd8c500cffdf420e72343893aecc2ec0b
laikaBuyBackWallet() view returns (address)
0xe3c6b90be4412fe6f668da07658831cafec8a009
name() view returns (string)
Laika Bank
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
6
swaped() view returns (uint256)
0
symbol() view returns (string)
LAIKABANK
tokensForLaika() view returns (uint256)
5775645558345264845249748
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x4db03cfc662ff82e73e8d8e1202fe68feba424cc
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
makerPairs(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _buyFee, uint256 _sellFee)
updateMaxTxnAmount(uint256 newMaxBuyAmount, uint256 newMaxSellAmount)
updateMaxWalletAmount(uint256 newPercentage)
updateSwapEnabled(bool enabled)
updateSwapThreshold(uint256 newAmount) returns (bool)
updateWallets(address newLaikaBuyBackWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.