PresalePool
Verified contract
Active on
Ethereum with 203 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 |
---|---|---|---|---|---|
HYB | ERC-20 | 467.940428K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7949677 | 5 years ago | | | 0 | 0.00040777920 | |
| 7842440 | 6 years ago | | | 0 | 0.00055987000 | |
| 7787022 | 6 years ago | | | 0 | 0.000055987000 | |
| 7465830 | 6 years ago | | | 0 | 0.000021906000 | |
| 7385872 | 6 years ago | | | 0 | 0.0012003200 | |
| 7300312 | 6 years ago | | | 0 | 0.000065718000 | |
| 7262989 | 6 years ago | | | 0 | 0.00027993500 | |
| 7262968 | 6 years ago | | | 0 | 0.00010636000 | |
| 7215663 | 6 years ago | | | 0 | 0.00083980500 | |
| 7163844 | 6 years ago | | | 0 | 0.00034398000 |
ABI
ABI objects
Getter at block 21384051
activeToken() view returns (address)
0x6059f55751603ead7dc6d280ad83a7b33d837c90
checkPoolBalance() view returns (uint256 poolCap, uint256 balance, uint256 remaining)
(poolCap=2000000000000000000000, balance=0, remaining=0)
contractStage() view returns (uint8)
3
contributionMin() view returns (uint256)
100000000000000000
feePct() view returns (uint256)
5000000000000000000
finalBalance() view returns (uint256)
428990000000000000000
maxContractBalance() view returns (uint256)
2000000000000000000000
owner() view returns (address)
0xef42c2f3c2c76de14287d82dbb68cbc0b0e42127
receiverAddress() view returns (address)
0x82f778626aea9f95aac204bd1c29f92b297b4ad2
Read-only
checkAvailableTokens(address addr, address tokenAddr) view returns (uint256 tokenAmount)
checkContributorBalance(address addr) view returns (uint256 balance, uint256 cap, uint256 remaining)
ethRefundAmount(uint256) view returns (uint256)
State-modifying
Events closeContributions()
enableTokenWithdrawals(address tokenAddr, bool notDefault)
modifyMaxContractBalance(uint256 amount)
reopenContributions()
submitPool(uint256 amountInWei)
tokenFallback(address from, uint256 value, bytes data)
withdraw(address tokenAddr)
withdrawFor(address contributor, address tokenAddr)
ContributorBalanceChanged(address contributor, uint256 totalBalance)
ERC223Received(address token, uint256 value)
EthRefundReceived(address sender, uint256 amount)
EthRefunded(address receiver, uint256 amount)
PoolSubmitted(address receiver, uint256 amount)
TokensWithdrawn(address receiver, uint256 amount)
WithdrawalsOpen(address tokenAddr)
constructor(address receiverAddr, uint256 contractMaxInWei, uint256 fee)
fallback()
This contract contains no error objects.