This is the technical reference related to the interface for any super token pool regardless of the distribution schemes.
A boolean indicating whether pool members can transfer their units
A boolean indicating whether addresses other than the pool admin can distribute via the pool
The admin is the creator of the pool and has permissions to update member units and is the recipient of the adjustment flow rate
The pool admin
The SuperToken for the pool
The total units of the pool
The total number of units of connected members
The total number of units of disconnected members
The total number of units for memberAddress
The total flow rate of the pool
The flow rate of the connected members
The flow rate of the disconnected members
The balance of all the disconnected members at time
The flow rate a member is receiving from the pool
The claimable balance for memberAddr
at time
in the pool
The claimable balance for memberAddr
at block.timestamp
in the pool
Sets memberAddr
ownedUnits to newUnits
Claims the claimable balance for memberAddr
at block.timestamp
Claims the claimable balance for msg.sender
at block.timestamp
Increases the allowance of spender
by addedValue
Decreases the allowance of spender
by subtractedValue
Parameters
Parameters
Parameters
Parameters
Parameters
Parameters
Parameters
Parameters
Parameters
Parameters
Return Values
Parameters
Return Values
token
contract ITagomiToken
member
address
oldUnits
uint128
newUnits
uint128
token
contract ITagomiToken
member
address
claimedAmount
int256
totalClaimed
int256
memberAddress
address
The address of the member
time
uint32
The time to query
memberAddress
address
The address of the member
memberAddr
address
The address of the member
time
uint32
The time to query
memberAddr
address
The address of the member
memberAddr
address
The address of the member
newUnits
uint128
The new units for the member
memberAddr
address
The address of the member
spender
address
The address of the spender
addedValue
uint256
The amount to increase the allowance by
[0]
bool
true if successful
spender
address
The address of the spender
subtractedValue
uint256
The amount to decrease the allowance by
[0]
bool
true if successful