@mstable/protocol
Version:
mStable Contracts
59 lines (58 loc) • 1.06 kB
JSON
[
{
"inputs": [
{
"internalType": "uint256[]",
"name": "_dialIds",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "_amounts",
"type": "uint256[]"
}
],
"name": "donate",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "dialId",
"type": "uint256"
}
],
"name": "getDialRecipient",
"outputs": [
{
"internalType": "address",
"name": "recipient",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "dialId",
"type": "uint256"
}
],
"name": "stakingContracts",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
]