@mstable/protocol
Version:
mStable Contracts
39 lines (38 loc) • 728 B
JSON
[
{
"inputs": [
{
"internalType": "address[]",
"name": "_mAssets",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "_percentages",
"type": "uint256[]"
}
],
"name": "depositToPool",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_mAsset",
"type": "address"
},
{
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
}
],
"name": "notifyRedistributionAmount",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]