🌥️

Insurance Fund

Insurance fund is an ERC20 token.

Name: Hubble-Insurance-Fund

Symbol: HIF

Balance

contract: InsuranceFund

/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);

pricePerShare()

contract: InsuranceFund

/**
* @return The hUSD amount backing each Insurance Fund share
*/
function pricePerShare() external view returns (uint);