Get Contract State
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns a list of all contract's slots. If no timestamp is provided, returns the current state.
/api/v1/contracts/{contractIdOrAddress}/state
The ID or hex encoded EVM address (with or without 0x prefix) associated with this contract.
^(\d{1,10}\.){0,2}(\d{1,10}|(0x)?[A-Fa-f0-9]{40})$
The maximum number of items to return
2
The order in which items are listed
desc
asc
, desc
The slot's number
{"summary":"--","value":""}
^((eq|gte?|lte?)\:)?(0x)?[0-9A-Fa-f]{1,64}$
The timestamp at which the contract state is
1234567890.0000007
^\d{1,10}(.\d{1,9})?$