diff --git a/abi/IStatBlock.json b/abi/IStatBlock.json index 41b7f5d5..e29da235 100644 --- a/abi/IStatBlock.json +++ b/abi/IStatBlock.json @@ -38,6 +38,19 @@ "internalType": "uint256", "name": "statID", "type": "uint256" + } + ], + "name": "StatCreated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "uint256", + "name": "statID", + "type": "uint256" }, { "indexed": false, @@ -46,7 +59,7 @@ "type": "string" } ], - "name": "StatCreated", + "name": "StatDescriptorUpdated", "type": "event" }, { @@ -219,5 +232,36 @@ ], "stateMutability": "view", "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "statID", + "type": "uint256" + }, + { + "internalType": "string", + "name": "descriptor", + "type": "string" + } + ], + "name": "setStatDescriptor", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "statBlockVersion", + "outputs": [ + { + "internalType": "string", + "name": "", + "type": "string" + } + ], + "stateMutability": "view", + "type": "function" } ] \ No newline at end of file diff --git a/abi/StatBlock.json b/abi/StatBlock.json index f1162478..ccc2af7f 100644 --- a/abi/StatBlock.json +++ b/abi/StatBlock.json @@ -54,6 +54,19 @@ "internalType": "uint256", "name": "statID", "type": "uint256" + } + ], + "name": "StatCreated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "uint256", + "name": "statID", + "type": "uint256" }, { "indexed": false, @@ -62,7 +75,7 @@ "type": "string" } ], - "name": "StatCreated", + "name": "StatDescriptorUpdated", "type": "event" }, { @@ -266,5 +279,36 @@ ], "stateMutability": "view", "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "statID", + "type": "uint256" + }, + { + "internalType": "string", + "name": "descriptor", + "type": "string" + } + ], + "name": "setStatDescriptor", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "statBlockVersion", + "outputs": [ + { + "internalType": "string", + "name": "", + "type": "string" + } + ], + "stateMutability": "view", + "type": "function" } ] \ No newline at end of file