From 892b53d5a68f6ffa15a235dfee3bb5c413baf977 Mon Sep 17 00:00:00 2001 From: Neeraj Kashyap Date: Mon, 21 Aug 2023 00:04:13 -0700 Subject: [PATCH] Extracted ABIs --- abi/IStatBlock.json | 46 ++++++++++++++++++++++++++++++++++++++++++++- abi/StatBlock.json | 46 ++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 90 insertions(+), 2 deletions(-) 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