2021-09-28 06:58:43 +00:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"anonymous": false,
|
|
|
|
"inputs": [
|
|
|
|
{
|
|
|
|
"indexed": false,
|
|
|
|
"internalType": "string",
|
|
|
|
"name": "param1",
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"indexed": false,
|
2021-11-01 09:43:22 +00:00
|
|
|
"internalType": "uint8",
|
2021-09-28 06:58:43 +00:00
|
|
|
"name": "param2",
|
2021-11-01 09:43:22 +00:00
|
|
|
"type": "uint8"
|
2021-11-26 12:18:08 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"indexed": false,
|
|
|
|
"internalType": "uint256",
|
|
|
|
"name": "param3",
|
|
|
|
"type": "uint256"
|
2021-09-28 06:58:43 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"name": "Test",
|
|
|
|
"type": "event"
|
|
|
|
},
|
2021-11-23 05:53:47 +00:00
|
|
|
{
|
|
|
|
"inputs": [
|
|
|
|
{
|
|
|
|
"internalType": "uint128",
|
|
|
|
"name": "bidAmount1",
|
|
|
|
"type": "uint128"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"internalType": "uint128",
|
|
|
|
"name": "bidAmount2",
|
|
|
|
"type": "uint128"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"name": "addMethod",
|
|
|
|
"outputs": [
|
|
|
|
{
|
|
|
|
"internalType": "uint256",
|
|
|
|
"name": "",
|
|
|
|
"type": "uint256"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stateMutability": "pure",
|
|
|
|
"type": "function"
|
|
|
|
},
|
2021-11-01 09:43:22 +00:00
|
|
|
{
|
|
|
|
"inputs": [],
|
|
|
|
"name": "emitEvent",
|
|
|
|
"outputs": [
|
|
|
|
{
|
|
|
|
"internalType": "bool",
|
|
|
|
"name": "",
|
|
|
|
"type": "bool"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stateMutability": "nonpayable",
|
|
|
|
"type": "function"
|
|
|
|
},
|
2021-09-28 06:58:43 +00:00
|
|
|
{
|
|
|
|
"inputs": [],
|
|
|
|
"name": "getMethod",
|
|
|
|
"outputs": [
|
|
|
|
{
|
|
|
|
"internalType": "string",
|
|
|
|
"name": "",
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stateMutability": "view",
|
|
|
|
"type": "function"
|
2021-11-23 05:53:47 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"inputs": [
|
|
|
|
{
|
|
|
|
"internalType": "uint128",
|
|
|
|
"name": "bidAmount1",
|
|
|
|
"type": "uint128"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"internalType": "uint128",
|
|
|
|
"name": "bidAmount2",
|
|
|
|
"type": "uint128"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"name": "structMethod",
|
|
|
|
"outputs": [
|
|
|
|
{
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"internalType": "uint128",
|
|
|
|
"name": "bidAmount1",
|
|
|
|
"type": "uint128"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"internalType": "uint128",
|
|
|
|
"name": "bidAmount2",
|
|
|
|
"type": "uint128"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"internalType": "struct Example.Bid",
|
|
|
|
"name": "",
|
|
|
|
"type": "tuple"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stateMutability": "pure",
|
|
|
|
"type": "function"
|
2021-09-28 06:58:43 +00:00
|
|
|
}
|
|
|
|
]
|