state
Last updated
Last updated
Returns how many pool tokens a user holds.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Returns the aggregate pool generic storage.
Name | Type | Description |
---|---|---|
Returns the address of the owner.
Decimals are initialized at proxy creation.
Returns the struct containing pool initialization parameters.
Symbol is stored as bytes8 but returned as string in the returned struct, unlocked is omitted as alwasy true.
Returns the struct compaining pool parameters.
Returns the struct containing pool tokens info.
Returns a string of the pool name.
Name maximum length 31 bytes.
Returns a string of the pool symbol.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
who
address
Address of the target account.
[0]
uint256
Number of pool.
poolInitParams
struct IRigoblockV3PoolState.ReturnedPool
The pool's initialization parameters.
poolVariables
struct IRigoblockV3PoolState.PoolParams
The pool's variables.
poolTokensInfo
struct IRigoblockV3PoolState.PoolTokens
The pool's tokens info.
[0]
address
Address of the owner.
[0]
uint8
Number of decimals.
[0]
struct IRigoblockV3PoolState.ReturnedPool
ReturnedPool struct.
[0]
struct IRigoblockV3PoolState.PoolParams
PoolParams struct.
[0]
struct IRigoblockV3PoolState.PoolTokens
PoolTokens struct.
[0]
string
String of the name.
[0]
string
String of the symbol.