export const propertyFactoryAbi = [ { inputs: [ { internalType: 'address', name: '_config', type: 'address', }, ], payable: false, stateMutability: 'nonpayable', type: 'constructor', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: '_from', type: 'address', }, { indexed: false, internalType: 'address', name: '_property', type: 'address', }, ], name: 'Create', type: 'event', }, { constant: true, inputs: [], name: 'configAddress', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { internalType: 'string', name: '_name', type: 'string', }, { internalType: 'string', name: '_symbol', type: 'string', }, { internalType: 'address', name: '_author', type: 'address', }, ], name: 'create', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'string', name: '_name', type: 'string', }, { internalType: 'string', name: '_symbol', type: 'string', }, { internalType: 'address', name: '_market', type: 'address', }, { internalType: 'string', name: '_args1', type: 'string', }, { internalType: 'string', name: '_args2', type: 'string', }, { internalType: 'string', name: '_args3', type: 'string', }, ], name: 'createAndAuthenticate', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], payable: false, stateMutability: 'nonpayable', type: 'function', }, ]