Skip to content

Instantly share code, notes, and snippets.

@jochasinga
Created July 14, 2022 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jochasinga/e95859eba786889194d919de11473ed2 to your computer and use it in GitHub Desktop.
Save jochasinga/e95859eba786889194d919de11473ed2 to your computer and use it in GitHub Desktop.
Call to _mintBatch in an ERC-1155 Solidity contract
ERC1155._mintBatch(receiverAddress, [5, 6, 7, 8, /* … */, 105], [1, 1, 1, 1, /* … */ 1], "");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment