Socket
Socket
Sign inDemoInstall

@arianee/arianee-abi

Package Overview
Dependencies
Maintainers
8
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arianee/arianee-abi - npm Package Compare versions

Comparing version 0.28.0 to 0.29.0

80

abi/json/V2/ArianeeIssuerProxy.json

@@ -1512,2 +1512,42 @@ {

],
"name": "unsetStolenStatus",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"components": [
{
"internalType": "uint256[2]",
"name": "_pA",
"type": "uint256[2]"
},
{
"internalType": "uint256[2][2]",
"name": "_pB",
"type": "uint256[2][2]"
},
{
"internalType": "uint256[2]",
"name": "_pC",
"type": "uint256[2]"
},
{
"internalType": "uint256[3]",
"name": "_pubSignals",
"type": "uint256[3]"
}
],
"internalType": "struct ArianeeIssuerProxy.OwnershipProof",
"name": "_ownershipProof",
"type": "tuple"
},
{
"internalType": "uint256",
"name": "_tokenId",
"type": "uint256"
}
],
"name": "setMissingStatus",

@@ -1551,5 +1591,45 @@ "outputs": [],

"type": "uint256"
}
],
"name": "unsetMissingStatus",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"components": [
{
"internalType": "uint256[2]",
"name": "_pA",
"type": "uint256[2]"
},
{
"internalType": "uint256[2][2]",
"name": "_pB",
"type": "uint256[2][2]"
},
{
"internalType": "uint256[2]",
"name": "_pC",
"type": "uint256[2]"
},
{
"internalType": "uint256[3]",
"name": "_pubSignals",
"type": "uint256[3]"
}
],
"internalType": "struct ArianeeIssuerProxy.OwnershipProof",
"name": "_ownershipProof",
"type": "tuple"
},
{
"internalType": "uint256",
"name": "_tokenId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_newCommitmentHash",

@@ -1556,0 +1636,0 @@ "type": "uint256"

30

dist/ethers6/v1_1/ArianeeIssuerProxy.d.ts

@@ -40,3 +40,3 @@ import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";

export interface ArianeeIssuerProxyInterface extends Interface {
getFunction(nameOrSignature: "CREDIT_NOTE_PROOF_SIZE" | "OWNERSHIP_PROOF_SIZE" | "SELECTOR_SIZE" | "ZK_CREDIT_TYPE_CERTIFICATE" | "ZK_CREDIT_TYPE_EVENT" | "ZK_CREDIT_TYPE_MESSAGE" | "ZK_CREDIT_TYPE_UPDATE" | "acceptOwnership" | "arianeeEvent" | "arianeeLost" | "commitmentHashes" | "creditFreeSenders" | "creditNotePools" | "getTrustedForwarder" | "isTrustedForwarder" | "nonceBitmap" | "owner" | "pendingOwner" | "poseidon" | "renounceOwnership" | "smartAsset" | "store" | "transferOwnership" | "verifier" | "addCreditNotePool" | "addCreditFreeSender" | "removeCreditFreeSender" | "reserveToken" | "hydrateToken" | "invalidateUnorderedNonces" | "addTokenAccess" | "recoverTokenToIssuer" | "updateRecoveryRequest" | "destroy" | "updateTokenURI" | "safeTransferFrom" | "transferFrom" | "approve" | "updateSmartAsset" | "createEvent" | "acceptEvent" | "destroyEvent" | "updateDestroyEventRequest" | "createMessage" | "setStolenStatus" | "setMissingStatus" | "updateCommitment" | "updateCommitmentBatch" | "isDefaultCreditNoteProof"): FunctionFragment;
getFunction(nameOrSignature: "CREDIT_NOTE_PROOF_SIZE" | "OWNERSHIP_PROOF_SIZE" | "SELECTOR_SIZE" | "ZK_CREDIT_TYPE_CERTIFICATE" | "ZK_CREDIT_TYPE_EVENT" | "ZK_CREDIT_TYPE_MESSAGE" | "ZK_CREDIT_TYPE_UPDATE" | "acceptOwnership" | "arianeeEvent" | "arianeeLost" | "commitmentHashes" | "creditFreeSenders" | "creditNotePools" | "getTrustedForwarder" | "isTrustedForwarder" | "nonceBitmap" | "owner" | "pendingOwner" | "poseidon" | "renounceOwnership" | "smartAsset" | "store" | "transferOwnership" | "verifier" | "addCreditNotePool" | "addCreditFreeSender" | "removeCreditFreeSender" | "reserveToken" | "hydrateToken" | "invalidateUnorderedNonces" | "addTokenAccess" | "recoverTokenToIssuer" | "updateRecoveryRequest" | "destroy" | "updateTokenURI" | "safeTransferFrom" | "transferFrom" | "approve" | "updateSmartAsset" | "createEvent" | "acceptEvent" | "destroyEvent" | "updateDestroyEventRequest" | "createMessage" | "setStolenStatus" | "unsetStolenStatus" | "setMissingStatus" | "unsetMissingStatus" | "updateCommitment" | "updateCommitmentBatch" | "isDefaultCreditNoteProof"): FunctionFragment;
getEvent(nameOrSignatureOrTopic: "CreditFreeSenderLog" | "OwnershipTransferStarted" | "OwnershipTransferred" | "UnorderedNonceInvalidation"): EventFragment;

@@ -145,3 +145,5 @@ encodeFunctionData(functionFragment: "CREDIT_NOTE_PROOF_SIZE", values?: undefined): string;

encodeFunctionData(functionFragment: "setStolenStatus", values: [ArianeeIssuerProxy.OwnershipProofStruct, BigNumberish]): string;
encodeFunctionData(functionFragment: "unsetStolenStatus", values: [ArianeeIssuerProxy.OwnershipProofStruct, BigNumberish]): string;
encodeFunctionData(functionFragment: "setMissingStatus", values: [ArianeeIssuerProxy.OwnershipProofStruct, BigNumberish]): string;
encodeFunctionData(functionFragment: "unsetMissingStatus", values: [ArianeeIssuerProxy.OwnershipProofStruct, BigNumberish]): string;
encodeFunctionData(functionFragment: "updateCommitment", values: [

@@ -203,3 +205,5 @@ ArianeeIssuerProxy.OwnershipProofStruct,

decodeFunctionResult(functionFragment: "setStolenStatus", data: BytesLike): Result;
decodeFunctionResult(functionFragment: "unsetStolenStatus", data: BytesLike): Result;
decodeFunctionResult(functionFragment: "setMissingStatus", data: BytesLike): Result;
decodeFunctionResult(functionFragment: "unsetMissingStatus", data: BytesLike): Result;
decodeFunctionResult(functionFragment: "updateCommitment", data: BytesLike): Result;

@@ -481,2 +485,8 @@ decodeFunctionResult(functionFragment: "updateCommitmentBatch", data: BytesLike): Result;

], "nonpayable">;
unsetStolenStatus: TypedContractMethod<[
_ownershipProof: ArianeeIssuerProxy.OwnershipProofStruct,
_tokenId: BigNumberish
], [
void
], "nonpayable">;
setMissingStatus: TypedContractMethod<[

@@ -488,2 +498,8 @@ _ownershipProof: ArianeeIssuerProxy.OwnershipProofStruct,

], "nonpayable">;
unsetMissingStatus: TypedContractMethod<[
_ownershipProof: ArianeeIssuerProxy.OwnershipProofStruct,
_tokenId: BigNumberish
], [
void
], "nonpayable">;
updateCommitment: TypedContractMethod<[

@@ -687,2 +703,8 @@ _ownershipProof: ArianeeIssuerProxy.OwnershipProofStruct,

], "nonpayable">;
getFunction(nameOrSignature: "unsetStolenStatus"): TypedContractMethod<[
_ownershipProof: ArianeeIssuerProxy.OwnershipProofStruct,
_tokenId: BigNumberish
], [
void
], "nonpayable">;
getFunction(nameOrSignature: "setMissingStatus"): TypedContractMethod<[

@@ -694,2 +716,8 @@ _ownershipProof: ArianeeIssuerProxy.OwnershipProofStruct,

], "nonpayable">;
getFunction(nameOrSignature: "unsetMissingStatus"): TypedContractMethod<[
_ownershipProof: ArianeeIssuerProxy.OwnershipProofStruct,
_tokenId: BigNumberish
], [
void
], "nonpayable">;
getFunction(nameOrSignature: "updateCommitment"): TypedContractMethod<[

@@ -696,0 +724,0 @@ _ownershipProof: ArianeeIssuerProxy.OwnershipProofStruct,

@@ -1175,2 +1175,33 @@ import { type ContractRunner } from "ethers";

}];
readonly name: "unsetStolenStatus";
readonly outputs: readonly [];
readonly stateMutability: "nonpayable";
readonly type: "function";
}, {
readonly inputs: readonly [{
readonly components: readonly [{
readonly internalType: "uint256[2]";
readonly name: "_pA";
readonly type: "uint256[2]";
}, {
readonly internalType: "uint256[2][2]";
readonly name: "_pB";
readonly type: "uint256[2][2]";
}, {
readonly internalType: "uint256[2]";
readonly name: "_pC";
readonly type: "uint256[2]";
}, {
readonly internalType: "uint256[3]";
readonly name: "_pubSignals";
readonly type: "uint256[3]";
}];
readonly internalType: "struct ArianeeIssuerProxy.OwnershipProof";
readonly name: "_ownershipProof";
readonly type: "tuple";
}, {
readonly internalType: "uint256";
readonly name: "_tokenId";
readonly type: "uint256";
}];
readonly name: "setMissingStatus";

@@ -1206,4 +1237,35 @@ readonly outputs: readonly [];

readonly type: "uint256";
}];
readonly name: "unsetMissingStatus";
readonly outputs: readonly [];
readonly stateMutability: "nonpayable";
readonly type: "function";
}, {
readonly inputs: readonly [{
readonly components: readonly [{
readonly internalType: "uint256[2]";
readonly name: "_pA";
readonly type: "uint256[2]";
}, {
readonly internalType: "uint256[2][2]";
readonly name: "_pB";
readonly type: "uint256[2][2]";
}, {
readonly internalType: "uint256[2]";
readonly name: "_pC";
readonly type: "uint256[2]";
}, {
readonly internalType: "uint256[3]";
readonly name: "_pubSignals";
readonly type: "uint256[3]";
}];
readonly internalType: "struct ArianeeIssuerProxy.OwnershipProof";
readonly name: "_ownershipProof";
readonly type: "tuple";
}, {
readonly internalType: "uint256";
readonly name: "_tokenId";
readonly type: "uint256";
}, {
readonly internalType: "uint256";
readonly name: "_newCommitmentHash";

@@ -1210,0 +1272,0 @@ readonly type: "uint256";

@@ -1517,2 +1517,42 @@ "use strict";

],
name: "unsetStolenStatus",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
components: [
{
internalType: "uint256[2]",
name: "_pA",
type: "uint256[2]",
},
{
internalType: "uint256[2][2]",
name: "_pB",
type: "uint256[2][2]",
},
{
internalType: "uint256[2]",
name: "_pC",
type: "uint256[2]",
},
{
internalType: "uint256[3]",
name: "_pubSignals",
type: "uint256[3]",
},
],
internalType: "struct ArianeeIssuerProxy.OwnershipProof",
name: "_ownershipProof",
type: "tuple",
},
{
internalType: "uint256",
name: "_tokenId",
type: "uint256",
},
],
name: "setMissingStatus",

@@ -1557,4 +1597,44 @@ outputs: [],

},
],
name: "unsetMissingStatus",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
components: [
{
internalType: "uint256[2]",
name: "_pA",
type: "uint256[2]",
},
{
internalType: "uint256[2][2]",
name: "_pB",
type: "uint256[2][2]",
},
{
internalType: "uint256[2]",
name: "_pC",
type: "uint256[2]",
},
{
internalType: "uint256[3]",
name: "_pubSignals",
type: "uint256[3]",
},
],
internalType: "struct ArianeeIssuerProxy.OwnershipProof",
name: "_ownershipProof",
type: "tuple",
},
{
internalType: "uint256",
name: "_tokenId",
type: "uint256",
},
{
internalType: "uint256",
name: "_newCommitmentHash",

@@ -1561,0 +1641,0 @@ type: "uint256",

@@ -114,3 +114,5 @@ /* Autogenerated file. Do not edit manually. */

| "setStolenStatus"
| "unsetStolenStatus"
| "setMissingStatus"
| "unsetMissingStatus"
| "updateCommitment"

@@ -355,2 +357,6 @@ | "updateCommitmentBatch"

encodeFunctionData(
functionFragment: "unsetStolenStatus",
values: [ArianeeIssuerProxy.OwnershipProofStruct, BigNumberish]
): string;
encodeFunctionData(
functionFragment: "setMissingStatus",

@@ -360,2 +366,6 @@ values: [ArianeeIssuerProxy.OwnershipProofStruct, BigNumberish]

encodeFunctionData(
functionFragment: "unsetMissingStatus",
values: [ArianeeIssuerProxy.OwnershipProofStruct, BigNumberish]
): string;
encodeFunctionData(
functionFragment: "updateCommitment",

@@ -541,2 +551,6 @@ values: [

decodeFunctionResult(
functionFragment: "unsetStolenStatus",
data: BytesLike
): Result;
decodeFunctionResult(
functionFragment: "setMissingStatus",

@@ -546,2 +560,6 @@ data: BytesLike

decodeFunctionResult(
functionFragment: "unsetMissingStatus",
data: BytesLike
): Result;
decodeFunctionResult(
functionFragment: "updateCommitment",

@@ -943,2 +961,11 @@ data: BytesLike

unsetStolenStatus: TypedContractMethod<
[
_ownershipProof: ArianeeIssuerProxy.OwnershipProofStruct,
_tokenId: BigNumberish
],
[void],
"nonpayable"
>;
setMissingStatus: TypedContractMethod<

@@ -953,2 +980,11 @@ [

unsetMissingStatus: TypedContractMethod<
[
_ownershipProof: ArianeeIssuerProxy.OwnershipProofStruct,
_tokenId: BigNumberish
],
[void],
"nonpayable"
>;
updateCommitment: TypedContractMethod<

@@ -1285,2 +1321,12 @@ [

getFunction(
nameOrSignature: "unsetStolenStatus"
): TypedContractMethod<
[
_ownershipProof: ArianeeIssuerProxy.OwnershipProofStruct,
_tokenId: BigNumberish
],
[void],
"nonpayable"
>;
getFunction(
nameOrSignature: "setMissingStatus"

@@ -1296,2 +1342,12 @@ ): TypedContractMethod<

getFunction(
nameOrSignature: "unsetMissingStatus"
): TypedContractMethod<
[
_ownershipProof: ArianeeIssuerProxy.OwnershipProofStruct,
_tokenId: BigNumberish
],
[void],
"nonpayable"
>;
getFunction(
nameOrSignature: "updateCommitment"

@@ -1298,0 +1354,0 @@ ): TypedContractMethod<

@@ -1520,2 +1520,42 @@ /* Autogenerated file. Do not edit manually. */

],
name: "unsetStolenStatus",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
components: [
{
internalType: "uint256[2]",
name: "_pA",
type: "uint256[2]",
},
{
internalType: "uint256[2][2]",
name: "_pB",
type: "uint256[2][2]",
},
{
internalType: "uint256[2]",
name: "_pC",
type: "uint256[2]",
},
{
internalType: "uint256[3]",
name: "_pubSignals",
type: "uint256[3]",
},
],
internalType: "struct ArianeeIssuerProxy.OwnershipProof",
name: "_ownershipProof",
type: "tuple",
},
{
internalType: "uint256",
name: "_tokenId",
type: "uint256",
},
],
name: "setMissingStatus",

@@ -1560,4 +1600,44 @@ outputs: [],

},
],
name: "unsetMissingStatus",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
components: [
{
internalType: "uint256[2]",
name: "_pA",
type: "uint256[2]",
},
{
internalType: "uint256[2][2]",
name: "_pB",
type: "uint256[2][2]",
},
{
internalType: "uint256[2]",
name: "_pC",
type: "uint256[2]",
},
{
internalType: "uint256[3]",
name: "_pubSignals",
type: "uint256[3]",
},
],
internalType: "struct ArianeeIssuerProxy.OwnershipProof",
name: "_ownershipProof",
type: "tuple",
},
{
internalType: "uint256",
name: "_tokenId",
type: "uint256",
},
{
internalType: "uint256",
name: "_newCommitmentHash",

@@ -1564,0 +1644,0 @@ type: "uint256",

2

package.json
{
"name": "@arianee/arianee-abi",
"version": "0.28.0",
"version": "0.29.0",
"description": "abi definition of Arianee and typescript declaration files",

@@ -5,0 +5,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc