Skip to main content

Astar

Network ID: astar-mainnet

Available Data

This network provides the following data types and fields:

Blocks

Field NameData TypeDescription
numberintegerBlock number
hashstringBlock hash
parent_hashstringParent block hash
timestampintegerBlock timestamp
state_rootstringState root hash
extrinsics_rootstringExtrinsics root hash
spec_versionintegerRuntime specification version

Extrinsics

Field NameData TypeDescription
indexintegerExtrinsic index in block
hashstringExtrinsic hash
callobjectCall data
signatureobjectSignature information
successbooleanWhether extrinsic succeeded
errorobjectError information if failed

Events

Field NameData TypeDescription
indexintegerEvent index in block
extrinsic_indexintegerRelated extrinsic index
phasestringEvent phase (initialization, apply_extrinsic, finalization)
palletstringPallet name
namestringEvent name
argsobjectEvent arguments

Smart Contracts

Field NameData TypeDescription
contract_addressstringContract address
code_hashstringContract code hash
storage_depositintegerStorage deposit amount
instantiate_dataobjectContract instantiation data