InputControl smart contract allows you to specify the order and value of inputs that users can send to your functions. It can be used as global public infrastructure or in a private way.
-
Updated
Aug 17, 2023 - Solidity
InputControl smart contract allows you to specify the order and value of inputs that users can send to your functions. It can be used as global public infrastructure or in a private way.
Solidity smart contract that ensures your functions are only called by an address in a previously allowed order or a previously allowed number of times.
InteractionControl combines different smart contracts to grant total control of your functions if desired. From who calls them to in which order and even with which inputs' values.
ERC1155 Compatible Framework for Creating, Managing, and Interacting with interoperable DAOs
Add a description, image, and links to the trustless topic page so that developers can more easily learn about it.
To associate your repository with the trustless topic, visit your repo's landing page and select "manage topics."