Created
July 14, 2022 22:05
-
-
Save jochasinga/e95859eba786889194d919de11473ed2 to your computer and use it in GitHub Desktop.
Call to _mintBatch in an ERC-1155 Solidity contract
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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