-
Notifications
You must be signed in to change notification settings - Fork 1
/
f_add_bytes32.json
29 lines (29 loc) · 2.23 KB
/
f_add_bytes32.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "a",
"type": "string"
},
{
"internalType": "string",
"name": "b",
"type": "string"
}
],
"name": "Test",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bin": "608060405234801561001057600080fd5b506102fc806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c806374cb234c14610030575b600080fd5b6101806004803603604081101561004657600080fd5b810190808035906020019064010000000081111561006357600080fd5b82018360208201111561007557600080fd5b8035906020019184600183028401116401000000008311171561009757600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050509192919290803590602001906401000000008111156100fa57600080fd5b82018360208201111561010c57600080fd5b8035906020019184600183028401116401000000008311171561012e57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050509192919290505050610196565b6040518082815260200191505060405180910390f35b60006064838360405180838051906020019080838360005b838110156101c95780820151818401526020810190506101ae565b50505050905090810190601f1680156101f65780820380516001836020036101000a031916815260200191505b50828051906020019080838360005b83811015610220578082015181840152602081019050610205565b50505050905090810190601f16801561024d5780820380516001836020036101000a031916815260200191505b5092505050602060405180830381855afa15801561026f573d6000803e3d6000fd5b5050506040513d602081101561028457600080fd5b810190808051906020019092919050505090509291505056fea26469706673582212201cf5f13a59a567436d78eaf1042a192b5a55a88dcb607cc2689d01f3204faf2464736f6c63782b302e362e382d646576656c6f702e323032302e352e32362b636f6d6d69742e31376439383366392e6d6f64005c"
}