PresalePool
Verified contract
Active on
Ethereum with 63 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 |
---|---|---|---|---|---|
CRNC | ERC-20 | 5.244187M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13184787 | 3 years ago | | | 0 | 0.0048799359 | |
| 9646036 | 5 years ago | | | 0 | 0.0011490600 | |
| 5032081 | 7 years ago | | | 0.004687868 | 0.000022467000 | |
| 5031163 | 7 years ago | | | 5 | 0.00022467000 | |
| 5030935 | 7 years ago | | | 0 | 0.00048156000 | |
| 5030908 | 7 years ago | | | 0.004687868 | 0.00015022500 | |
| 5030896 | 7 years ago | | | 0.33 | 0.000060090000 | |
| 5030879 | 7 years ago | | | 2.5 | 0.0018027000 | |
| 5030874 | 7 years ago | | | 0.1 | 0.00013513500 | |
| 5030869 | 7 years ago | | | 1 | 0.00022522500 |
ABI
ABI objects
Getter at block 21287447
activeToken() view returns (address)
0x0000000000000000000000000000000000000000
checkPoolBalance() view returns (uint256 poolCap, uint256 balance, uint256 remaining)
(poolCap=1500000000000000000000, balance=0, remaining=0)
contractStage() view returns (uint8)
3
contributionMin() view returns (uint256)
100000000000000000
feePct() view returns (uint256)
5000000000000000000
finalBalance() view returns (uint256)
1500000000000000000000
maxContractBalance() view returns (uint256)
1500000000000000000000
owner() view returns (address)
0xef42c2f3c2c76de14287d82dbb68cbc0b0e42127
receiverAddress() view returns (address)
0xb080e1bd40d231e53399b20e662f4cf51084d2bb
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.