@soma-finance/core-contracts
Version:
SOMA Finance core contracts
40 lines • 778 B
JSON
[
{
"inputs": [
{
"internalType": "string",
"name": "domain",
"type": "string"
},
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "string",
"name": "symbol",
"type": "string"
},
{
"internalType": "address[]",
"name": "whitelistedAccounts",
"type": "address[]"
},
{
"internalType": "uint256",
"name": "totalSupply",
"type": "uint256"
},
{
"internalType": "address",
"name": "receiver",
"type": "address"
}
],
"name": "initialize",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]