Skip to content

Transfer ownership

Victor edited this page Oct 11, 2017 · 8 revisions
  1. Open MetaMask Chrome plugin

  2. Connect to the network, where the crowdsale contract is deployed. For example mainnet.

  3. Choose an account, which is the owner of crowdsale. This account should has sufficient balance at this network too.

  4. Send transaction to the address of the token contract with the data = 0xf2fde38b + address_of_the_eth_holder_wallet.

where address_of_the_eth_holder_wallet - address of the wallet - ether holder, which filled as step 3 of ICO Wizard setup, normalized to 32 bytes (required number of zeros before address).

For example, if you need to set wallet address 0x7ae09e9963c835959b06240ba69b00febdff681a, the data should be: 0xf2fde38b0000000000000000000000007ae09e9963c835959b06240ba69b00febdff681a. Amount to send should be 0.

Clone this wiki locally