Look up a contract address
get_contractWhat this site holds about one address: the name and category our registry records and who told us, plus what the code at that address actually is - its runtime bytecode hash, the implementation behind it if it is a proxy, and how many other addresses we track run byte-identical code. The code half is reproducible: fetch eth_getCode and take its keccak256 and you get the same hash. An address that is a token listing but not in the contract registry returns the listing (stock, issuer, chain) with no code record. This never says an address is safe, genuine or correct, and there is no field that could: check it against the issuer before you act on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain slug, for example ethereum or robinhood-chain. Optional. Omit it to find the address on every chain we hold it. | |
| address | Yes | The contract address, in any case. |