STRGetter.sol
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↗ Extends: ↘ Derived Contracts:
STRGetter
Constants & Variables
Returns the list of tickers owned by the selected address
Arguments
Name
Type
Description
_owner
address
is the address which owns the list of tickers
Arguments
Name
Type
Description
_ticker
bytes32
Returns the list of tokens owned by the selected address
Arguments
Name
Type
Description
_owner
address
is the address which owns the list of tickers
Returns the list of all tokens
Arguments
Name
Type
Description
Returns the list of tokens owned by the selected address
Arguments
Name
Type
Description
_allTokens
bool
if _allTokens is true returns all tokens despite on the second parameter
_owner
address
is the address which owns the list of tickers
Arguments
Name
Type
Description
_ticker
bytes32
_allTokens
bool
_owner
address
Returns the list of tokens to which the delegate has some access
Arguments
Name
Type
Description
_delegate
address
is the address for the delegate
Arguments
Name
Type
Description
_token
address
_delegate
address
Returns the owner and timestamp for a given ticker
Returns
address
Arguments
Name
Type
Description
_ticker
string
is the ticker symbol
Returns the security token address by ticker symbol
Returns
address
Arguments
Name
Type
Description
_ticker
string
is the ticker of the security token
Returns the security token data by address
Returns
string is the ticker of the security Token.
Arguments
Name
Type
Description
_securityToken
address
is the address of the security token.
Returns the current STFactory Address
Arguments
Name
Type
Description
Returns the STFactory Address of a particular version
Arguments
Name
Type
Description
_protocolVersion
uint256
Packed protocol version
Gets Protocol version
Arguments
Name
Type
Description
Gets the fee currency
Returns
true = poly, false = usd
Arguments
Name
Type
Description
Gets the expiry limit
Returns
Expiry limit
Arguments
Name
Type
Description
Gets the status of the ticker
Returns
bool
Arguments
Name
Type
Description
_ticker
string
Ticker whose status need to determine
Gets the owner of the ticker
Returns
address Address of the owner
Arguments
Name
Type
Description
_ticker
string
Ticker whose owner need to determine