Skip to content

Commit

Permalink
Update Opcodes.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
lidangzzz committed Jun 9, 2023
1 parent 22e2ccf commit 92fa972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions darc-protocol/contracts/protocol/Opcodes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 92fa972

Please sign in to comment.