-
Notifications
You must be signed in to change notification settings - Fork 212
Set finalize agent
Sets finalizeAgent contract address as a finalize agent of crowdsale contract
-
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 crowdsale contract with the data =
0x19b667da+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 for tier, the data should be: 0x19b667da0000000000000000000000001be7505450bcd62b2001db8eefb9be1706db45c6. 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