Initialize Token and Transfer Ownership
Last updated
Last updated
First we'll select the CONTRACT tab, then the Write Contract button, then Connect to Web3
Click Connect to Web3, ensuring we have our token contract set as our account.
Then scroll down the #5 the initialize action
If you are using remix, be sure and put quotes around everything non-integer including the address, see photo below this one
Block explorer example
Remix example
You can change the name.
The owner
is the account that created the contract, not the contract itself!!
Click write
.
Now scroll to #10, we're going to give up ownership of the token to the tokenpeg account.
You should now see your token in the token tracker section. This is available on the token contract itself.
You're done! Now let's go setup the tokenpeg contract!