-
Notifications
You must be signed in to change notification settings - Fork 216
Set release agent
What are we doing:
Sets last finalizeAgent contract address as a release agent of token contract
When should we do:
You need to do this, if releaseAgent
property of the tier contract is empty.
-
Choose the network. For example,
(ETH) Etherscan.io
, if your contract is in mainnet.
- Attach to your token contract: token contract address and ABI are from the file downloaded at step 4 of ICO Wizard. CLick Access button.
- In Select a function combo choose
setReleaseAgent
method
- In How would you like to access your wallet? choose any preferable option. If you chose
MetaMask/Mist
, click "Connect to Metamask".
-
Fill addr input with the address of the finalize agent contract (the last one, if you setup multiple tiers), that can be found in the file downloaded at step 4 of ICO Wizard.
-
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.
-
Open MetaMask Chrome plugin
-
Connect to the network, where the crowdsale contract is deployed. For example,
mainnet
. -
Choose an account, which is the owner of crowdsale. This account should has sufficient balance in this network too.
-
Send transaction to the address of the token contract with the data =
0x29ff4f53
+address_of_the_finalize_agent_contract
.
where address_of_the_finalize_agent_contract
- address of the finalize agent contract, normalized to 32 bytes (required number of zeros before address).
For example, if you need to set finalize agent address 0x1be7505450bcd62b2001db8eefb9be1706db45c6
as release agent for token, the data should be: 0x29ff4f530000000000000000000000001be7505450bcd62b2001db8eefb9be1706db45c6
. Amount to send should be 0.
- 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