Insurance Fund
Insurance fund is an ERC20 token.
- Name: Hubble-Insurance-Fund
- Symbol:
HIF
- Address:
0x870850A72490379f60A4924Ca64BcA89a6D53a9d
View in Explorer
Balance
// contract: InsuranceFund/*** @return 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);
Table of Contents