PresalePool
Verified contract
Active on
Ethereum with 55 txns
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 "PresalePool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4570512 | 7 years ago | | | 0 | 0.0012131490 | |
| 4570361 | 7 years ago | | | 0 | 0.00090829200 | |
| 4570343 | 7 years ago | | | 2 | 0.00085778400 | |
| 4570229 | 7 years ago | | | 5 | 0.0022516830 | |
| 4570173 | 7 years ago | | | 50 | 0.0022516830 | |
| 4570028 | 7 years ago | | | 76 | 0.0049751472 | |
| 4569935 | 7 years ago | | | 1 | 0.0012866760 | |
| 4569877 | 7 years ago | | | 2 | 0.0049215357 | |
| 4569773 | 7 years ago | | | 7 | 0.00021444600 | |
| 4569747 | 7 years ago | | | 2 | 0.00096213600 |
ABI
ABI objects
Getter at block 21318719
maxContribution() view returns (uint256)
0
maxPoolTotal() view returns (uint256)
0
minContribution() view returns (uint256)
100000000000000000
poolTotal() view returns (uint256)
355900000000000000000
state() view returns (uint8)
3
token() view returns (address)
0x0000000000000000000000000000000000000000
whitelistAll() view returns (bool)
true
Read-only
admins(uint256) view returns (address)
balances(address) view returns (uint256 contribution, uint256 remaining, bool whitelisted, bool exists)
failures(uint256) view returns (address)
participants(uint256) view returns (address)
State-modifying
Events close()
fail()
getParticipantBalances() returns (address[], uint256[], uint256[], bool[], bool[])
modifyWhitelist(address[] toInclude, address[] toExclude)
open()
payToPresale(address _presaleAddress)
refundPresale() payable
removeWhitelist()
setContributionSettings(uint256 _minContribution, uint256 _maxContribution, uint256 _maxPoolTotal)
setToken(address tokenAddress)
transferAllTokens() returns (address[])
transferMyTokens()
withdraw(uint256 amount)
withdrawAll()
Deposit(address indexed _from, uint256 _value)
Payout(address indexed _to, uint256 _value)
Withdrawl(address indexed _to, uint256 _value)
constructor(uint256 _minContribution, uint256 _maxContribution, uint256 _maxPoolTotal, address[] _admins)
fallback()
This contract contains no error objects.