Skip to content

Commit

Permalink
chore: make gen
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 28, 2023
1 parent 01da566 commit b6fffe1
Show file tree
Hide file tree
Showing 10 changed files with 891 additions and 887 deletions.
58 changes: 29 additions & 29 deletions bindings/tester/ConformanceTester.abi
Original file line number Diff line number Diff line change
@@ -1,78 +1,78 @@
[
{
"type": "constructor",
"inputs": [
{
"internalType": "string",
"name": "_name",
"type": "string"
"type": "string",
"internalType": "string"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
"stateMutability": "nonpayable"
},
{
"inputs": [],
"type": "function",
"name": "RevertErrorMessage",
"inputs": [],
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
"type": "string",
"internalType": "string"
}
],
"stateMutability": "view",
"type": "function"
"stateMutability": "view"
},
{
"type": "function",
"name": "balances",
"inputs": [
{
"internalType": "address",
"name": "",
"type": "address"
"type": "address",
"internalType": "address"
}
],
"name": "balances",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view",
"type": "function"
"stateMutability": "view"
},
{
"type": "function",
"name": "deposit",
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
"type": "uint256",
"internalType": "uint256"
}
],
"name": "deposit",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
"stateMutability": "nonpayable"
},
{
"inputs": [],
"type": "function",
"name": "name",
"inputs": [],
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
"type": "string",
"internalType": "string"
}
],
"stateMutability": "view",
"type": "function"
"stateMutability": "view"
},
{
"inputs": [],
"type": "function",
"name": "testRevert",
"inputs": [],
"outputs": [],
"stateMutability": "pure",
"type": "function"
"stateMutability": "pure"
}
]
Loading

0 comments on commit b6fffe1

Please sign in to comment.