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 |
---|---|---|---|---|---|
MOL | ERC-20 | 508.198985M | -- | -- | |
| ERC-20 | 508.198985M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14298461 | 6 months ago | | | 0 | 0.000011503899 | |
| 14167503 | 7 months ago | | | 0 | 0.0000019350175 | |
| 14167489 | 7 months ago | | | 0 | 0.0000013001177 | |
| 14167418 | 7 months ago | | | 0 | 0.0000019675197 | |
| 14167397 | 7 months ago | | | 0 | 0.0000019384339 | |
| 14167384 | 7 months ago | | | 0 | 0.0000019475415 | |
| 14167373 | 7 months ago | | | 0 | 0.0000018916536 | |
| 14167363 | 7 months ago | | | 0 | 0.0000019622972 | |
| 14167354 | 7 months ago | | | 0 | 0.0000019622972 | |
| 14167294 | 7 months ago | | | 0 | 0.0000019675197 |
ABI
ABI objects
Getter at block 22766783 getContributors() view returns (address[])
allocatedTokens() view returns (uint256)
36900000000000000000000000000
allowClaim() view returns (bool)
true
endTime() view returns (uint256)
1714960800
getContributorCount() view returns (uint256)
131
getTotalEthRaised() view returns (uint256)
103831376310000000000
maxContribution() view returns (uint256)
2000000000000000000
minContribution() view returns (uint256)
10000000000000000
owner() view returns (address)
0x97a290a02eb3a7f8b39dac8f251f4718fd6e7f00
startTime() view returns (uint256)
1714420800
token() view returns (address)
0xbf338a83fdcc6bedcb2e02740f1775cbf79f7ce0
totalEthRaised() view returns (uint256)
103831376310000000000
Read-only
contributors(uint256) view returns (address)
ethContribution(address) view returns (uint256)
getContributorTokens(address _address) view returns (uint256)
getEthContribution(address _address) view returns (uint256)
tokensClaimed(address) view returns (uint256)
State-modifying
Events buy() payable
claim()
clearStuckTokens(address _token, uint256 _amount)
depositTokens()
setAllocatedTokens(uint256 _allocatedTokens)
setAllowClaim(bool _allowClaim)
setMinMaxContribution(uint256 _minContribution, uint256 _maxContribution)
setTime(uint256 _startTime, uint256 _endTime)
setToken(address _token)
transferOwnership(address newOwner)
withdrawEth()
withdrawTokens(uint256 _amount)
Bought(address indexed user, uint256 amountEth)
Claimed(address indexed user, uint256 amountToken)
ClaimingAllowed(bool allowed)
EthWithdrawn(uint256 amount, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensDeposited(address indexed token, uint256 amount, address indexed from)
TokensWithdrawn(address indexed token, uint256 amount, address indexed to)
constructor(uint256 _startTime, uint256 _endTime, uint256 _minContribution, uint256 _maxContribution, uint256 _allocatedTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.