export const propertyFactoryAbi = [ { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: '_from', type: 'address', }, { indexed: false, internalType: 'address', name: '_property', type: 'address', }, ], name: 'Create', type: 'event', }, { inputs: [ { internalType: 'address', name: '', type: 'address', }, ], name: 'isProperty', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], stateMutability: 'view', type: 'function', }, { inputs: [], name: 'registryAddress', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], stateMutability: 'view', type: 'function', }, { inputs: [ { internalType: 'address', name: '_registry', type: 'address', }, ], name: 'initialize', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { 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', }, ], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'string', name: '_name', type: 'string', }, { internalType: 'string', name: '_symbol', type: 'string', }, { internalType: 'address', name: '_market', type: 'address', }, { internalType: 'string[]', name: '_args', type: 'string[]', }, ], name: 'createAndAuthenticate', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'address', name: '_author', type: 'address', }, ], name: 'getPropertiesOfAuthor', outputs: [ { internalType: 'address[]', name: '', type: 'address[]', }, ], stateMutability: 'view', type: 'function', }, { inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'setPropertyAddress', outputs: [], stateMutability: 'nonpayable', type: 'function', }, ]