@mstable/protocol
Version:
mStable Contracts
42 lines (41 loc) • 753 B
JSON
[
{
"inputs": [
{
"internalType": "uint256",
"name": "initialSupply",
"type": "uint256"
}
],
"name": "createPool",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "setController",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "provider",
"type": "address"
}
],
"name": "whitelistLiquidityProvider",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]