PreSalePool02
Verified contract
Active on
Ethereum with 238 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7a01…98a2
Balances ($0.00)
No balances found for "PreSalePool02"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16607465 | 2 years ago | | | 0 | 0.0018839636 | |
| 16607459 | 2 years ago | | | 0 | 0.0024916833 | |
| 16607453 | 2 years ago | | | 0 | 0.0027094613 | |
| 16607419 | 2 years ago | | | 0 | 0.0020792430 | |
| 16607404 | 2 years ago | | | 0 | 0.0025167621 | |
| 16607391 | 2 years ago | | | 0 | 0.0025794850 | |
| 16607367 | 2 years ago | | | 0 | 0.0023453770 | |
| 16607364 | 2 years ago | | | 0 | 0.0025231255 | |
| 16607322 | 2 years ago | | | 0 | 0.0027911496 | |
| 16607316 | 2 years ago | | | 0 | 0.0024597265 |
ABI
ABI objects
Getter at block 21297581 getAvailableTokensForSale() view returns (uint256 availableTokens)
ONE() view returns (uint256)
1000000000000000000
factory() view returns (address)
0x736d94c7a7a10bde969d7d4ed070cd758b9345f4
fundingWallet() view returns (address)
0xdbbfd593132aabc2c68b01956f1d2408ae4a9449
maxCap() view returns (uint256)
0
owner() view returns (address)
0xa7c99c679d9f5666df45cc2350c119586da0091f
paused() view returns (bool)
false
signer() view returns (address)
0x88e5b4a7c6c94a3b78ad369f9badd1155a32cd39
taxRate() view returns (uint256)
0
token() view returns (address)
0x7a01b5d3a4de58d9af305aeb5c85f642453798a2
tokenSold() view returns (uint256)
99999999999999999999899920
totalUnclaimed() view returns (uint256)
99999999999999999999899920
useWhitelist() view returns (bool)
true
weiRaised() view returns (uint256)
300000000000
Read-only
getClaimMessageHash(address _candidate, uint256 _amount) pure returns (bytes32)
getEthSignedMessageHash(bytes32 _messageHash) pure returns (bytes32)
getMessageHash(address _candidate, uint256 _amount) pure returns (bytes32)
getOfferedCurrencyDecimals(address _token) view returns (uint256)
getOfferedCurrencyRate(address _token) view returns (uint256)
getSignerAddress(bytes32 _messageHash, bytes _signature) pure returns (address signer)
investedAmountOf(address, address) view returns (uint256)
offeredCurrencies(address) view returns (uint256 decimals, uint256 rate)
splitSignature(bytes _signature) pure returns (bytes32 r, bytes32 s, uint8 v)
userClaimed(address) view returns (uint256)
userPurchased(address) view returns (uint256)
verify(address _signer, address _candidate, uint256 _amount, bytes signature) pure returns (bool)
verifyClaimToken(address _signer, address _candidate, uint256 _amount, bytes signature) pure returns (bool)
State-modifying
Events buyTokenByTokenWithPermission(address _token, uint256 _amount, address _candidate, bytes _signature)
changeSaleToken(address _token)
claimTokens(address _candidate, uint256 _amount, bytes _signature)
emergencyWithdraw(address _wallet, uint256 _amount)
initialize(address _token, address _offeredCurrency, uint256 _offeredRate, uint256 _offeredCurrencyDecimals, uint256 _taxRate, address _wallet, address _signer)
pause()
setMaxCap(uint256 _maxCap)
setNewSigner(address _newSigner)
setOfferedCurrencyDecimals(address _token, uint256 _decimals)
setOfferedCurrencyRate(address _token, uint256 _rate)
setOfferedCurrencyRateAndDecimals(address _token, uint256 _rate, uint256 _decimals)
setPoolExtentions(bool _whitelist)
setTaxRate(uint256 _taxRate)
transferOwnership(address _newOwner)
unpause()
CapacityChanged()
EmergencyWithdraw(address wallet, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PoolStatsChanged()
PresalePoolCreated(address token, address offeredCurrency, uint256 offeredCurrencyDecimals, uint256 offeredCurrencyRate, uint256 taxRate, address wallet, address owner)
SetTaxRate(uint256 taxRate)
TokenChanged(address token)
TokenClaimed(address user, uint256 amount)
TokenPurchaseByEther(address indexed purchaser, uint256 value, uint256 taxFee, uint256 amount)
TokenPurchaseByToken(address indexed purchaser, address token, uint256 value, uint256 taxFee, uint256 amount)
Unpause()
constructor()
fallback()
receive()
This contract contains no error objects.