LightchainPresale
Verified contract
Active on
Ethereum with 666 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($45.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 45.3637 | $1.001 |
$45.41 | |
LCAI | ERC-20 | 3.913751B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21318328 | 3 minutes ago | | | 0.15 | 0.0043215284 | |
| 21318326 | 3 minutes ago | | | 0 | 0.0049403906 | |
| 21318288 | 11 minutes ago | | | 0.119 | 0.0026790590 | |
| 21318284 | 12 minutes ago | | | 0 | 0.0057081862 | |
| 21318263 | 16 minutes ago | | | 0.02 | 0.0044307787 | |
| 21318237 | 21 minutes ago | | | 0 | 0.0042477905 | |
| 21318220 | 25 minutes ago | | | 0.09 | 0.0041550841 | |
| 21318153 | 38 minutes ago | | | 0.012 | 0.0021239800 | |
| 21318121 | an hour ago | | | 0.07 | 0.0045518086 | |
| 21318094 | an hour ago | | | 0.015 | 0.0051202788 |
ABI
ABI objects
Getter at block 21318340
DEV() view returns (address)
0x624a14f54b060421be7ecb7abd0f0ce407654665
ICO() view returns (address)
0xdab04193198b41477e1080b8dc6338502e54d202
owner() view returns (address)
0xfbe810101064e326f871bf20576d8e42c75d5dd7
rate() view returns (uint256)
820000000000
saleStatus() view returns (bool)
true
saleToken() view returns (address)
0x9ca8530ca349c966fe9ef903df17a75b8a778927
saleTokenDec() view returns (uint256)
18
totalBuyers() view returns (uint256)
496
totalTokensSold() view returns (uint256)
86249429579028527669635718
totalTokensforSale() view returns (uint256)
4000000000000000000000000000
Read-only
buyers(uint256) view returns (address)
buyersAmount(address) view returns (uint256)
buyersDetailsList(uint256 _from, uint256 _to) view returns (struct LightchainPresaleBuyerDetails[])
buyersExists(address) view returns (bool)
getPayAmount(address token, uint256 amount) view returns (uint256)
getTokenAmount(address token, uint256 amount) view returns (uint256)
payableTokens(address) view returns (bool)
tokenPrices(address) view returns (uint256)
State-modifying
Events addPayableTokens(address[] _tokens, uint256[] _prices)
buyToken(address _token, uint256 _amount) payable
payableTokenStatus(address _token, bool _status)
resumeSale()
setSaleToken(address _saleToken, uint256 _totalTokensforSale, uint256 _rate, bool _saleStatus)
stopSale()
updateTokenRate(address[] _tokens, uint256[] _prices, uint256 _rate)
withdrawFunds(address token, uint256 amount)
BuyToken(address indexed buyer, address indexed token, uint256 paidAmount, uint256 purchasedAmount)
constructor(address _ICO, address _DEV)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)