PresalePool
Verified contract
Active on
Ethereum with 304 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf04a…b0be
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLIXX | ERC-20 | 17.997957K | -- | -- | |
VIU | ERC-20 | 300 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4945163 | 7 years ago | | | 0 | 0.0049045500 | |
| 4807170 | 7 years ago | | | 0 | 0.0014013000 | |
| 4750786 | 7 years ago | | | 0 | 0.0012611700 | |
| 4738730 | 7 years ago | | | 0 | 0.0042039000 | |
| 4717680 | 7 years ago | | | 0 | 0.0028726650 | |
| 4671398 | 7 years ago | | | 0 | 0.0014713650 | |
| 4658784 | 7 years ago | | | 0 | 0.0014713650 | |
| 4640369 | 7 years ago | | | 0 | 0.0035032500 | |
| 4640090 | 7 years ago | | | 0 | 0.0014713650 | |
| 4638933 | 7 years ago | | | 0 | 0.0024522750 |
ABI
ABI objects
Getter at block 21302746
maxContribution() view returns (uint256)
789000000000000000000
maxPoolTotal() view returns (uint256)
0
minContribution() view returns (uint256)
0
poolTotal() view returns (uint256)
3000000000000000000
state() view returns (uint8)
3
token() view returns (address)
0xf04a8ac553fcedb5ba99a64799155826c136b0be
whitelistAll() view returns (bool)
false
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.