PresalePool
Verified contract
Active on
Ethereum with 542 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1682…3fc5
Balances ($0.00)
No balances found for "PresalePool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4514882 | 7 years ago | | | 0 | 0.0013637250 | |
| 4366071 | 7 years ago | | | 0 | 0.044411820 | |
| 4357408 | 7 years ago | | | 0 | 0.0014423010 | |
| 4355217 | 7 years ago | | | 0 | 0.0034340500 | |
| 4354484 | 7 years ago | | | 0 | 0.0014423010 | |
| 4353916 | 7 years ago | | | 0 | 0.00034340500 | |
| 4351619 | 7 years ago | | | 0 | 0.00027472400 | |
| 4348089 | 7 years ago | | | 0 | 0.0023351540 | |
| 4346929 | 7 years ago | | | 0 | 0.0017170250 | |
| 4346792 | 7 years ago | | | 0 | 0.0014423010 |
ABI
ABI objects
Getter at block 21260344
maxContribution() view returns (uint256)
0
maxPoolTotal() view returns (uint256)
0
minContribution() view returns (uint256)
0
poolTotal() view returns (uint256)
0
state() view returns (uint8)
3
token() view returns (address)
0x168296bb09e24a88805cb9c33356536b980d3fc5
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.