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

IROFT

Git Source

Inherits: OFT

OFT is an ERC-20 token that extends the OFTCore contract.

To be deployed on external chains

Functions

constructor

constructor(
    string memory _name,
    string memory _symbol,
    address _lzEndpoint,
    address _owner
) OFT(_name, _symbol, _lzEndpoint, _owner) Ownable(_owner);