Nova Network
WebsiteGithubTwitterDiscord
Search
⌃K
Links
What is Nova Network?
Glossary
Use Nova Network
Getting Started
Compatible Wallets
Wallet Setup
Nova Network
Platform Overview
Supernova Token
Transaction Fees
Nebula Testnet
Consensus Mechanism
Nova Explorer
Grants & Incentives
General Terms & Conditions
Innovation & Infrastructure
Continuous Development
Sponsored Partnerships
Native Liquidity
Developers
Run a Node
Become a Validator
Public Archive Node
Developer Resources
Tutorials
Smart Contract Examples
Solidity Compiler Versions
SMUI Interface
JSON RPC Methods
eth_accounts
eth_blockNumber
eth_call
eth_chainId
eth_estimateGas
eth_feeHistory
eth_getBalance
eth_gasPrice
eth_getBlockByNumber
eth_getCode
eth_getTransactionReceipt
eth_sendRawTransaction
GraphQL
Pulsar Indexer Methods
Node Management Sofware
Resources
Brand Assets
Official Addresses
Social Media
Twitter
Discord Server
Telegram Channel
Github
Powered By GitBook

eth_getCode

Returns the compiled smart contract code, if any, of a given address.
Request Payload
{address} - Address used to fetch the information. {blockParameter} - Integer block number, or the string 'latest', 'earliest', or 'pending'.
Result Fields
{code} - A hex code of the given address.
Previous
eth_getBlockByNumber
Next
eth_getTransactionReceipt
Last modified 3mo ago
Copy link