PresalePool
Verified contract
Active on
Ethereum with 667 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16.91)
Native
Value
$16.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005091 | $3,322.53 |
$16.91 | |
VIU | ERC-20 | 342.101812 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6218090 | 6 years ago | | | 0 | 0.000044096000 | |
| 6217670 | 6 years ago | | | 0 | 0.000082326000 | |
| 4522238 | 7 years ago | | | 0 | 0.0000069019167 | |
| 4518464 | 7 years ago | | | 0 | 0.00086442300 | |
| 4518431 | 7 years ago | | | 0 | 0.00069012300 | |
| 4513633 | 7 years ago | | | 0 | 0.00057628200 | |
| 4367056 | 7 years ago | | | 0 | 0.00086442300 | |
| 4367029 | 7 years ago | | | 0 | 0.00086442300 | |
| 4357644 | 7 years ago | | | 0 | 0.00069012300 | |
| 4352984 | 7 years ago | | | 0 | 0.00069012300 |
ABI
ABI objects
Getter at block 21257666
maxContribution() view returns (uint256)
0
maxPoolTotal() view returns (uint256)
3000000000000000000000
minContribution() view returns (uint256)
0
poolTotal() view returns (uint256)
5090582988887760
state() view returns (uint8)
1
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.