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

MyTokenWrappedUpgradeable

Inherits: Initializable, ERC20Upgradeable, ERC20PermitUpgradeable, ERC20VotesUpgradeable, ERC20WrapperUpgradeable

Functions

__MyTokenWrapped_init

function __MyTokenWrapped_init(IERC20 wrappedToken) internal onlyInitializing;

__MyTokenWrapped_init_unchained

function __MyTokenWrapped_init_unchained(IERC20) internal onlyInitializing;

decimals

function decimals() public view override(ERC20Upgradeable, ERC20WrapperUpgradeable) returns (uint8);

_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);