TBY
Overview
Term Bound Yield tokens or TBY
s for shorts are the yield generating receipt tokens for lenders within BloomPool
s. TBY
s are ERC1155
compatible multi-tokens who's token id
s represent specific yield generating periods. Token id
s will start at 0
and increment sequential by one. For me information on TBY
s please refer to the Tokenized Rwa
section of the docs.
Below is the unique interface of TBY
s. Additionally, all ERC1155
functions are present within the contract as well.
Contract API
bloomPool
bloomPool
Returns the address of the BloomPool contract.
name
name
Returns the name of the token. Will return Term Bound Yield
.
symbol
symbol
Returns the symbol of the token. Will always return TBY
decimals
decimals
Returns the number of decimals for the token. This value will match the asset
of the associated BloomPool
.
totalSupply
totalSupply
Returns the total supply of a given token id
.
Last updated