Compound Prize Pool
Last updated
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.
To access the underlying cToken, simply call this function:
function cToken() returns (address);Last updated