Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: Change maxCap for tier from MetaMask #225

Merged
merged 1 commit into from
Oct 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Please, read instruction before you'll start to create crowdsales using ICO Wiza
+ [ICO configuration](#ico-configuration)
+ [Tests](#tests)
+ [Investment with transaction from MetaMask](#investment-with-transaction-from-metamask)
+ [Change maxCap for tier from MetaMask](#change_maxcap_for_tier_from_metamask)
+ [Change maxCap for tier from MetaMask](#change-maxcap-for-tier-from-metamask)
* [Deploying of crowdsale to Mainnet](#deploying-of-crowdsale-to-mainnet)
+ [Time](#time)
+ [Price](#price)
Expand Down Expand Up @@ -213,7 +213,7 @@ where `n` - maxCap of the tier,

`hex(x)` - hexademical representation of `x`, normalized to 32 bytes (required number of zeros before hex).

For example, if you need to set `maxCap = 1000` for tier of crowdsale joined with token of 18 `decimals` the data should be: `0000000000000000000000000000000000000000000000003635c9adc5dea00000`. Amount to send should be 0.
For example, if you need to set `maxCap = 1000` for tier of crowdsale joined with token of 18 `decimals` the data should be: `0x2c2de40a00000000000000000000000000000000000000000000003635c9adc5dea00000`. Amount to send should be 0.

## Deploying of crowdsale to Mainnet

Expand Down