Compound Prize Pool

The Compound Prize Pool is a Prize Pool that uses Compound as the yield source. When a Compound Prize Pool is created it is configured with the cToken to use for minting and redeeming.

Retrieving the Underlying cToken

To access the underlying cToken, simply call this function:

function cToken() returns (address);

Last updated