PresalePool
Verified contract
Active on
Ethereum with 632 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($26.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SKM | ERC-20 | 412.2126K | $0.000064 |
$26.39 | |
MXC | ERC-20 | 0.1 | $0.005331 |
$0 | |
SKM | ERC-20 | 412.2126K | -- | -- | |
UBT | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11827742 | 4 years ago | | | 0 | 0.0040320000 | |
| 11827738 | 4 years ago | | | 0 | 0.0048473040 | |
| 9331071 | 5 years ago | | | 0 | 0.00062977600 | |
| 9331058 | 5 years ago | | | 0 | 0.0010796160 | |
| 8129857 | 5 years ago | | | 0 | 0.00031908000 | |
| 7968642 | 5 years ago | | | 0 | 0.00024261000 | |
| 7852387 | 5 years ago | | | 0 | 0.00088400000 | |
| 6921668 | 6 years ago | | | 0 | 0.00016982700 | |
| 6920281 | 6 years ago | | | 0 | 0.0014556600 | |
| 6919230 | 6 years ago | | | 0 | 0.00099470100 |
ABI
ABI objects
Getter at block 21284694
activeToken() view returns (address)
0xd99b8a7fa48e25cce83b81812220a3e03bf64e5f
addressChangeBlock() view returns (uint256)
0
checkPoolBalance() view returns (uint256 poolCap, uint256 balance, uint256 remaining)
(poolCap=4000000000000000000000, balance=0, remaining=0)
contractStage() view returns (uint8)
3
contributionMin() view returns (uint256)
100000000000000000
feePct() view returns (uint256)
5000000000000000000
finalBalance() view returns (uint256)
2150200000000000000000
maxGasPrice() view returns (uint256)
50000000000
nextCapTime() view returns (uint256)
0
owner() view returns (address)
0xef42c2f3c2c76de14287d82dbb68cbc0b0e42127
receiverAddress() view returns (address)
0x919d5006db722d1484f0339a79677dcf4f9ccdd9
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)
nextContributionCaps(uint256) view returns (uint256)
State-modifying
Events authorize(address addr, uint256 cap)
authorizeMany(address[] addr, uint256 cap)
closeContributions()
enableTokenWithdrawals(address tokenAddr, bool notDefault)
modifyAllLevelCaps(uint256[] cap, uint256 time)
modifyIndividualCap(address addr, uint256 cap)
modifyLevelCap(uint256 level, uint256 cap)
modifyMaxContractBalance(uint256 amount)
reopenContributions()
revoke(address addr)
setReceiverAddress(address addr)
submitPool(uint256 amountInWei)
toggleWhitelist(bool active)
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)
PoolSubmitted(address receiver, uint256 amount)
ReceiverAddressSet(address _addr)
TokensWithdrawn(address receiver, address token, uint256 amount)
WithdrawalsOpen(address tokenAddr)
constructor(address receiverAddr, uint256[] capAmounts, uint256 fee)
fallback()
This contract contains no error objects.