This document defines Debt Module for the CMTA Token specification.
[TOC]
File Name | SHA-1 Hash |
---|---|
./modules/wrapper/extensions/DebtModule.sol | [object Promise] |
Contract | Type | Bases | ||
---|---|---|---|---|
└ | Function Name | Visibility | Mutability | Modifiers |
DebtModule | Implementation | AuthorizationModule, IDebtEngine | ||
└ | __DebtModule_init_unchained | Internal 🔒 | 🛑 | onlyInitializing |
└ | debtEngine | Public ❗️ | NO❗️ | |
└ | setDebtEngine | External ❗️ | 🛑 | onlyRole |
└ | debt | Public ❗️ | NO❗️ | |
└ | creditEvents | Public ❗️ | NO❗️ | |
└ | _getDebtModuleStorage | Private 🔐 |
Symbol | Meaning |
---|---|
🛑 | Function can modify state |
💵 | Function is payable |
This section describes the Ethereum API of Debt Module.