@daostack/arc-experimental
Version:
A platform for building DAOs
71 lines (70 loc) • 1.42 kB
JSON
{
"contractName": "GlobalConstraintInterface",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "_scheme",
"type": "address"
},
{
"internalType": "bytes32",
"name": "_method",
"type": "bytes32"
}
],
"name": "post",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_scheme",
"type": "address"
},
{
"internalType": "bytes32",
"name": "_method",
"type": "bytes32"
}
],
"name": "pre",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "when",
"outputs": [
{
"internalType": "enum GlobalConstraintInterface.CallPhase",
"name": "",
"type": "uint8"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}