Some asset from requested for approval collection.
Approves Metahub to take an asset from lister account during listing process.
Sets payment token allowance. Allows Metahub to spend specified tokens to cover rental fees.
ERC20 payment token.
Allowance amount.
Returns the amount of token
, currently accumulated by the user.
The account to query the balance for.
The token in which the balance is nominated.
Returns the list of user balances in various tokens.
The account to query the balance for.
Returns the base token that's used for stable price denomination.
Checks whether the asset is approved for listing by the owner.
Returns true
if the asset can be listed, and false
if the required approval is missing.
Returns current Metahub allowance in specified payment tokens for specific payer account.
ERC20 payment token.
Payer account ID.
Returns the number of currently supported assets.
Asset count.
Returns the list of all supported assets.
Starting index.
Max number of items.
Returns the amount of token
, currently accumulated by the universe.
The universe ID.
The token address.
Returns the list of universe balances in various tokens.
The universe ID.
Transfers the specific amount
of token
from a user balance to an arbitrary address.
The balance token.
The amount to be withdrawn.
The payee account.
Transfers the specific amount
of token
from a universe balance to an arbitrary address.
The universe ID.
The balance token.
The amount to be withdrawn.
The payee account.
Generated using TypeDoc
Approves Metahub to take any assets (from given collection) from lister account during listing process.