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

MyTokenTimestampBasedUpgradeable

Inherits: Initializable, ERC20Upgradeable, ERC20PermitUpgradeable, ERC20VotesUpgradeable

Functions

__MyTokenTimestampBased_init

function __MyTokenTimestampBased_init() internal onlyInitializing;

__MyTokenTimestampBased_init_unchained

function __MyTokenTimestampBased_init_unchained() internal onlyInitializing;

clock

function clock() public view override returns (uint48);

CLOCK_MODE

function CLOCK_MODE() public pure override returns (string memory);

_update

function _update(address from, address to, uint256 amount) internal override(ERC20Upgradeable, ERC20VotesUpgradeable);

nonces

function nonces(address owner)
    public
    view
    virtual
    override(ERC20PermitUpgradeable, NoncesUpgradeable)
    returns (uint256);