-
Notifications
You must be signed in to change notification settings - Fork 215
Finalize crowdsale
To make distributed from Token Wizard tokens movable, you should finalize your crowdsale, when the crowdsale is ended. To do this you need to send 1 transaction to the last tier of your crowdsale. If you have only one tier, you need to send a transaction to it.
You can finalize crowdsale only once. Next call to finalize()
will cause an error. See example of the error.
Note: If you setup reserved tokens you should distribute them first before finalizing crowdsale.
-
Go to the manage crowdsale page for your crowdsales (see instructions here)
-
If the crowdsale is ended and has not been finalized yet, the Finalize button will be enabled. Click it.
-
Confirm the transaction.
-
Choose the network. For example,
(ETH) Etherscan.io
, if your contract is inmainnet
.
-
Attach to your last tier contract. The last tier contract address and its ABI are taken from the file downloaded at Step 4 of Token Wizard:
- The last tier contract address is at this line: Crowdsale contract address for [last tier name] in the file.
- ABI of the crowdsale contract is under this line: Crowdsale contract ABI: in the file.
Then click Access button.
- In Select a function combo choose
finalize
method.
- In How would you like to access your wallet? choose any preferable option. If you chose
MetaMask/Mist
, click "Connect to Metamask".
-
Click Write.
-
Choose 0 in Amount to Send. The Gas Limit will be calculated automatically. Click "Generate transaction".
- You'll see the transaction data. Click Yes, I am sure. Make transaction..
- Confirm transaction in MetaMask popup.
- Introduction
- Demo
- Requirements
- Strategy
- How to run
- Using POA Networks
- Deployment Time & Gas
- Verifying Smart-Contracts
- Possible Tx Failures
- Token Wizard Projects
- Notable Contributors
- Support
- Disclaimer
- FAQ
- Change Start & End Times
- Change max cap for tier
- Change rate
- Distribute reserved tokens
- Finalize crowdsale