vault_street.constants
Documentation for eth_defi.vault_street.constants Python module.
Vault Street production contract metadata.
Module Attributes
Ethereum mainnet chain id. |
|
Vault Street's permissioned, yield-bearing USD product token. |
|
Vault Street |
|
Vault Street request manager for permissioned USDC deposits and redemptions. |
|
Native USDC token on Ethereum mainnet, the primeUSD denomination token. |
|
|
|
Scanner label for the on-chain primeUSD NAV source. |
|
First Ethereum block containing primeUSD bytecode. |
|
Timestamp of |
|
Hardcoded discovery lead for the non-ERC-4626 primeUSD product. |
- VAULT_STREET_CHAIN_ID = 1
Ethereum mainnet chain id.
- PRIME_USD_ADDRESS = '0x7ea76108975ec0998b9bc2db04b4eca986400dd7'
Vault Street’s permissioned, yield-bearing USD product token.
https://etherscan.io/token/0x7ea76108975ec0998b9bc2db04b4eca986400dd7
- PRIME_USD_PRICE_ORACLE_ADDRESS = '0x8cda03e2004c35e07963fb792c6b7511dabee369'
Vault Street
PriceStoragecontract exposinggetPrice().https://etherscan.io/address/0x8cda03e2004c35e07963fb792c6b7511dabee369
- PRIME_USD_REQUEST_MANAGER_ADDRESS = '0x8c14b6e8ec9968cd9c69eedea4a1295aec5e5d6e'
Vault Street request manager for permissioned USDC deposits and redemptions.
https://etherscan.io/address/0x8c14b6e8ec9968cd9c69eedea4a1295aec5e5d6e
- PRIME_USD_DENOMINATION_TOKEN_ADDRESS = '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
Native USDC token on Ethereum mainnet, the primeUSD denomination token.
- PRIME_USD_PRICE_DECIMALS = 8
PriceStorage.getPrice()fixed-point decimal divisor.
- VAULT_STREET_NAV_SOURCE = 'vault_street_price_storage_getPrice'
Scanner label for the on-chain primeUSD NAV source.
- PRIME_USD_FIRST_SEEN_AT_BLOCK = 25293536
First Ethereum block containing primeUSD bytecode.
- PRIME_USD_FIRST_SEEN_AT = datetime.datetime(2026, 6, 11, 10, 11, 47)
Timestamp of
PRIME_USD_FIRST_SEEN_AT_BLOCK, stored as naive UTC.
- VAULT_STREET_HARDCODED_LEADS = ((1, '0x7ea76108975ec0998b9bc2db04b4eca986400dd7', 25293536, datetime.datetime(2026, 6, 11, 10, 11, 47)),)
Hardcoded discovery lead for the non-ERC-4626 primeUSD product.