For the complete documentation index, see llms.txt. This page is also available as Markdown.

Versionable

IVersionable

This interface is implemented by all major TokenTable contracts to keep track of their versioning for upgrade compatibility checks.

version

function version() external pure returns (string)

Last updated