ITagomiPool
struct PoolIndexData
struct PoolIndexData {
uint128 totalUnits;
uint32 wrappedSettledAt;
int96 wrappedFlowRate;
int256 wrappedSettledValue;
}struct MemberData
struct MemberData {
uint128 ownedUnits;
uint32 syncedSettledAt;
int96 syncedFlowRate;
int256 syncedSettledValue;
int256 settledValue;
int256 claimedValue;
}Tagomi_POOL_INVALID_TIME
Tagomi_POOL_NO_POOL_MEMBERS
Tagomi_POOL_NO_ZERO_ADDRESS
Tagomi_POOL_NOT_POOL_ADMIN_OR_GDA
Tagomi_POOL_NOT_GDA
Tagomi_POOL_TRANSFER_UNITS_NOT_ALLOWED
Event MemberUnitsUpdated
Name
Type
Description
Event DistributionClaimed
Name
Type
Description
Fn transferabilityForUnitsOwner
Fn distributionFromAnyAddress
Fn admin
Fn superToken
Fn getTotalUnits
Fn getTotalConnectedUnits
Fn getTotalDisconnectedUnits
Fn getUnits
Name
Type
Description
Fn getTotalFlowRate
Fn getTotalConnectedFlowRate
Fn getTotalDisconnectedFlowRate
Fn getDisconnectedBalance
Name
Type
Description
Fn getMemberFlowRate
Name
Type
Description
Fn getClaimable
Name
Type
Description
Fn getClaimableNow
Name
Type
Description
Fn updateMemberUnits
Name
Type
Description
Fn claimAll
Name
Type
Description
Fn claimAll
Fn increaseAllowance
Name
Type
Description
Name
Type
Description
Fn decreaseAllowance
Name
Type
Description
Name
Type
Description
Last updated
Was this helpful?