@soma-finance/core-contracts
Version:
SOMA Finance core contracts
39 lines (38 loc) • 788 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ISomaContract",
"sourceName": "contracts/soma/utils/ISomaContract.sol",
"abi": [
{
"inputs": [],
"name": "SOMA",
"outputs": [
{
"internalType": "contract ISOMA",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "pause",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "unpause",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}