Skip to content

Commit

Permalink
Extracted ABIs
Browse files Browse the repository at this point in the history
  • Loading branch information
zomglings committed Aug 21, 2023
1 parent d974f9b commit 892b53d
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 2 deletions.
46 changes: 45 additions & 1 deletion abi/IStatBlock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -46,7 +59,7 @@
"type": "string"
}
],
"name": "StatCreated",
"name": "StatDescriptorUpdated",
"type": "event"
},
{
Expand Down Expand Up @@ -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"
}
]
46 changes: 45 additions & 1 deletion abi/StatBlock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -62,7 +75,7 @@
"type": "string"
}
],
"name": "StatCreated",
"name": "StatDescriptorUpdated",
"type": "event"
},
{
Expand Down Expand Up @@ -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"
}
]

0 comments on commit 892b53d

Please sign in to comment.