UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

92 lines (91 loc) 1.94 kB
{ "_format": "hh-sol-artifact-1", "contractName": "ISecurityTokenFactory", "sourceName": "contracts/soma/SecurityTokens/ISecurityTokenFactory.sol", "abi": [ { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "id", "type": "uint256" }, { "indexed": false, "internalType": "string", "name": "name", "type": "string" }, { "indexed": false, "internalType": "address", "name": "instance", "type": "address" } ], "name": "SecurityTokenCreated", "type": "event" }, { "inputs": [], "name": "CREATE_ROLE", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "pure", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "domain", "type": "string" }, { "internalType": "string", "name": "name", "type": "string" }, { "internalType": "string", "name": "symbol", "type": "string" } ], "name": "create", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "newVersion", "type": "uint256" } ], "name": "upgradeTo", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }