Low Orbit Ion Canon
Verified contract
Active on
Ethereum with 36 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4688…5646
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOIC | ERC-20 | 10.680808B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17658656 | a year ago | | | 0 | 0.00036012331 | |
| 17658654 | a year ago | | | 0 | 0.00039449317 | |
| 17658654 | a year ago | | | 0 | 0.00079762712 | |
| 17658653 | a year ago | | | 0 | 0.00039628127 | |
| 17658650 | a year ago | | | 0 | 0.00079717604 | |
| 17658647 | a year ago | | | 0 | 0.00040901753 | |
| 17658646 | a year ago | | | 0 | 0.00086077941 | |
| 17658645 | a year ago | | | 0 | 0.00043980603 | |
| 17658644 | a year ago | | | 0 | 0.00042556979 | |
| 17658644 | a year ago | | | 0 | 0.00082977703 |
ABI
ABI objects
Getter at block 21121148
decimals() pure returns (uint8)
9
name() pure returns (string)
Low Orbit Ion Canon
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
LOIC
totalSupply() pure returns (uint256)
1000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xe0ab4cb257dd4292ddfa993ba0aad1958e75173a
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
delBot(address notbot)
excludeFromFee(address account)
includeInFee(address account)
manualswap()
openTrading()
renounceOwnership()
setBots(address[] bots_)
setBuyFee(uint256 buyProjectFee)
setCooldownEnabled()
setMaxBuyAmount(uint256 maxBuy)
setMaxSellAmount(uint256 maxSell)
setMaxWalletAmount(uint256 maxToken)
setPreventUnsafeSale()
setProjectWallet(address projectWallet)
setSellFee(uint256 sellProjectFee)
setSwapFeeForWethEnabled()
setSwapTokensForWethAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
MaxBuyAmountUpdated(uint256 _maxBuyAmount)
MaxSellAmountUpdated(uint256 _maxSellAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _uniswapV2Router, address projectWallet)
receive()
Already_Open()
Amount_Zero()
Exceeds_MaxAmount(string Amount)
In_Cooldown()
Sale_is_not_Safe()
Withdraw_Failed()
Zero_Address(string where)