GET
/
warehouse
/
contract-deployer

Query quick start

Input in “tokenAddress” the contract address you want to query.

SQL

SELECT * FROM evm_traces WHERE result_address = {contractAddress:String}

Data details

Returns the address of the contract deployer for the given contract address and the trace of the creation.

Query Parameters

contractAddress
string
required

address of the contract

Response

200 - application/json
data
object