Skip to content

Commit

Permalink
Create BatchCreateTokenClassExpressionFunction.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
lidangzzz committed Jun 5, 2023
1 parent 9edc2cb commit e9e4a72
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8.9;
/**
* @title ConditionExpressionFunctions
* @author DARC Team
* @notice Functions of criteria expression related to Machine State
*/


import "../../../../MachineState.sol";
import "../../../../MachineStateManager.sol";
import "../../../../Utilities/StringUtils.sol";
import "../../../../Utilities/OpcodeMap.sol";

contract BatchCreateTokenClassExpressionFunction is MachineStateManager {

}

0 comments on commit e9e4a72

Please sign in to comment.