SToken
Implements digital call (Spear) and digital put (Shield) options as ERC-20 tokens (STokens).
mint
function mint(address account, uint256 amount) external override onlyOwnerburn
function burn(address account, uint256 amount) external override onlyOwnerdecimals
Last updated
Was this helpful?