var (
CacheExpiration time.Duration = 120 * time.Minute CacheCleanup time.Duration = 150 * time.Minute CacheDir string// caches all the pool contracts from a masterchef PoolInfoCache *cache.Cache
PoolLenghtsCache *cache.Cache
)
type PoolInfo struct {
// return values from poolInfo call Address common.Address AllocPoint *big.Int LastRewardBlock *big.Int AccTokenPerShare *big.Int// additional info for further processing Id *big.Int
}