PresalePool
Verified contract
Active on
Ethereum with 54 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0ebb…e23e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CPAY | ERC-20 | 17.833K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4845783 | 7 years ago | | | 0 | 0.0020822400 | |
| 4845713 | 7 years ago | | | 0 | 0.0013881600 | |
| 4747288 | 7 years ago | | | 0 | 0.00069408000 | |
| 4697924 | 7 years ago | | | 0 | 0.0034704000 | |
| 4679143 | 7 years ago | | | 0 | 0.0014575680 | |
| 4670883 | 7 years ago | | | 0 | 0.00069408000 | |
| 4668787 | 7 years ago | | | 0 | 0.0020822400 | |
| 4664032 | 7 years ago | | | 0 | 0.00069408000 | |
| 4663059 | 7 years ago | | | 0 | 0.0014575680 | |
| 4661266 | 7 years ago | | | 0 | 0.0014575680 |
ABI
ABI objects
Getter at block 21321297
maxContribution() view returns (uint256)
0
maxPoolTotal() view returns (uint256)
0
minContribution() view returns (uint256)
0
poolTotal() view returns (uint256)
6300000000000000000
state() view returns (uint8)
3
token() view returns (address)
0x0ebb614204e47c09b6c3feb9aaecad8ee060e23e
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.