@mstable/protocol
Version:
mStable Contracts
75 lines (74 loc) • 1.42 kB
JSON
[
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "_token",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
},
{
"indexed": true,
"internalType": "bytes32",
"name": "_proposal",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "uint256",
"name": "_choiceIndex",
"type": "uint256"
}
],
"name": "Bribed",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "_token",
"type": "address"
},
{
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "_proposal",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "_choiceIndex",
"type": "uint256"
}
],
"name": "depositBribe",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "feeAddress",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]