This package contains Solidity utilities and libraries used when developing Balancer V3 contracts. Many design decisions and trade-offs have been made in the context of Balancer V3's requirements and constraints (such as reduced bytecode size), which may make these libraries unsuitable for other projects.
Most of the Solidity source code is licensed under the GNU General Public License Version 3 (GPL v3): see LICENSE
.
- The
LogExpMath
contract is licensed under the MIT License.