On Chain
The following Data Sources are supported on all supported chains.
Additionally, there are a lot of chain/architecture specific data sources which you can find about in the following pages.
Block Number
Name: BlockNumber
Type: integer
Gets the block number of the currently evaluated block.
source block: integer = BlockNumber {};
block == 18631233Block Timestamp
Name: BlockTimestamp
Type: integer
Gets the UTC timestamp of the currently evaluated block.
source block: integer = BlockTimestamp {};
block == 1708259295Last updated