tokenised_fund.wisdomtree.constants
Documentation for eth_defi.tokenised_fund.wisdomtree.constants Python module.
Reviewed WisdomTree tokenised-fund product registry.
Module Attributes
Ethereum mainnet chain id. |
|
WisdomTree Treasury Money Market Digital Fund token on Ethereum. |
|
Leads for contracts which do not emit ERC-4626 discovery events. |
Classes
Static facts for a WisdomTree tokenised fund deployment. |
- class WisdomTreeProduct
Bases:
objectStatic facts for a WisdomTree tokenised fund deployment.
- __init__(chain_id, token, symbol, product_name, homepage, first_seen_at_block, first_seen_at, expense_ratio)
- 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
- ETHEREUM_CHAIN_ID = 1
Ethereum mainnet chain id.
- WTGXX_ETHEREUM = WisdomTreeProduct(chain_id=1, token='0x1fecf3d9d4fee7f2c02917a66028a48c6706c179', symbol='WTGXX', product_name='WisdomTree Treasury Money Market Digital Fund', homepage='https://www.wisdomtreeconnect.com/digital-funds/money-market/wtgxx', first_seen_at_block=20750716, first_seen_at=datetime.datetime(2024, 9, 15, 1, 51, 27), expense_ratio=0.0025)
WisdomTree Treasury Money Market Digital Fund token on Ethereum.
Official address list: https://www.wisdomtreeconnect.com/digital-funds/money-market/wtgxx The first code block was located with archive-node
eth_getCodeon 2026-07-17. It is deliberately the token-proxy deployment block, not the off-chain fund inception date.
- WISDOMTREE_HARDCODED_LEADS = ((1, '0x1fecf3d9d4fee7f2c02917a66028a48c6706c179', 20750716, datetime.datetime(2024, 9, 15, 1, 51, 27)),)
Leads for contracts which do not emit ERC-4626 discovery events.