Compound Prize Pool

The Compound Prize Pool is a Prize Pool that uses Compoundarrow-up-right 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 cTokenarrow-up-right, simple call this function:

function cToken() returns (address);

Last updated