# Functions
BalanceOfDecimal returns the IndexPool balance in decimal (non wei) format.
GetProposalState returns the state of the proposal.
NewClient returns an eth client connected to an RPC.
NewInfuraClient returns an eth client connected to infura.
ProposalFromUint returns a proposal.
StakeBalanceOf returns the balance of staking tokens owned by account.
StakeEarned returns the amount of staking tokens earned.
# Variables
No description provided by the author
No description provided by the author
CC10StakingAddress is the address of the CC10 staking contract.
CC10TokenAddress is the address of the CC10 token/pool contract.
CC10UNILPStakingAddress is the address of the ETH-CC10 uniswap staking contract.
DAITokenAddress is the address of the MCD (Multi Collateral DAI) contract.
No description provided by the author
DEFI5StakingAddress is the address of the DEFI5 staking contract.
DEFI5TokenAddress is the address of the DEFI5 token/pool contract.
DEFI5UNILPStakingAddress is the address of the ETH-DEFI5 Uniswap staking contract.
DEGEN10TokenAddress is the address of the DEGEN10 token contract.
ERRORTokenAddress is the address of the error token contract.
No description provided by the author
No description provided by the author
GovernorAlpha is the address of the GovernorALpha governance contract.
IndexPools contains all current available idnex pools note that it may not be truly up-to-date.
InfuraHTTPURL is the URL for INFURA HTTP access.
InfuraWSURL is the URL for INFURA websockets access.
NDXTokenAddress is the address of the NDX contract.
NFTPTokenAddress is the address of the nftp token contract.
ORCL5TokenAddress is the address of the ORCL5 token/pool contract.
No description provided by the author
No description provided by the author
No description provided by the author
WETHTokenAddress is the address of the WETH token contract.
# Interfaces
ERC20I denotes ERC20 interface functions.
IndexPool provides helper functions around the IndexPool contract.
IndexPoolRead are read-only IndexPool contract calls See https://docs.indexed.finance/indexed-finance-docs/smart-contracts/pool#indexpool for more information.
# Type aliases
ProposalState indicates a state that a proposal may be in.