TheoITokenProduct
Documentation for eth_defi.tokenised_fund.theo.constants.TheoITokenProduct Python class.
- class TheoITokenProduct
Bases:
objectA reviewed Theo multi-asset iToken product.
- Parameters
chain_id – EVM chain hosting the canonical iToken.
token – iToken ERC-20 share address.
first_seen_at_block – First Ethereum block containing proxy bytecode.
first_seen_at – Deployment time as a naive UTC datetime.
Attributes summary
chain_idtokensymbolproduct_namehomepagefirst_seen_at_blockfirst_seen_atMethods summary
__init__(chain_id, token, symbol, ...)- __init__(chain_id, token, symbol, product_name, homepage, first_seen_at_block, first_seen_at)
- Parameters
chain_id (int) –
token (eth_typing.evm.HexAddress) –
symbol (str) –
product_name (str) –
homepage (str) –
first_seen_at_block (int) –
first_seen_at (datetime.datetime) –
- Return type
None