OFT
Inherits: OFTCore, ERC20, IOFT
Functions
constructor
constructor(string memory _name, string memory _symbol, address _lzEndpoint)
ERC20(_name, _symbol)
OFTCore(_lzEndpoint);
supportsInterface
function supportsInterface(bytes4 interfaceId) public view virtual override(OFTCore, IERC165) returns (bool);
token
function token() public view virtual override returns (address);
circulatingSupply
function circulatingSupply() public view virtual override returns (uint256);
_debitFrom
function _debitFrom(address _from, uint16, bytes memory, uint256 _amount) internal virtual override returns (uint256);
_creditTo
function _creditTo(uint16, address _toAddress, uint256 _amount) internal virtual override returns (uint256);