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

IROFTAdapter

Git Source

Inherits: OFTAdapter

OFTAdapter uses a deployed ERC-20 token and SafeERC20 to interact with the OFTCore contract.

To be deployed on berachain referencing IR as token.

Functions

constructor

constructor(address _token, address _lzEndpoint, address _owner)
    OFTAdapter(_token, _lzEndpoint, _owner)
    Ownable(_owner);