{ "abi": [ { "inputs": [ { "internalType": "address", "name": "registry", "type": "address" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [], "name": "REGISTRY", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "entity", "type": "address" } ], "name": "metadataURL", "outputs": [ { "internalType": "string", "name": "value", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "metadataURL_", "type": "string" } ], "name": "setMetadataURL", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "entity", "type": "address" }, { "indexed": false, "internalType": "string", "name": "metadataURL", "type": "string" } ], "name": "SetMetadataURL", "type": "event" }, { "inputs": [], "name": "AlreadySet", "type": "error" }, { "inputs": [], "name": "NotEntity", "type": "error" } ] }