explorer_get_contract_creator
Retrieve the deployer address and creation transaction hash for any smart contract by providing chain ID and contract address.
Instructions
Find who deployed a contract and the creation transaction hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| contractAddress | Yes | Contract address (0x-prefixed) |