PresalePool
Verified contract
Active on
Ethereum with 241 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8d95…bc63
Balances ($112.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FTX | ERC-20 | 128.034695K | $0.000882 |
$112.95 | |
0x0ef6…fa3d | ERC-20 | 937,497,000,000T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11867556 | 4 years ago | | | 0 | 0.0034020000 | |
| 9331073 | 5 years ago | | | 0 | 0.00062434400 | |
| 7842415 | 6 years ago | | | 0 | 0.00023936000 | |
| 6529609 | 6 years ago | | | 0 | 0.000071808000 | |
| 6058530 | 6 years ago | | | 0 | 0.00011115200 | |
| 5984453 | 6 years ago | | | 0 | 0.0010586400 | |
| 5759430 | 6 years ago | | | 0 | 0.00088140000 | |
| 5747817 | 6 years ago | | | 0 | 0.00099157500 | |
| 5742594 | 6 years ago | | | 0 | 0.0022230400 | |
| 5671061 | 7 years ago | | | 0 | 0.00038903200 |
ABI
ABI objects
Getter at block 21301306
activeToken() view returns (address)
0xd559f20296ff4895da39b5bd9add54b442596a61
checkPoolBalance() view returns (uint256 poolCap, uint256 balance, uint256 remaining)
(poolCap=500000000000000000000, balance=0, remaining=0)
contractStage() view returns (uint8)
3
contributionMin() view returns (uint256)
100000000000000000
feePct() view returns (uint256)
5000000000000000000
finalBalance() view returns (uint256)
499997843947666666666
maxGasPrice() view returns (uint256)
50000000000
owner() view returns (address)
0xef42c2f3c2c76de14287d82dbb68cbc0b0e42127
whitelistContract() view returns (address)
0x8d95b038ca80a986425fa240c3c17fb2b6e9bc63
Read-only
admins(uint256) view returns (address)
checkAvailableTokens(address addr, address tokenAddr) view returns (uint256 tokenAmount)
checkContributorBalance(address addr) view returns (uint256 balance, uint256 cap, uint256 remaining)
contributionCaps(uint256) view returns (uint256)
ethRefundAmount(uint256) view returns (uint256)
State-modifying
Events authorize(address addr, uint256 cap)
authorizeMany(address[] addr, uint256 cap)
closeContributions()
enableTokenWithdrawals(address tokenAddr, bool notDefault)
modifyIndividualCap(address addr, uint256 cap)
modifyLevelCap(uint256 level, uint256 cap)
modifyMaxContractBalance(uint256 amount)
reopenContributions()
revoke(address addr)
submitPool(address receiverAddr, uint256 amountInWei)
tokenFallback(address from, uint256 value, bytes data)
withdraw(address tokenAddr)
withdrawFor(address contributor, address tokenAddr)
ContributorBalanceChanged(address contributor, uint256 totalBalance)
ERC223Received(address token, uint256 value)
EthRefundReceived(address sender, uint256 amount)
EthRefunded(address receiver, uint256 amount)
ReceiverAddressChanged(address _addr)
TokensWithdrawn(address receiver, uint256 amount)
WithdrawalsOpen(address tokenAddr)
constructor(address[] adminList, address whitelistAddr, uint256 individualMin, uint256[] capAmounts, uint256 fee)
fallback()
This contract contains no error objects.