tokenised_fund.sygnum.constants
Documentation for eth_defi.tokenised_fund.sygnum.constants Python module.
Reviewed Sygnum FILQ tokenised-fund deployments.
Module Attributes
Ethereum mainnet chain id. |
|
Fidelity USD Digital Liquidity Fund accumulating share class (FILQ-A). |
|
Fidelity USD Digital Liquidity Fund distributing share class (FILQ-D). |
|
First Ethereum block containing the FILQ-A proxy. |
|
FILQ-A deployment timestamp, stored as naive UTC. |
|
Current SygToken implementation shared by the reviewed FILQ share classes. |
|
Reviewed FILQ token addresses keyed by EVM chain. |
|
Explicit discovery lead for the requested FILQ-A deployment. |
- SYGNUM_ETHEREUM_CHAIN_ID = 1
Ethereum mainnet chain id.
- FILQ_A_ETHEREUM_ADDRESS = '0x54a4fc78431f9201824643e99bec891bb7462a1d'
Fidelity USD Digital Liquidity Fund accumulating share class (FILQ-A).
- FILQ_D_ETHEREUM_ADDRESS = '0xf0db6f529581e7f6ebac7a7f6882923c00fc3a66'
Fidelity USD Digital Liquidity Fund distributing share class (FILQ-D).
- FILQ_A_ETHEREUM_FIRST_SEEN_AT_BLOCK = 24972132
First Ethereum block containing the FILQ-A proxy.
- FILQ_A_ETHEREUM_FIRST_SEEN_AT = datetime.datetime(2026, 4, 27, 2, 19, 35)
FILQ-A deployment timestamp, stored as naive UTC.
- FILQ_SYGTOKEN_IMPLEMENTATION = '0x7030fe438be6ed196b8886616bbf5a245c267339'
Current SygToken implementation shared by the reviewed FILQ share classes.
https://sourcify.dev/server/v2/contract/1/0x7030fe438be6ed196b8886616bbf5a245c267339?fields=all
- SYGNUM_PRODUCTS_BY_CHAIN: dict[int, frozenset[eth_typing.evm.HexAddress]] = {1: frozenset({'0x54a4fc78431f9201824643e99bec891bb7462a1d', '0xf0db6f529581e7f6ebac7a7f6882923c00fc3a66'})}
Reviewed FILQ token addresses keyed by EVM chain.
- SYGNUM_HARDCODED_LEADS = ((1, '0x54a4fc78431f9201824643e99bec891bb7462a1d', 24972132, datetime.datetime(2026, 4, 27, 2, 19, 35)),)
Explicit discovery lead for the requested FILQ-A deployment. FILQ-D is not included until its deployment block is independently recorded.