Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BaselitSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11909996 | 9 months ago | | | 0 | 2.5238389e-7 | |
| 11909961 | 9 months ago | | | 0 | 2.5265893e-7 | |
| 11823160 | 9 months ago | | | 0 | 3.9696812e-7 | |
| 11822172 | 9 months ago | | | 0.24 | 0.00056484274 | |
| 11821861 | 9 months ago | | | 0.208 | 0.0000021907371 | |
| 11798082 | 9 months ago | | | 0.145 | 0.0000019643841 | |
| 11794317 | 9 months ago | | | 0.1 | 0.000000039747114500 | |
| 11792339 | 9 months ago | | | 0.01 | 0.000000707349000000 | |
| 11791822 | 9 months ago | | | 0.2 | 0.000000023865279490 | |
| 11791362 | 9 months ago | | | 0.025 | 0.000000013855307302 |
ABI
ABI objects
Getter at block 23684244
allowedUserBalance() view returns (uint256)
40000000000000000000
decimalFactor() view returns (uint256)
1
getTotalParticipatedUser() view returns (uint256)
59
hardcap() view returns (uint256)
50000000000000000000
isPublic() view returns (bool)
true
maxAmount() view returns (uint256)
1000000000000000000
minAmount() view returns (uint256)
10000000000000000
owner() view returns (address)
0x730fd1e5ab9cdbb1e27c8d93bc9f6ffe0079a6f4
presaleOver() view returns (bool)
true
rate() view returns (uint256)
40
totalInvested() view returns (uint256)
7859600000000000000
Read-only
claimable(address) view returns (uint256)
getUsersList(uint256 startIndex, uint256 endIndex) view returns (address[] userAddress, uint256[] amount)
isWhitelisted(address) view returns (bool)
participatedUsers(uint256) view returns (address)
State-modifying
Events buyToken(uint256 _amount) payable
endPresale() returns (bool)
renounceOwnership()
setAllowedUserBalance(uint256 _allowedUserBalance) returns (uint256)
setDecimalFactor(uint256 _decimalFactor) returns (uint256)
setHardcap(uint256 _hardcap) returns (uint256)
setIsPublic(bool _value) returns (bool)
setMaxAmount(uint256 _amount) returns (uint256)
setMinAmount(uint256 _amount) returns (uint256)
setRate(uint256 _rate) returns (uint256)
setWhitelist(address[] _user, bool _value) returns (bool)
startPresale() returns (bool)
transferAnyERC20Tokens(address _tokenAddress, uint256 _value)
transferOwnership(address newOwner)
withdrawNativeCoin(uint256 _value) payable
ClaimableAmount(address _user, uint256 _claimableAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _rate, uint256 _allowedUserBalance, uint256 _hardcap, uint256 _minAmount, uint256 _maxAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.