@mstable/protocol
Version:
mStable Contracts
58 lines (57 loc) • 1.04 kB
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "_user",
"type": "address"
}
],
"name": "getBalance",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_old",
"type": "address"
},
{
"internalType": "address",
"name": "_new",
"type": "address"
},
{
"internalType": "bool",
"name": "_pokeNew",
"type": "bool"
}
],
"name": "setDirection",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "_vaults",
"type": "address[]"
}
],
"name": "whitelistVaults",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]