Skip to content

Instantly share code, notes, and snippets.

@tv3636
Created September 1, 2021 22:17
Show Gist options
  • Save tv3636/c3742f4213211322373293f286a59df2 to your computer and use it in GitHub Desktop.
Save tv3636/c3742f4213211322373293f286a59df2 to your computer and use it in GitHub Desktop.

Wizard Spells

Contract Address: 0x38e942948Cea825992F105e0EC4A2ee9138AFaE4

Minting

  1. Head to https://etherscan.io/address/0x38e942948cea825992f105e0ec4a2ee9138afae4#writeContract
  2. Connect your wallet via Metamask or Walletconnect using the Connect to Web3 button:

Screen Shot 2021-09-01 at 3 14 05 PM

  1. Once your wallet is connected, use either the claimForWizard or claimForWizards functions to mint spells for your wizards

Screen Shot 2021-09-01 at 3 10 13 PM

claimForWizard

Enter the tokenId of the wizard you are claiming a spell for. You must own the wizard to claim the spell. The transaction is free but you will need to pay gas. For example: Screen Shot 2021-09-01 at 3 11 39 PM

claimForWizards

Enter the tokenIds of the wizards you are claiming spells for, separated by commas. You must own the wizards to claim the spell. Again, the transaction is free but gas is required. Example: Screen Shot 2021-09-01 at 3 12 42 PM

claim

Enter the tokenId of the spell you'd like to claim. Valid tokenIds are 10000 through 12000, and are available to mint to the general public regardless of owning wizards. The transaction is free but requires gas. Example: Screen Shot 2021-09-01 at 3 16 31 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment