From 92fa97256ef2459f67bc80ba2ded4de28a13cee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=8B=E5=85=9A=20Lidang?= Date: Fri, 9 Jun 2023 04:52:57 -0500 Subject: [PATCH] Update Opcodes.sol --- darc-protocol/contracts/protocol/Opcodes.sol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/darc-protocol/contracts/protocol/Opcodes.sol b/darc-protocol/contracts/protocol/Opcodes.sol index bb885e4..fa6e7b6 100644 --- a/darc-protocol/contracts/protocol/Opcodes.sol +++ b/darc-protocol/contracts/protocol/Opcodes.sol @@ -270,6 +270,9 @@ enum EnumOpcode { /** * @notice Batch Burn tokens and Refund + * @param UINT256_2D[0] uint256[] tokenClassArray: the array of the token class index to burn tokens from + * @param UINT256_2D[1] uint256[] amountArray: the array of the amount of the token to burn + * @param UINT256_2D[2] uint256[] priceArray: the price of each token class to burn * ID:30 */ BATCH_BURN_TOKENS_AND_REFUND,