PresalePool
Verified contract
Active on
Ethereum with 290 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8d95…bc63
Balances ($1.81)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,348.39 |
$0 | |
TRAC | ERC-20 | 2 | $0.905867 |
$1.81 | |
FT | ERC-20 | 136.166667K | -- | -- | |
YOO | ERC-20 | 19.001K | -- | -- | |
MGC | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9331085 | 5 years ago | | | 0 | 0.00062496000 | |
| 6212561 | 6 years ago | | | 0 | 0.00054820000 | |
| 5747765 | 6 years ago | | | 0 | 0.0046742800 | |
| 5747756 | 6 years ago | | | 0 | 0.0039890800 | |
| 5692930 | 6 years ago | | | 0 | 0.0025491300 | |
| 5689011 | 6 years ago | | | 0 | 0.0012745650 | |
| 5684886 | 6 years ago | | | 0 | 0.0046742800 | |
| 5670101 | 7 years ago | | | 0 | 0.00084971000 | |
| 5668523 | 7 years ago | | | 0 | 0.00093468100 | |
| 5667417 | 7 years ago | | | 0 | 0.0034838110 |
ABI
ABI objects
Getter at block 21260689
activeToken() view returns (address)
0x78a73b6cbc5d183ce56e786f6e905cadec63547b
checkPoolBalance() view returns (uint256 poolCap, uint256 balance, uint256 remaining)
(poolCap=675000000000000000000, balance=40, remaining=0)
contractStage() view returns (uint8)
3
contributionMin() view returns (uint256)
100000000000000000
feePct() view returns (uint256)
5000000000000000000
finalBalance() view returns (uint256)
675000000000000000000
maxGasPrice() view returns (uint256)
50000000000
owner() view returns (address)
0xef42c2f3c2c76de14287d82dbb68cbc0b0e42127
receiverAddress() view returns (address)
0x0d15719e1d47bd37a39dcf30e3725777cf639241
whitelistContract() view returns (address)
0x8d95b038ca80a986425fa240c3c17fb2b6e9bc63
Read-only
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(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)
TokensWithdrawn(address receiver, uint256 amount)
WithdrawalsOpen(address tokenAddr)
constructor(address receiverAddr, address whitelistAddr, uint256 individualMin, uint256[] capAmounts, uint256 fee)
fallback()
This contract contains no error objects.