WSTGBPDeployment
Documentation for eth_defi.wstgbp.constants.WSTGBPDeployment Python class.
- class WSTGBPDeployment
Bases:
objectScanner metadata for a wstGBP tokenised asset.
The primary wstGBP contract is also the ERC-20 share token. It is the address the shared vault discovery and historical-reader pipelines use.
Attributes summary
EVM chain identifier.
wstGBP token and vault address.
First block where the token bytecode exists.
Timestamp of
first_seen_at_blockas a naive UTC datetime.Methods summary
__init__(chain_id, vault, ...)- chain_id: int
EVM chain identifier.
- vault: eth_typing.evm.HexAddress
wstGBP token and vault address.
- first_seen_at_block: int
First block where the token bytecode exists.
- first_seen_at: datetime.datetime
Timestamp of
first_seen_at_blockas a naive UTC datetime.
- __init__(chain_id, vault, first_seen_at_block, first_seen_at)
- Parameters
chain_id (int) –
vault (eth_typing.evm.HexAddress) –
first_seen_at_block (int) –
first_seen_at (datetime.datetime) –
- Return type
None