Contracts
Last updated
Last updated
The sum count of contract calls executed across all transactions in that interval. A contract call is the invocation of a contract’s code by another contract or non-contract address. Failed invocations are counted. A single transaction can result in multiple contract calls.
Name | MetricID | Unit | Interval |
---|---|---|---|
Failed transactions are included.
Contract creations and destructions are not included.
This metric is only available for SOL, ETH and ETC.
Version 4.2 of CM Network Data Pro Daily Macro (End of Day)
The sum count of contract calls successfully executed across all transactions in that interval. A contract call is the invocation of a contract’s code by another contract or non-contract address. Only successful executions are taken into account.
Contract creations and destructions are not included.
For Solana, count of all instruction calls from successful transactions, excluding vote instructions
Version 4.2 of CM Network Data Pro Daily Macro (End of Day)
The sum count of transactions that invoked a contract in that interval. Failed transactions are counted but internal transactions are not (i.e., only the parent transaction is counted). A contract is a special address that contains and can execute code.
Failed transactions are counted.
Contract creations are counted.
Internal transactions are not counted (i.e., only the parent transaction is counted).
This metric is only available for ETH and ETC.
Version 4.2 of CM Network Data Pro Daily Macro (End of Day)
The sum count of new contracts successfully created across all transactions in that interval. A contract is a special address that contains and can execute code.
If a transaction creates multiple contracts, each creation is counted once.
This metric is only available for ETH and ETC.
Version 4.2 of CM Network Data Pro Daily Macro (End of Day)
The sum count of contracts successfully destroyed across all transactions in that interval. A contract is a special address that contains and can execute code.
If a transaction destroys several contracts, each destruction is counted once.
Not all contract protocols allow contract destruction.
This metric is only available for ETH and ETC.
Version 4.2 of CM Network Data Pro Daily Macro (End of Day)
Token Transaction metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's TxContCallCnt
, TxContDestCnt
etc. in the metrics
parameter.
Name | MetricID | Unit | Interval |
---|---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Contracts Executed Count
TxContCallCnt
Calls
1 day
Contracts Executed Successfully Cnt
TxContCallSuccCnt
Calls
1 day
Transaction Invoking Contract Count
TxContCnt
Transactions
1 day
New Created Contracts Count
TxContCreatCnt
Contracts
1 day
Destroyed Contracts Count
TxContDestCnt
Contracts
1 day
Returns requested metrics for specified assets. Results for block by block metrics (1b
frequency) are ordered by tuple (asset, height, block_hash)
, all other metrics are ordered by tuple (asset, time)
. You can change the sorting using sort
query parameter. Supported output formats are json
(default) and csv
, use format
query parameter to override it. To fetch the next page of results use next_page_url
JSON response field or x-next-page-url
CSV HTTP header if present. If multiple metrics are requested in the same time the strict policy for partially available metrics among requested ones is applied:
Time series of metrics for an asset.
Token of the next page results for a given request.
URL of the next page results for a given request.