Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

RollupsContract

Git Source

Inherits: IVersionGetter

Functions

version

function version()
    external
    pure
    override
    returns (
        uint64 major,
        uint64 minor,
        uint64 patch,
        string memory preRelease,
        string memory buildMetadata
    );