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

IOptionToken

Git Source

Functions

initialize

function initialize(
    string memory name,
    string memory symbol,
    address marginEngine
) external;

mint

function mint(
    address to,
    uint256 amount
) external;

burn

function burn(
    address from,
    uint256 amount
) external;

totalSupply

function totalSupply() external view returns (uint256);