Crowdsale
Verified contract
Active on
Ethereum with 1,689 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6091251 | 6 years ago | | | 0.08 | 0.00063000000 | |
| 6091239 | 6 years ago | | | 0.09 | 0.00063000000 | |
| 5852490 | 6 years ago | | | 0 | 0.00013422000 | |
| 5852414 | 6 years ago | | | 0 | 0.00030314503 | |
| 5852399 | 6 years ago | | | 0 | 0.0027242160 | |
| 5852371 | 6 years ago | | | 0 | 0.0021832960 | |
| 5852317 | 6 years ago | | | 0 | 0.0058360080 | |
| 5852270 | 6 years ago | | | 0 | 0.0058223520 | |
| 5852171 | 6 years ago | | | 0 | 0.0040575360 | |
| 5851929 | 6 years ago | | | 0 | 0.0058810080 |
ABI
ABI objects
Getter at block 21244479
MINIMUMINVESTMENTPRESALE() view returns (uint256)
5000000000000000000
MINIMUMINVESTMENTSALE() view returns (uint256)
1000000000000000000
PRESALETOKENMAXSALES() view returns (uint256)
15000000000000000000000000
getInvestorsLength() view returns (uint256)
751
inPresale() view returns (bool)
false
inSale() view returns (bool)
false
owner() view returns (address)
0xf5e38bbedc78efea055e0c56035adb320e64c4bc
presaleRate() view returns (uint256)
687
rate() view returns (uint256)
430
regularTokenMaxSales() view returns (uint256)
22466887493976223165603651
token() view returns (address)
0x4a220e6096b25eadb88358cb44068a3248254675
totalPresaleTokensSold() view returns (uint256)
8533112506023776834396349
totalRegularTokensSold() view returns (uint256)
1431146525791589045463250
weiRaised() view returns (uint256)
15749081076500611736287
Read-only
getInvestorAtIndex(uint256 _index) view returns (address)
getNumPresaleTokensBought(address _address) view returns (uint256)
getNumRegularTokensBought(address _address) view returns (uint256)
getPresaleAllocation(address investor) view returns (uint256)
investors(uint256) view returns (address)
presaleAllocations(address) view returns (uint256)
presaleTokensSold(address) view returns (uint256)
regularTokensSold(address) view returns (uint256)
State-modifying
Events buyPresaleTokens() payable
buyTokens() payable
disableSale()
enableSale()
endPresale()
recordPresalePurchase(address _beneficiary, uint256 _presaleTokens)
refund(address investor)
setPresaleAllocation(address investor, uint256 allocation)
setToken(address _token)
transferTokens()
transferTokensWithOffsetAndLimit(uint256 offset, uint256 limit)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount, uint256 rate)
constructor(address _owner, uint256 _rate, uint256 _presaleRate, uint256 _ownerInitialTokens)
fallback()
This contract contains no error objects.