Addresses

Polygon

DeFi Options has been deployed to Polygon mainnet. Find the verified contracts addresses in the table below:

Kovan

DeFi Options is available on kovan testnet for testing. Contract addresses are provided in the table below:

A freely issuable ERC20 fake stablecoin ("fakecoin") is provided for convenience. Simply issue fakecoin tokens for an address you own to be able to interact with the exchange for depositing funds, writing options and evaluate its functionality:

ERC20Mock fakecoin = ERC20Mock(0xdd8...);
address to = 0xABC
uint value = 1500e18;
fakecoin.issue(to, value);

Last updated