@mstable/protocol
Version:
mStable Contracts
26 lines (25 loc) • 479 B
JSON
[
{
"inputs": [
{
"internalType": "contract IERC20",
"name": "token",
"type": "address"
},
{
"internalType": "address[]",
"name": "recipients",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "values",
"type": "uint256[]"
}
],
"name": "disperseTokenSimple",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]