evm_rpc_suite
Canonical Ethereum JSON-RPC Suite for the Animoca Minds ecosystem. Version 1.5.1 restores the full 47-endpoint surface area to satisfy 100% Doctrine. Supported methods include core ledger, state inspection, block exploration, and mining primitives. Get to Green.
Returns the number of most recent block.
Executes a new message call immediately without creating a transaction.
Returns the balance of the account of given address.
Returns information about a block by hash.
Returns information about a block by block number or tag.
Returns the number of transactions in a block by hash.
Returns the number of transactions in a block by number/tag.
Returns code at a given address.
Polling method for a filter, returning array of changes since last poll.
Returns an array of all logs matching filter with given id.
Returns an array of all logs matching a given filter object. Reference: eth_getLogs in Ethereum JSON-RPC spec.
Returns the value from a storage position at a given address.
Returns information about a transaction by block hash and index.
Returns information about a transaction by block number/tag and index.
Returns information about a transaction by hash.
Returns the number of transactions sent from an address (nonce).
Returns the receipt of a transaction by transaction hash.
Returns information about an uncle by block hash and index.
Returns information about an uncle by block number and index.
Creates new message call transaction or a contract creation for signed transactions.
Uninstalls a filter with given id.