FranklinProduct
Documentation for eth_defi.tokenised_fund.franklin.constants.FranklinProduct Python class.
- class FranklinProduct
Bases:
objectOne reviewed Franklin Templeton Benji fund-token deployment.
- Parameters
chain_id – EVM chain hosting the fund-share token.
token – Fund-token proxy address.
symbol – ERC-20 share-token symbol.
product_name – Human-readable fund name.
short_description – Compact public fund description.
description – Longer public fund description.
first_seen_at_block – Proxy creation block from Blockscout.
first_seen_at – Proxy creation timestamp as a naive UTC datetime.
Attributes summary
chain_idtokensymbolproduct_nameshort_descriptiondescriptionfirst_seen_at_blockfirst_seen_atMethods summary
__init__(chain_id, token, symbol, ...)- __init__(chain_id, token, symbol, product_name, short_description, description, first_seen_at_block, first_seen_at)
- Parameters
chain_id (int) –
token (eth_typing.evm.HexAddress) –
symbol (str) –
product_name (str) –
short_description (str) –
description (str) –
first_seen_at_block (int) –
first_seen_at (datetime.datetime) –
- Return type
None