GNSCompensationHandler

Compensation contract that gives GNS to dev fund renouncing dai revenue and allows users to redeem NFTs that are now deprecated for GNS

gns

contract IERC20 gns

staking

contract IGNSStaking staking

nfts

contract IERC721[5] nfts

devFundUnlockScheduled

bool devFundUnlockScheduled

ClaimInput

struct ClaimInput {
  uint256 nftType;
  uint256[] ids;
}

NftsConverted

DevFundUnlockScheduled

constructor

retireNfts

scheduleDevFundUnlock

Was this helpful?