Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
feat(contract-artifacts): sync 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
AztecBot committed Nov 22, 2019
1 parent d5d8d50 commit 4488560
Show file tree
Hide file tree
Showing 21 changed files with 2,323 additions and 91 deletions.
4 changes: 2 additions & 2 deletions packages/contract-artifacts/artifacts/ACE.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/contract-artifacts/artifacts/Behaviour201907.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/contract-artifacts/artifacts/FactoryBase201907.json

Large diffs are not rendered by default.

587 changes: 527 additions & 60 deletions packages/contract-artifacts/artifacts/IACE.json

Large diffs are not rendered by default.

91 changes: 90 additions & 1 deletion packages/contract-artifacts/artifacts/IZkAsset.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,32 @@
"name": "UpdateNoteMetaData",
"type": "event"
},
{
"constant": false,
"inputs": [
{
"name": "_noteHashes",
"type": "bytes32[]"
},
{
"name": "_spender",
"type": "address"
},
{
"name": "_spenderApprovals",
"type": "bool[]"
},
{
"name": "_batchSignature",
"type": "bytes"
}
],
"name": "batchConfidentialApprove",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
Expand All @@ -151,7 +177,7 @@
"type": "address"
},
{
"name": "_status",
"name": "_spenderApproval",
"type": "bool"
},
{
Expand Down Expand Up @@ -186,6 +212,10 @@
{
"constant": false,
"inputs": [
{
"name": "_proofId",
"type": "uint24"
},
{
"name": "_proofData",
"type": "bytes"
Expand All @@ -200,6 +230,65 @@
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_proofData",
"type": "bytes"
},
{
"name": "_signatures",
"type": "bytes"
}
],
"name": "confidentialTransfer",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "metaData",
"type": "bytes"
},
{
"name": "addressPos",
"type": "uint256"
}
],
"name": "extractAddress",
"outputs": [
{
"name": "desiredAddress",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "noteHash",
"type": "bytes32"
},
{
"name": "metaData",
"type": "bytes"
}
],
"name": "updateNoteMetaData",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
Expand Down
Loading

0 comments on commit 4488560

Please sign in to comment.