storage
MixinStorage
constructor
constructor() internalAccounts
struct Accounts {
mapping(address => struct IRigoblockV3PoolState.UserAccount) userAccounts;
}accounts
function accounts() internal pure returns (struct MixinStorage.Accounts s)Pool
struct Pool {
string name;
bytes8 symbol;
uint8 decimals;
address owner;
bool unlocked;
address baseToken;
}pool
PoolWrapper
poolWrapper
poolParams
poolTokens
Last updated