Skip to main content
This document outlines Autheo methods pertaining to smart-contracts.

Get all verified smart contracts

/smart-contracts Returns a list of all verified smart contracts that match a given search query and filter type (Vyper/Solidity/Yul). Request
Response

Get count of smart contracts

/smart-contracts/counters Returns a counter describing the number of smart contracts on-chain. Request
Response

Get specific smart contract

/smart-contracts/{address_hash} Returns the smart contract information for a given address hash. Request
Response

Get read methods for a specific address

/smart-contracts/{address_hash}/methods-read Returns read methods from the given address hash that match a provided query string. Request
Response

Get all proxy read methods for a given address

/smart-contracts/{address_hash}/methods-read-proxy Returns all proxy read methods for a given address hash and query string. Request
Response

Get write methods for a specific address

/smart-contracts/{address_hash}/methods-write Returns write methods for the given address hash. Request
Response

Get proxy write methods for a specific address

/smart-contracts/{address_hash}/methods-write-proxy Returns proxy write methods for the given address hash. Request
Response

Query a read method for a specific address

/smart-contracts/{address_hash}/query-read-method Queries a read method at the given address hash. Request
Response