Skip to content

Instantly share code, notes, and snippets.

@sohkai
Created August 13, 2018 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sohkai/e90e8a825f6be03ebc7171f28136b46a to your computer and use it in GitHub Desktop.
Save sohkai/e90e8a825f6be03ebc7171f28136b46a to your computer and use it in GitHub Desktop.
Survey Kit ABI
[
{
"constant": true,
"inputs": [],
"name": "APM_NODE",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ens",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "PUBLIC_RESOLVER_NODE",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ETH_TLD_LABEL",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "signalingToken",
"type": "address"
},
{
"name": "surveyManager",
"type": "address"
},
{
"name": "scapeHatch",
"type": "address"
},
{
"name": "duration",
"type": "uint64"
},
{
"name": "participation",
"type": "uint256"
}
],
"name": "newInstance",
"outputs": [
{
"name": "",
"type": "address"
},
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ENS_ROOT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "SURVEY_APP_ID",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "fac",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "appId",
"type": "bytes32"
}
],
"name": "latestVersionAppBase",
"outputs": [
{
"name": "base",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "PUBLIC_RESOLVER_LABEL",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ETH_TLD_NODE",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "_fac",
"type": "address"
},
{
"name": "_ens",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "dao",
"type": "address"
}
],
"name": "DeployInstance",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "appProxy",
"type": "address"
},
{
"indexed": false,
"name": "appId",
"type": "bytes32"
}
],
"name": "InstalledApp",
"type": "event"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment