-
Notifications
You must be signed in to change notification settings - Fork 0
/
TargetContract.json
35 lines (35 loc) · 1.31 KB
/
TargetContract.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
30
31
32
33
34
35
{
"contracts": {
"TargetContract.sol:TargetContract": {
"abi": [
{
"inputs": [],
"name": "getReceivedValue",
"outputs": [
{ "internalType": "uint256", "name": "", "type": "uint256" }
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "receive",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [],
"name": "receivedValue",
"outputs": [
{ "internalType": "uint256", "name": "", "type": "uint256" }
],
"stateMutability": "view",
"type": "function"
}
],
"bin": "6080604052348015600e575f5ffd5b5060dc80601a5f395ff3fe608060405260043610602f575f3560e01c80633ed8412b14603357806390648d72146053578063a3e76c0f146065575b5f5ffd5b348015603d575f5ffd5b505f545b60405190815260200160405180910390f35b348015605d575f5ffd5b5060415f5481565b606b606d565b005b345f5f828254607b91906082565b9091555050565b8082018082111560a057634e487b7160e01b5f52601160045260245ffd5b9291505056fea26469706673582212207aa8919ac44fd323e4891c79bcb903aeef6cd63f88dbeb34ebc397fdd11e19e964736f6c634300081c0033"
}
},
"version": "0.8.28+commit.7893614a.Darwin.appleclang"
}