šŸŽ‰ Welcome to PartyFinance documentation!
Protocol
Contracts
libraries
LibERC20

LibERC20

Transfer

event Transfer(address from, address to, uint256 amount)

_mint

function _mint(address account, uint256 amount) internal

Mint tokens for a given account

Parameters

NameTypeDescription
accountaddressAddress recipient
amountuint256Amount of tokens to be minted

_burn

function _burn(address account, uint256 amount) internal

Burn tokens held by given account

Parameters

NameTypeDescription
accountaddressAddress of burned tokens
amountuint256Amount of tokens to be burnt