PresalePool
Verified contract
Active on
Ethereum with 159 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,203.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MXC | ERC-20 | 525.331386K | $0.006098 |
$3,203.29 | |
COLLAR | ERC-20 | 10M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10266616 | 4 years ago | | | 0 | 0.0023509238 | |
| 10252179 | 4 years ago | | | 0 | 0.0025635400 | |
| 10252130 | 4 years ago | | | 0 | 0.0010636000 | |
| 9683372 | 5 years ago | | | 0 | 0.0029297600 | |
| 9619183 | 5 years ago | | | 0 | 0.00012520080 | |
| 9482496 | 5 years ago | | | 0 | 0.00033822400 | |
| 9477473 | 5 years ago | | | 0 | 0.00016911200 | |
| 9426924 | 5 years ago | | | 0 | 0.00098185000 | |
| 9330961 | 5 years ago | | | 0 | 0.00063498600 | |
| 9330947 | 5 years ago | | | 0 | 0.00057726000 |
ABI
ABI objects
Getter at block 21324769
activeToken() view returns (address)
0x5ca381bbfb58f0092df149bd3d243b08b9a8386e
addressChangeBlock() view returns (uint256)
0
checkPoolBalance() view returns (uint256 poolCap, uint256 balance, uint256 remaining)
(poolCap=300000000000000000000, balance=0, remaining=0)
contractStage() view returns (uint8)
2
contributionMin() view returns (uint256)
100000000000000000
feePct() view returns (uint256)
5000000000000000000
finalBalance() view returns (uint256)
300000000000000000000
maxGasPrice() view returns (uint256)
50000000000
nextCapTime() view returns (uint256)
0
nextContributionCap() view returns (uint256)
300000000000000000000
owner() view returns (address)
0xef42c2f3c2c76de14287d82dbb68cbc0b0e42127
receiverAddress() view returns (address)
0x527226771783f611edb5792c44b49f82c90da669
whitelistContract() view returns (address)
0xf6e386fa4794b58350e7b4cb32b6f86fb0f357d4
Read-only
checkAvailableTokens(address addr, address tokenAddr) view returns (uint256 tokenAmount)
checkContributorBalance(address addr) view returns (uint256 balance, uint256 cap, uint256 remaining)
ethRefundAmount(uint256) view returns (uint256)
State-modifying
Events enableTokenWithdrawals(address tokenAddr, bool notDefault)
modifyCap(uint256 cap)
modifyIndividualCap(address addr, uint256 cap)
modifyMaxContractBalance(uint256 amount)
modifyNextCap(uint256 time, uint256 cap)
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 contractCap, uint256 cap, uint256 fee)
fallback()
This contract contains no error objects.