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