We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following document describes the smart contracts the Front-End interacts with and how those interactions work
The smart contract for the POLY token. It is an ERC20 token.
Apart from the methods and properties required by ERC20, it also exposes:
increaseApproval(spender: Address, addedValue: number) => bool