Skip to main content

Get contract by address

GET 

/ronin/contracts/:address

Get a contract by its address.

Request

Path Parameters

    address stringrequired

    Contract address. Example: 0xf6c5f9a72e6d46f30c7223a4cff854f94c7e95aa

Query Parameters

    with_proxy_to boolean

    Includes 'contract proxy to'.

Responses

OK

Schema
    result object
    address string
    createdAtBlock integer
    createdAtBlockHash string
    createdAtBlockTime integer
    createdAtTx string
    creator string
    name string
    proxyTo
    proxyVersion integer
    standard string
    symbol string
    verifiedName string
    verifiedStandard string
    verifiedSymbol string
Loading...
Was this helpful?
Happy React is loading...