tokenised_fund.sygnum.constants

Documentation for eth_defi.tokenised_fund.sygnum.constants Python module.

Reviewed Sygnum FILQ tokenised-fund deployments.

Module Attributes

SYGNUM_ETHEREUM_CHAIN_ID

Ethereum mainnet chain id.

FILQ_MANAGER_NAME

FILQ's portfolio manager, distinct from the Sygnum tokenisation platform.

FILQ_CURATOR_SLUG

Shared Fidelity curator identifier for both reviewed FILQ share classes.

FILQ_A_ETHEREUM_ADDRESS

Fidelity USD Digital Liquidity Fund accumulating share class (FILQ-A).

FILQ_D_ETHEREUM_ADDRESS

Fidelity USD Digital Liquidity Fund distributing share class (FILQ-D).

FILQ_A_ETHEREUM_FIRST_SEEN_AT_BLOCK

First Ethereum block containing the FILQ-A proxy.

FILQ_A_ETHEREUM_FIRST_SEEN_AT

FILQ-A deployment timestamp, stored as naive UTC.

FILQ_D_ETHEREUM_FIRST_SEEN_AT_BLOCK

First Ethereum block containing the FILQ-D proxy.

FILQ_D_ETHEREUM_FIRST_SEEN_AT

FILQ-D deployment timestamp, stored as naive UTC.

FILQ_SYGTOKEN_IMPLEMENTATION

Current SygToken implementation shared by the reviewed FILQ share classes.

FILQ_A_BUNDLE_PROXY_ADDRESS

Chainlink bundle proxy configured for FILQ-A.

FILQ_D_BUNDLE_PROXY_ADDRESS

Chainlink bundle proxy configured for FILQ-D.

FILQ_BUNDLE_AGGREGATOR_ADDRESS

Shared Chainlink DataFeedsCache that stores and emits both FILQ feeds.

FILQ_A_BUNDLE_DATA_ID

FILQ-A Chainlink bundle data identifier.

FILQ_D_BUNDLE_DATA_ID

FILQ-D Chainlink bundle data identifier.

FILQ_A_BUNDLE_FIRST_SEEN_AT_BLOCK

First accepted FILQ-A BundleReportUpdated event.

FILQ_D_BUNDLE_FIRST_SEEN_AT_BLOCK

First accepted FILQ-D BundleReportUpdated event.

FILQ_NAV_BUNDLE_INDEX

FILQ's NAV/share is the second numeric word in both reviewed bundle schemas.

FILQ_BUNDLE_DECIMALS_BY_TOKEN

Reviewed current bundle decimal metadata keyed by FILQ token address.

FILQ_BUNDLE_PROXY_BY_TOKEN

Bundle proxy keyed by reviewed FILQ token address.

FILQ_BUNDLE_DATA_ID_BY_TOKEN

Bundle data identifier keyed by reviewed FILQ token address.

FILQ_BUNDLE_FIRST_SEEN_AT_BLOCK_BY_TOKEN

First bundle report block keyed by reviewed FILQ token address.

FILQ_FIRST_SEEN_AT_BLOCK_BY_TOKEN

FILQ token deployment block keyed by reviewed token address.

SYGNUM_PRODUCTS_BY_CHAIN

Reviewed FILQ token addresses keyed by EVM chain.

SYGNUM_HARDCODED_LEADS

Explicit discovery leads for the independently reviewed FILQ share classes.

SYGNUM_ETHEREUM_CHAIN_ID = 1

Ethereum mainnet chain id.

FILQ_MANAGER_NAME = 'Fidelity International'

FILQ’s portfolio manager, distinct from the Sygnum tokenisation platform.

FILQ_CURATOR_SLUG = 'fidelity'

Shared Fidelity curator identifier for both reviewed FILQ share classes.

FILQ_A_ETHEREUM_ADDRESS = '0x54a4fc78431f9201824643e99bec891bb7462a1d'

Fidelity USD Digital Liquidity Fund accumulating share class (FILQ-A).

https://www.sygnum.com/filq/

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_D_ETHEREUM_FIRST_SEEN_AT_BLOCK = 24972189

