FundRequest / contracts

Contracts for FundRequest (platform, token, crowdsale)

Home Page:https://fundrequest.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As a user I buy FND tokens during the token presale

gerbert-vandenberghe opened this issue · comments

Context

The tokens will already be generated and distributed to participants to the presale. The token contract will thus have to support multiple funding rounds. To support this the presale contract will need to have a number of functions.

Functions

  • Whitelist an address:
    • Only whitelisted addresses can transfer ETH to the contract. Other transfers fail.
    • When whitelisting an address the ETH address, the amount of tokens / ETH and the percentage of tokens to be vested are

Testcases