String
A cursor for use in pagination.
[PrimePool]
A list of prime pools.
See PrimePool
Show Properties
Show Properties
String
The ID of the contract-level Prime Pool (poolContractAddress:networkId). For example,
0x89bb49d06610b4b18e355504551809be5177f3d0:1.String
The contract address for the Prime Pool.
Int
The network ID the Prime Pool is deployed on.
String
The ID of the pool within the contract.
PrimePoolCalcData
Values calculated by Defined using on-chain data.
See PrimePoolCalcData
Show Properties
Show Properties
String
The amount of accumulated PRIME rewards in total for the pool.
String
The amount of accumulated PRIME rewards per share for the pool.
String
The amount of accumulated ETH rewards in total for the pool.
String
The amount of accumulated ETH rewards per share for the pool.
String
The amount of PRIME for the pool to pay out as caching rewards.
String
The amount of ETH for the pool to pay out as caching rewards.
String
The amount of PRIME paid out daily by the pool as caching rewards.
String
The amount of PRIME paid out per second by the pool as caching rewards.
String
The amount of ETH paid out daily by the pool as caching rewards.
String
The amount of ETH paid out per second by the pool as caching rewards.
String
The amount of PRIME paid out daily by the pool, per share of the pool’s total cached supply.
String
The amount of PRIME paid out per second by the pool, per share of the pool’s total cached supply.
String
The amount of ETH paid out daily by the pool, per share of the pool’s total cached supply.
String
The amount of ETH paid out per second by the pool, per share of the pool’s total cached supply.
PrimePoolChainData
Values obtained directly from the chain.
See PrimePoolChainData
Show Properties
Show Properties
Boolean
Whether caching is paused for this pool.
String
How much ETH has been claimed for this pool.
String
How much ETH reward has been accrued for this pool.
String
The pool’s allocation of the contract’s per-second ETH rewards.
String
Total share points of the contract’s per-second ETH rewards to the pool.
Int
Caching ETH rewards period start timestamp.
Int
Caching ETH rewards period end timestamp.
Int
Last timestamp at which ETH rewards were assigned.
String
Minimum number of timed cache seconds per ETH.
String
The pool’s allocation of the contract’s per second PRIME rewards.
String
Total share points of the contract’s per second PRIME rewards to the pool.
String
Caching rewards period start timestamp.
Int
Caching rewards period end timestamp.
Int
Last timestamp at which PRIME rewards were assigned.
Int
When the pool was created by Defined.
Int
The block number for when Defined discovered this pool.
String
The transaction hash of when Defined discovered this pool.
String
The contract address for the tokens cached ib the pool.
String
The type of pool for this Prime Pool.
[String]
The Parallel tokenIds required to cache in the pool.
String
The # of cached sets in the pool.
Used By
Returned by- getPrimePools (deprecated): Returns a list of Prime pools.