First Ethereum block containing the FILQ-D proxy.

FILQ_D_ETHEREUM_FIRST_SEEN_AT = datetime.datetime(2026, 4, 27, 15, 10, 59)

FILQ-D 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

FILQ_A_BUNDLE_PROXY_ADDRESS = '0x0c6c789a375cc4ee9ce6008715c915a91da5ac5c'

Chainlink bundle proxy configured for FILQ-A.

FILQ_D_BUNDLE_PROXY_ADDRESS = '0x7484379d1af1b718dccc6bb5e58aadbcb6e4866a'

Chainlink bundle proxy configured for FILQ-D.

FILQ_BUNDLE_AGGREGATOR_ADDRESS = '0x16b53825c8ceaea593507274d4c1aaec9e261433'

Shared Chainlink DataFeedsCache that stores and emits both FILQ feeds.

https://etherscan.io/address/0x16b53825c8ceaea593507274d4c1aaec9e261433#code

FILQ_A_BUNDLE_DATA_ID = b'\x02\x00\x00\x01"\x07\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00'

FILQ-A Chainlink bundle data identifier.

FILQ_D_BUNDLE_DATA_ID = b'\x02\x00\x00\x01#\x07\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00'

FILQ-D Chainlink bundle data identifier.

FILQ_A_BUNDLE_FIRST_SEEN_AT_BLOCK = 25038639

First accepted FILQ-A BundleReportUpdated event.

FILQ_D_BUNDLE_FIRST_SEEN_AT_BLOCK = 25139026

First accepted FILQ-D BundleReportUpdated event.

FILQ_NAV_BUNDLE_INDEX = 1

FILQ’s NAV/share is the second numeric word in both reviewed bundle schemas.

FILQ_BUNDLE_DECIMALS_BY_TOKEN: dict[eth_typing.evm.HexAddress, tuple[int, ...]] = {'0x54a4fc78431f9201824643e99bec891bb7462a1d': (0, 4, 9, 9, 0, 0), '0xf0db6f529581e7f6ebac7a7f6882923c00fc3a66': (0, 2, 9, 9, 0, 0)}

Reviewed current bundle decimal metadata keyed by FILQ token address.

FILQ_BUNDLE_PROXY_BY_TOKEN: dict[eth_typing.evm.HexAddress, eth_typing.evm.HexAddress] = {'0x54a4fc78431f9201824643e99bec891bb7462a1d': '0x0c6c789a375cc4ee9ce6008715c915a91da5ac5c', '0xf0db6f529581e7f6ebac7a7f6882923c00fc3a66': '0x7484379d1af1b718dccc6bb5e58aadbcb6e4866a'}

Bundle proxy keyed by reviewed FILQ token address.

FILQ_BUNDLE_DATA_ID_BY_TOKEN: dict[eth_typing.evm.HexAddress, bytes] = {'0x54a4fc78431f9201824643e99bec891bb7462a1d': b'\x02\x00\x00\x01"\x07\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00', '0xf0db6f529581e7f6ebac7a7f6882923c00fc3a66': b'\x02\x00\x00\x01#\x07\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00'}

Bundle data identifier keyed by reviewed FILQ token address.

FILQ_BUNDLE_FIRST_SEEN_AT_BLOCK_BY_TOKEN: dict[eth_typing.evm.HexAddress, int] = {'0x54a4fc78431f9201824643e99bec891bb7462a1d': 25038639, '0xf0db6f529581e7f6ebac7a7f6882923c00fc3a66': 25139026}

First bundle report block keyed by reviewed FILQ token address.

FILQ_FIRST_SEEN_AT_BLOCK_BY_TOKEN: dict[eth_typing.evm.HexAddress, int] = {'0x54a4fc78431f9201824643e99bec891bb7462a1d': 24972132, '0xf0db6f529581e7f6ebac7a7f6882923c00fc3a66': 24972189}

FILQ token deployment block keyed by reviewed token address.

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)), (1, '0xf0db6f529581e7f6ebac7a7f6882923c00fc3a66', 24972189, datetime.datetime(2026, 4, 27, 15, 10, 59)))

Explicit discovery leads for the independently reviewed FILQ share classes.