Skip to content

Smart Contracts

Rafael Vidaurre edited this page Sep 27, 2018 · 23 revisions

The following document describes the smart contracts the Front-End interacts with and how those interactions work

Contracts

PolyToken

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

Clone this wiki locally