You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call /api/v1/blocks/{blockNumber} mirror node REST API as it maps a block number to a consensus timestamp. If the block number is latest or pending, then this API call can be omitted.
Using block timestamp or latest call /api/v1/contracts/{id}/results?timestamp=lte:{block.endTimestamp}&limit=1&order=desc to get results.
Desired time can then be passed to /api/v1/contracts/{id}/results/{timestamp} to get the contract state information.
The text was updated successfully, but these errors were encountered:
Implement
eth_getStorageAt
.As noted in HIP 482
/api/v1/blocks/{blockNumber}
mirror node REST API as it maps a block number to a consensus timestamp. If the block number is latest or pending, then this API call can be omitted./api/v1/contracts/{id}/results?timestamp=lte:{block.endTimestamp}&limit=1&order=desc
to get results./api/v1/contracts/{id}/results/{timestamp}
to get the contract state information.The text was updated successfully, but these errors were encountered: