Skip to main content

Verify proxy contract

POST 

https://openapi.coredao.org//api/contracts/verify_proxy_contract

Verify proxy contract

Request

Query Parameters

    apikey stringrequired

    apikey

Bodyrequired

apiCallRequest

    actionstring
    addressstring
    apikeystring
    blocknoint64
    blocktypestring
    booleanboolean
    closeststring
    codeformatstring
    compilerversionstring
    constructorArguementsstring
    contractaddressstring
    contractaddressesstring
    datastring
    endblockint64
    evmversionstring
    fromBlockint64
    gasstring
    gasPricestring
    guidstring
    hexstring
    indexstring
    licenseTypeint32
    modulestring
    offsetint32
    optimizationUsedstring
    pageint32
    positionstring
    qstring
    runsint32
    sortstring
    sourceCodestring
    startblockint64
    tagstring
    timestampint64
    tostring
    toBlockstring
    topic0string
    topic0_1_oprstring
    topic0_2_oprstring
    topic0_3_oprstring
    topic1string
    topic1_2_oprstring
    topic1_3_oprstring
    topic2string
    topic2_3_oprstring
    topic3string
    txhashstring
    valuestring

Responses

OK

Schema
    objectobject
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Post, "https://openapi.coredao.org/api/contracts/verify_proxy_contract");
request.Headers.Add("Accept", "*/*");
var content = new StringContent("{\n \"action\": \"string\",\n \"address\": \"string\",\n \"apikey\": \"string\",\n \"blockno\": 0,\n \"blocktype\": \"string\",\n \"boolean\": true,\n \"closest\": \"string\",\n \"codeformat\": \"string\",\n \"compilerversion\": \"string\",\n \"constructorArguements\": \"string\",\n \"contractaddress\": \"string\",\n \"contractaddresses\": \"string\",\n \"data\": \"string\",\n \"endblock\": 0,\n \"evmversion\": \"string\",\n \"fromBlock\": 0,\n \"gas\": \"string\",\n \"gasPrice\": \"string\",\n \"guid\": \"string\",\n \"hex\": \"string\",\n \"index\": \"string\",\n \"licenseType\": 0,\n \"module\": \"string\",\n \"offset\": 0,\n \"optimizationUsed\": \"string\",\n \"page\": 0,\n \"position\": \"string\",\n \"q\": \"string\",\n \"runs\": 0,\n \"sort\": \"string\",\n \"sourceCode\": \"string\",\n \"startblock\": 0,\n \"tag\": \"string\",\n \"timestamp\": 0,\n \"to\": \"string\",\n \"toBlock\": \"string\",\n \"topic0\": \"string\",\n \"topic0_1_opr\": \"string\",\n \"topic0_2_opr\": \"string\",\n \"topic0_3_opr\": \"string\",\n \"topic1\": \"string\",\n \"topic1_2_opr\": \"string\",\n \"topic1_3_opr\": \"string\",\n \"topic2\": \"string\",\n \"topic2_3_opr\": \"string\",\n \"topic3\": \"string\",\n \"txhash\": \"string\",\n \"value\": \"string\"\n}", null, "application/json");
request.Content = content;
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://openapi.coredao.org
Parameters
— queryrequired
Body required
{
  "action": "string",
  "address": "string",
  "apikey": "string",
  "blockno": 0,
  "blocktype": "string",
  "boolean": true,
  "closest": "string",
  "codeformat": "string",
  "compilerversion": "string",
  "constructorArguements": "string",
  "contractaddress": "string",
  "contractaddresses": "string",
  "data": "string",
  "endblock": 0,
  "evmversion": "string",
  "fromBlock": 0,
  "gas": "string",
  "gasPrice": "string",
  "guid": "string",
  "hex": "string",
  "index": "string",
  "licenseType": 0,
  "module": "string",
  "offset": 0,
  "optimizationUsed": "string",
  "page": 0,
  "position": "string",
  "q": "string",
  "runs": 0,
  "sort": "string",
  "sourceCode": "string",
  "startblock": 0,
  "tag": "string",
  "timestamp": 0,
  "to": "string",
  "toBlock": "string",
  "topic0": "string",
  "topic0_1_opr": "string",
  "topic0_2_opr": "string",
  "topic0_3_opr": "string",
  "topic1": "string",
  "topic1_2_opr": "string",
  "topic1_3_opr": "string",
  "topic2": "string",
  "topic2_3_opr": "string",
  "topic3": "string",
  "txhash": "string",
  "value": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!