PresalePool
Verified contract
Active on
Ethereum with 66 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb3bd…3502
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GMT | ERC-20 | 18.440037K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4720558 | 7 years ago | | | 0 | 0.0014630070 | |
| 4628467 | 7 years ago | | | 0 | 0.00055733600 | |
| 4627815 | 7 years ago | | | 0 | 0.0011480070 | |
| 4625994 | 7 years ago | | | 0 | 0.00062700300 | |
| 4623862 | 7 years ago | | | 0 | 0.000054667000 | |
| 4623722 | 7 years ago | | | 0 | 0.00069667000 | |
| 4623631 | 7 years ago | | | 0 | 0.0014630070 | |
| 4622846 | 7 years ago | | | 0 | 0.00034833500 | |
| 4622772 | 7 years ago | | | 0 | 0.0013933400 | |
| 4622092 | 7 years ago | | | 0 | 0.0041800200 |
ABI
ABI objects
Getter at block 21295440
maxContribution() view returns (uint256)
0
maxPoolTotal() view returns (uint256)
0
minContribution() view returns (uint256)
0
poolTotal() view returns (uint256)
2500000000000000000
state() view returns (uint8)
3
token() view returns (address)
0xb3bd49e28f8f832b8d1e246106991e546c323502
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.