boardroom-inc-protocol-Info/protocols/synthetix/contracts/token.json

416 lines
6.6 KiB
JSON

[
{
"constant":true,
"inputs":[],
"name":"name",
"outputs":[
{
"name":"",
"type":"string"
}
],
"payable":false,
"stateMutability":"view",
"type":"function"
},
{
"constant":false,
"inputs":[
{
"name":"spender",
"type":"address"
},
{
"name":"value",
"type":"uint256"
}
],
"name":"approve",
"outputs":[
{
"name":"",
"type":"bool"
}
],
"payable":false,
"stateMutability":"nonpayable",
"type":"function"
},
{
"constant":false,
"inputs":[
{
"name":"_owner",
"type":"address"
}
],
"name":"nominateNewOwner",
"outputs":[],
"payable":false,
"stateMutability":"nonpayable",
"type":"function"
},
{
"constant":true,
"inputs":[],
"name":"totalSupply",
"outputs":[
{
"name":"",
"type":"uint256"
}
],
"payable":false,
"stateMutability":"view",
"type":"function"
},
{
"constant":false,
"inputs":[
{
"name":"from",
"type":"address"
},
{
"name":"to",
"type":"address"
},
{
"name":"value",
"type":"uint256"
}
],
"name":"transferFrom",
"outputs":[
{
"name":"",
"type":"bool"
}
],
"payable":false,
"stateMutability":"nonpayable",
"type":"function"
},
{
"constant":true,
"inputs":[],
"name":"decimals",
"outputs":[
{
"name":"",
"type":"uint8"
}
],
"payable":false,
"stateMutability":"view",
"type":"function"
},
{
"constant":true,
"inputs":[],
"name":"nominatedOwner",
"outputs":[
{
"name":"",
"type":"address"
}
],
"payable":false,
"stateMutability":"view",
"type":"function"
},
{
"constant":true,
"inputs":[
{
"name":"owner",
"type":"address"
}
],
"name":"balanceOf",
"outputs":[
{
"name":"",
"type":"uint256"
}
],
"payable":false,
"stateMutability":"view",
"type":"function"
},
{
"constant":false,
"inputs":[
{
"name":"_target",
"type":"address"
}
],
"name":"setTarget",
"outputs":[],
"payable":false,
"stateMutability":"nonpayable",
"type":"function"
},
{
"constant":false,
"inputs":[],
"name":"acceptOwnership",
"outputs":[],
"payable":false,
"stateMutability":"nonpayable",
"type":"function"
},
{
"constant":true,
"inputs":[],
"name":"owner",
"outputs":[
{
"name":"",
"type":"address"
}
],
"payable":false,
"stateMutability":"view",
"type":"function"
},
{
"constant":false,
"inputs":[
{
"name":"callData",
"type":"bytes"
},
{
"name":"numTopics",
"type":"uint256"
},
{
"name":"topic1",
"type":"bytes32"
},
{
"name":"topic2",
"type":"bytes32"
},
{
"name":"topic3",
"type":"bytes32"
},
{
"name":"topic4",
"type":"bytes32"
}
],
"name":"_emit",
"outputs":[],
"payable":false,
"stateMutability":"nonpayable",
"type":"function"
},
{
"constant":true,
"inputs":[],
"name":"useDELEGATECALL",
"outputs":[
{
"name":"",
"type":"bool"
}
],
"payable":false,
"stateMutability":"view",
"type":"function"
},
{
"constant":true,
"inputs":[],
"name":"symbol",
"outputs":[
{
"name":"",
"type":"string"
}
],
"payable":false,
"stateMutability":"view",
"type":"function"
},
{
"constant":false,
"inputs":[
{
"name":"to",
"type":"address"
},
{
"name":"value",
"type":"uint256"
}
],
"name":"transfer",
"outputs":[
{
"name":"",
"type":"bool"
}
],
"payable":false,
"stateMutability":"nonpayable",
"type":"function"
},
{
"constant":false,
"inputs":[
{
"name":"value",
"type":"bool"
}
],
"name":"setUseDELEGATECALL",
"outputs":[],
"payable":false,
"stateMutability":"nonpayable",
"type":"function"
},
{
"constant":true,
"inputs":[],
"name":"target",
"outputs":[
{
"name":"",
"type":"address"
}
],
"payable":false,
"stateMutability":"view",
"type":"function"
},
{
"constant":true,
"inputs":[
{
"name":"owner",
"type":"address"
},
{
"name":"spender",
"type":"address"
}
],
"name":"allowance",
"outputs":[
{
"name":"",
"type":"uint256"
}
],
"payable":false,
"stateMutability":"view",
"type":"function"
},
{
"inputs":[
{
"name":"_owner",
"type":"address"
}
],
"payable":false,
"stateMutability":"nonpayable",
"type":"constructor"
},
{
"payable":true,
"stateMutability":"payable",
"type":"fallback"
},
{
"anonymous":false,
"inputs":[
{
"indexed":true,
"name":"from",
"type":"address"
},
{
"indexed":true,
"name":"to",
"type":"address"
},
{
"indexed":false,
"name":"value",
"type":"uint256"
}
],
"name":"Transfer",
"type":"event"
},
{
"anonymous":false,
"inputs":[
{
"indexed":true,
"name":"owner",
"type":"address"
},
{
"indexed":true,
"name":"spender",
"type":"address"
},
{
"indexed":false,
"name":"value",
"type":"uint256"
}
],
"name":"Approval",
"type":"event"
},
{
"anonymous":false,
"inputs":[
{
"indexed":false,
"name":"newTarget",
"type":"address"
}
],
"name":"TargetUpdated",
"type":"event"
},
{
"anonymous":false,
"inputs":[
{
"indexed":false,
"name":"newOwner",
"type":"address"
}
],
"name":"OwnerNominated",
"type":"event"
},
{
"anonymous":false,
"inputs":[
{
"indexed":false,
"name":"oldOwner",
"type":"address"
},
{
"indexed":false,
"name":"newOwner",
"type":"address"
}
],
"name":"OwnerChanged",
"type":"event"
}
]