Skip to content

Commit

Permalink
Ajuste sc getNextArbiter devuelve wallet siempre
Browse files Browse the repository at this point in the history
  • Loading branch information
PELUQAZ committed Feb 1, 2025
1 parent 319047b commit e79b4ba
Show file tree
Hide file tree
Showing 9 changed files with 753 additions and 8 deletions.
1 change: 1 addition & 0 deletions artifacts/build-info/01bfa3b99071a15e9a249c844b500046.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\01bfa3b99071a15e9a249c844b500046.json"
}
107 changes: 107 additions & 0 deletions artifacts/contracts/WMCAgreementManagement-v7.sol/IERC20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC20",
"sourceName": "contracts/WMCAgreementManagement-v7.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "approve",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "balanceOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transfer",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transferFrom",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\01bfa3b99071a15e9a249c844b500046.json"
}

Large diffs are not rendered by default.

Loading

0 comments on commit e79b4ba

Please sign in to comment.