interfaces
Fully qualified path: tokentable_v2::components::interfaces
Modules
| deployer | SPDX-License-Identifier: Apache 2.0 TokenTable Deployer Interface This is the deployer for all TokenTable core and proxy contracts. All initial setup and configuration is automatically done here…. |
| feecollector | SPDX-License-Identifier: Apache 2.0 TokenTable Fee Collector Interface This interface handles TokenTable service fee calculation. |
| futuretoken | SPDX-License-Identifier: Apache 2.0 TokenTable FutureToken Interface The lightweight interface for TTFutureTokenV2(.5.x), which handles unlocking schedule ownership for TokenTable. |
| hook | SPDX-License-Identifier: Apache 2.0 TokenTable Hook Interface You must implement this interface to become a valid hook for TokenTable Unlocker. |
| mockerc20 | — |
| unlocker | SPDX-License-Identifier: Apache 2.0 TokenTable Unlocker Interface The lightweight interface for TokenTableUnlockerV2(.5.x), which handles token unlocking and distribution for TokenTable. |
| versionable | SPDX-License-Identifier: Apache 2.0 TokenTable Versioning Interface This interface is implemented by all major TokenTable contracts to keep track of their versioning for upgrade compatibility checks. |