Socket
Socket
Sign inDemoInstall

@0xsequence/abi

Package Overview
Dependencies
Maintainers
5
Versions
453
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/abi - npm Package Compare versions

Comparing version 0.28.0 to 0.29.0

18

CHANGELOG.md
# @0xsequence/abi
## 0.29.0
### Minor Changes
- major architectural changes in Sequence design
- only one API instance, API is no longer a per-chain service
- separate per-chain indexer service, API no longer handles indexing
- single contract metadata service, API no longer serves metadata
chaind package has been removed, indexer and metadata packages have been added
stronger typing with new explicit ChainId type
multicall fixes and improvements
forbid "wait" transactions in sendTransactionBatch calls
## 0.28.0

@@ -4,0 +22,0 @@

498

dist/0xsequence-abi.cjs.dev.js

@@ -187,12 +187,12 @@ 'use strict';

inputs: [{
internalType: "address",
name: "_factory",
type: "address"
internalType: 'address',
name: '_factory',
type: 'address'
}, {
internalType: "address",
name: "_mainModule",
type: "address"
internalType: 'address',
name: '_mainModule',
type: 'address'
}],
stateMutability: "nonpayable",
type: "constructor"
stateMutability: 'nonpayable',
type: 'constructor'
}, {

@@ -202,23 +202,23 @@ anonymous: false,

indexed: true,
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
indexed: true,
internalType: "bytes32",
name: "_imageHash",
type: "bytes32"
internalType: 'bytes32',
name: '_imageHash',
type: 'bytes32'
}, {
indexed: false,
internalType: "uint256",
name: "_threshold",
type: "uint256"
internalType: 'uint256',
name: '_threshold',
type: 'uint256'
}, {
indexed: false,
internalType: "bytes",
name: "_signers",
type: "bytes"
internalType: 'bytes',
name: '_signers',
type: 'bytes'
}],
name: "RequiredConfig",
type: "event"
name: 'RequiredConfig',
type: 'event'
}, {

@@ -228,353 +228,353 @@ anonymous: false,

indexed: true,
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
indexed: true,
internalType: "address",
name: "_signer",
type: "address"
internalType: 'address',
name: '_signer',
type: 'address'
}],
name: "RequiredSigner",
type: "event"
name: 'RequiredSigner',
type: 'event'
}, {
inputs: [{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}],
name: "callBalanceOf",
name: 'callBalanceOf',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callBlockNumber",
name: 'callBlockNumber',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "uint256",
name: "_i",
type: "uint256"
internalType: 'uint256',
name: '_i',
type: 'uint256'
}],
name: "callBlockhash",
name: 'callBlockhash',
outputs: [{
internalType: "bytes32",
name: "",
type: "bytes32"
internalType: 'bytes32',
name: '',
type: 'bytes32'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callChainId",
name: 'callChainId',
outputs: [{
internalType: "uint256",
name: "id",
type: "uint256"
internalType: 'uint256',
name: 'id',
type: 'uint256'
}],
stateMutability: "pure",
type: "function"
stateMutability: 'pure',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}],
name: "callCode",
name: 'callCode',
outputs: [{
internalType: "bytes",
name: "code",
type: "bytes"
internalType: 'bytes',
name: 'code',
type: 'bytes'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}],
name: "callCodeHash",
name: 'callCodeHash',
outputs: [{
internalType: "bytes32",
name: "codeHash",
type: "bytes32"
internalType: 'bytes32',
name: 'codeHash',
type: 'bytes32'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}],
name: "callCodeSize",
name: 'callCodeSize',
outputs: [{
internalType: "uint256",
name: "size",
type: "uint256"
internalType: 'uint256',
name: 'size',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callCoinbase",
name: 'callCoinbase',
outputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callDifficulty",
name: 'callDifficulty',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callGasLeft",
name: 'callGasLeft',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callGasLimit",
name: 'callGasLimit',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callGasPrice",
name: 'callGasPrice',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callOrigin",
name: 'callOrigin',
outputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callTimestamp",
name: 'callTimestamp',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
name: "knownImageHashes",
name: 'knownImageHashes',
outputs: [{
internalType: "bytes32",
name: "",
type: "bytes32"
internalType: 'bytes32',
name: '',
type: 'bytes32'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "bytes32",
name: "",
type: "bytes32"
internalType: 'bytes32',
name: '',
type: 'bytes32'
}],
name: "lastImageHashUpdate",
name: 'lastImageHashUpdate',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
name: "lastSignerUpdate",
name: 'lastSignerUpdate',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
name: "lastWalletUpdate",
name: 'lastWalletUpdate',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
components: [{
internalType: "bool",
name: "delegateCall",
type: "bool"
internalType: 'bool',
name: 'delegateCall',
type: 'bool'
}, {
internalType: "bool",
name: "revertOnError",
type: "bool"
internalType: 'bool',
name: 'revertOnError',
type: 'bool'
}, {
internalType: "uint256",
name: "gasLimit",
type: "uint256"
internalType: 'uint256',
name: 'gasLimit',
type: 'uint256'
}, {
internalType: "address",
name: "target",
type: "address"
internalType: 'address',
name: 'target',
type: 'address'
}, {
internalType: "uint256",
name: "value",
type: "uint256"
internalType: 'uint256',
name: 'value',
type: 'uint256'
}, {
internalType: "bytes",
name: "data",
type: "bytes"
internalType: 'bytes',
name: 'data',
type: 'bytes'
}],
internalType: "struct IModuleCalls.Transaction[]",
name: "_txs",
type: "tuple[]"
internalType: 'struct IModuleCalls.Transaction[]',
name: '_txs',
type: 'tuple[]'
}],
name: "multiCall",
name: 'multiCall',
outputs: [{
internalType: "bool[]",
name: "_successes",
type: "bool[]"
internalType: 'bool[]',
name: '_successes',
type: 'bool[]'
}, {
internalType: "bytes[]",
name: "_results",
type: "bytes[]"
internalType: 'bytes[]',
name: '_results',
type: 'bytes[]'
}],
stateMutability: "payable",
type: "function"
stateMutability: 'payable',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
internalType: "uint256",
name: "_threshold",
type: "uint256"
internalType: 'uint256',
name: '_threshold',
type: 'uint256'
}, {
components: [{
internalType: "uint256",
name: "weight",
type: "uint256"
internalType: 'uint256',
name: 'weight',
type: 'uint256'
}, {
internalType: "address",
name: "signer",
type: "address"
internalType: 'address',
name: 'signer',
type: 'address'
}],
internalType: "struct RequireUtils.Member[]",
name: "_members",
type: "tuple[]"
internalType: 'struct RequireUtils.Member[]',
name: '_members',
type: 'tuple[]'
}, {
internalType: "bool",
name: "_index",
type: "bool"
internalType: 'bool',
name: '_index',
type: 'bool'
}],
name: "publishConfig",
name: 'publishConfig',
outputs: [],
stateMutability: "nonpayable",
type: "function"
stateMutability: 'nonpayable',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
internalType: "bytes32",
name: "_hash",
type: "bytes32"
internalType: 'bytes32',
name: '_hash',
type: 'bytes32'
}, {
internalType: "uint256",
name: "_sizeMembers",
type: "uint256"
internalType: 'uint256',
name: '_sizeMembers',
type: 'uint256'
}, {
internalType: "bytes",
name: "_signature",
type: "bytes"
internalType: 'bytes',
name: '_signature',
type: 'bytes'
}, {
internalType: "bool",
name: "_index",
type: "bool"
internalType: 'bool',
name: '_index',
type: 'bool'
}],
name: "publishInitialSigners",
name: 'publishInitialSigners',
outputs: [],
stateMutability: "nonpayable",
type: "function"
stateMutability: 'nonpayable',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
internalType: "uint256",
name: "_nonce",
type: "uint256"
internalType: 'uint256',
name: '_nonce',
type: 'uint256'
}],
name: "requireMinNonce",
name: 'requireMinNonce',
outputs: [],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "uint256",
name: "_expiration",
type: "uint256"
internalType: 'uint256',
name: '_expiration',
type: 'uint256'
}],
name: "requireNonExpired",
name: 'requireNonExpired',
outputs: [],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}];

@@ -581,0 +581,0 @@

@@ -187,12 +187,12 @@ 'use strict';

inputs: [{
internalType: "address",
name: "_factory",
type: "address"
internalType: 'address',
name: '_factory',
type: 'address'
}, {
internalType: "address",
name: "_mainModule",
type: "address"
internalType: 'address',
name: '_mainModule',
type: 'address'
}],
stateMutability: "nonpayable",
type: "constructor"
stateMutability: 'nonpayable',
type: 'constructor'
}, {

@@ -202,23 +202,23 @@ anonymous: false,

indexed: true,
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
indexed: true,
internalType: "bytes32",
name: "_imageHash",
type: "bytes32"
internalType: 'bytes32',
name: '_imageHash',
type: 'bytes32'
}, {
indexed: false,
internalType: "uint256",
name: "_threshold",
type: "uint256"
internalType: 'uint256',
name: '_threshold',
type: 'uint256'
}, {
indexed: false,
internalType: "bytes",
name: "_signers",
type: "bytes"
internalType: 'bytes',
name: '_signers',
type: 'bytes'
}],
name: "RequiredConfig",
type: "event"
name: 'RequiredConfig',
type: 'event'
}, {

@@ -228,353 +228,353 @@ anonymous: false,

indexed: true,
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
indexed: true,
internalType: "address",
name: "_signer",
type: "address"
internalType: 'address',
name: '_signer',
type: 'address'
}],
name: "RequiredSigner",
type: "event"
name: 'RequiredSigner',
type: 'event'
}, {
inputs: [{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}],
name: "callBalanceOf",
name: 'callBalanceOf',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callBlockNumber",
name: 'callBlockNumber',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "uint256",
name: "_i",
type: "uint256"
internalType: 'uint256',
name: '_i',
type: 'uint256'
}],
name: "callBlockhash",
name: 'callBlockhash',
outputs: [{
internalType: "bytes32",
name: "",
type: "bytes32"
internalType: 'bytes32',
name: '',
type: 'bytes32'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callChainId",
name: 'callChainId',
outputs: [{
internalType: "uint256",
name: "id",
type: "uint256"
internalType: 'uint256',
name: 'id',
type: 'uint256'
}],
stateMutability: "pure",
type: "function"
stateMutability: 'pure',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}],
name: "callCode",
name: 'callCode',
outputs: [{
internalType: "bytes",
name: "code",
type: "bytes"
internalType: 'bytes',
name: 'code',
type: 'bytes'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}],
name: "callCodeHash",
name: 'callCodeHash',
outputs: [{
internalType: "bytes32",
name: "codeHash",
type: "bytes32"
internalType: 'bytes32',
name: 'codeHash',
type: 'bytes32'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}],
name: "callCodeSize",
name: 'callCodeSize',
outputs: [{
internalType: "uint256",
name: "size",
type: "uint256"
internalType: 'uint256',
name: 'size',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callCoinbase",
name: 'callCoinbase',
outputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callDifficulty",
name: 'callDifficulty',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callGasLeft",
name: 'callGasLeft',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callGasLimit",
name: 'callGasLimit',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callGasPrice",
name: 'callGasPrice',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callOrigin",
name: 'callOrigin',
outputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callTimestamp",
name: 'callTimestamp',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
name: "knownImageHashes",
name: 'knownImageHashes',
outputs: [{
internalType: "bytes32",
name: "",
type: "bytes32"
internalType: 'bytes32',
name: '',
type: 'bytes32'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "bytes32",
name: "",
type: "bytes32"
internalType: 'bytes32',
name: '',
type: 'bytes32'
}],
name: "lastImageHashUpdate",
name: 'lastImageHashUpdate',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
name: "lastSignerUpdate",
name: 'lastSignerUpdate',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
name: "lastWalletUpdate",
name: 'lastWalletUpdate',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
components: [{
internalType: "bool",
name: "delegateCall",
type: "bool"
internalType: 'bool',
name: 'delegateCall',
type: 'bool'
}, {
internalType: "bool",
name: "revertOnError",
type: "bool"
internalType: 'bool',
name: 'revertOnError',
type: 'bool'
}, {
internalType: "uint256",
name: "gasLimit",
type: "uint256"
internalType: 'uint256',
name: 'gasLimit',
type: 'uint256'
}, {
internalType: "address",
name: "target",
type: "address"
internalType: 'address',
name: 'target',
type: 'address'
}, {
internalType: "uint256",
name: "value",
type: "uint256"
internalType: 'uint256',
name: 'value',
type: 'uint256'
}, {
internalType: "bytes",
name: "data",
type: "bytes"
internalType: 'bytes',
name: 'data',
type: 'bytes'
}],
internalType: "struct IModuleCalls.Transaction[]",
name: "_txs",
type: "tuple[]"
internalType: 'struct IModuleCalls.Transaction[]',
name: '_txs',
type: 'tuple[]'
}],
name: "multiCall",
name: 'multiCall',
outputs: [{
internalType: "bool[]",
name: "_successes",
type: "bool[]"
internalType: 'bool[]',
name: '_successes',
type: 'bool[]'
}, {
internalType: "bytes[]",
name: "_results",
type: "bytes[]"
internalType: 'bytes[]',
name: '_results',
type: 'bytes[]'
}],
stateMutability: "payable",
type: "function"
stateMutability: 'payable',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
internalType: "uint256",
name: "_threshold",
type: "uint256"
internalType: 'uint256',
name: '_threshold',
type: 'uint256'
}, {
components: [{
internalType: "uint256",
name: "weight",
type: "uint256"
internalType: 'uint256',
name: 'weight',
type: 'uint256'
}, {
internalType: "address",
name: "signer",
type: "address"
internalType: 'address',
name: 'signer',
type: 'address'
}],
internalType: "struct RequireUtils.Member[]",
name: "_members",
type: "tuple[]"
internalType: 'struct RequireUtils.Member[]',
name: '_members',
type: 'tuple[]'
}, {
internalType: "bool",
name: "_index",
type: "bool"
internalType: 'bool',
name: '_index',
type: 'bool'
}],
name: "publishConfig",
name: 'publishConfig',
outputs: [],
stateMutability: "nonpayable",
type: "function"
stateMutability: 'nonpayable',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
internalType: "bytes32",
name: "_hash",
type: "bytes32"
internalType: 'bytes32',
name: '_hash',
type: 'bytes32'
}, {
internalType: "uint256",
name: "_sizeMembers",
type: "uint256"
internalType: 'uint256',
name: '_sizeMembers',
type: 'uint256'
}, {
internalType: "bytes",
name: "_signature",
type: "bytes"
internalType: 'bytes',
name: '_signature',
type: 'bytes'
}, {
internalType: "bool",
name: "_index",
type: "bool"
internalType: 'bool',
name: '_index',
type: 'bool'
}],
name: "publishInitialSigners",
name: 'publishInitialSigners',
outputs: [],
stateMutability: "nonpayable",
type: "function"
stateMutability: 'nonpayable',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
internalType: "uint256",
name: "_nonce",
type: "uint256"
internalType: 'uint256',
name: '_nonce',
type: 'uint256'
}],
name: "requireMinNonce",
name: 'requireMinNonce',
outputs: [],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "uint256",
name: "_expiration",
type: "uint256"
internalType: 'uint256',
name: '_expiration',
type: 'uint256'
}],
name: "requireNonExpired",
name: 'requireNonExpired',
outputs: [],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}];

@@ -581,0 +581,0 @@

@@ -183,12 +183,12 @@ const abi$5 = [{

inputs: [{
internalType: "address",
name: "_factory",
type: "address"
internalType: 'address',
name: '_factory',
type: 'address'
}, {
internalType: "address",
name: "_mainModule",
type: "address"
internalType: 'address',
name: '_mainModule',
type: 'address'
}],
stateMutability: "nonpayable",
type: "constructor"
stateMutability: 'nonpayable',
type: 'constructor'
}, {

@@ -198,23 +198,23 @@ anonymous: false,

indexed: true,
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
indexed: true,
internalType: "bytes32",
name: "_imageHash",
type: "bytes32"
internalType: 'bytes32',
name: '_imageHash',
type: 'bytes32'
}, {
indexed: false,
internalType: "uint256",
name: "_threshold",
type: "uint256"
internalType: 'uint256',
name: '_threshold',
type: 'uint256'
}, {
indexed: false,
internalType: "bytes",
name: "_signers",
type: "bytes"
internalType: 'bytes',
name: '_signers',
type: 'bytes'
}],
name: "RequiredConfig",
type: "event"
name: 'RequiredConfig',
type: 'event'
}, {

@@ -224,353 +224,353 @@ anonymous: false,

indexed: true,
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
indexed: true,
internalType: "address",
name: "_signer",
type: "address"
internalType: 'address',
name: '_signer',
type: 'address'
}],
name: "RequiredSigner",
type: "event"
name: 'RequiredSigner',
type: 'event'
}, {
inputs: [{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}],
name: "callBalanceOf",
name: 'callBalanceOf',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callBlockNumber",
name: 'callBlockNumber',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "uint256",
name: "_i",
type: "uint256"
internalType: 'uint256',
name: '_i',
type: 'uint256'
}],
name: "callBlockhash",
name: 'callBlockhash',
outputs: [{
internalType: "bytes32",
name: "",
type: "bytes32"
internalType: 'bytes32',
name: '',
type: 'bytes32'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callChainId",
name: 'callChainId',
outputs: [{
internalType: "uint256",
name: "id",
type: "uint256"
internalType: 'uint256',
name: 'id',
type: 'uint256'
}],
stateMutability: "pure",
type: "function"
stateMutability: 'pure',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}],
name: "callCode",
name: 'callCode',
outputs: [{
internalType: "bytes",
name: "code",
type: "bytes"
internalType: 'bytes',
name: 'code',
type: 'bytes'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}],
name: "callCodeHash",
name: 'callCodeHash',
outputs: [{
internalType: "bytes32",
name: "codeHash",
type: "bytes32"
internalType: 'bytes32',
name: 'codeHash',
type: 'bytes32'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}],
name: "callCodeSize",
name: 'callCodeSize',
outputs: [{
internalType: "uint256",
name: "size",
type: "uint256"
internalType: 'uint256',
name: 'size',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callCoinbase",
name: 'callCoinbase',
outputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callDifficulty",
name: 'callDifficulty',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callGasLeft",
name: 'callGasLeft',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callGasLimit",
name: 'callGasLimit',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callGasPrice",
name: 'callGasPrice',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callOrigin",
name: 'callOrigin',
outputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [],
name: "callTimestamp",
name: 'callTimestamp',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
name: "knownImageHashes",
name: 'knownImageHashes',
outputs: [{
internalType: "bytes32",
name: "",
type: "bytes32"
internalType: 'bytes32',
name: '',
type: 'bytes32'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "bytes32",
name: "",
type: "bytes32"
internalType: 'bytes32',
name: '',
type: 'bytes32'
}],
name: "lastImageHashUpdate",
name: 'lastImageHashUpdate',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
name: "lastSignerUpdate",
name: 'lastSignerUpdate',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}],
name: "lastWalletUpdate",
name: 'lastWalletUpdate',
outputs: [{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
components: [{
internalType: "bool",
name: "delegateCall",
type: "bool"
internalType: 'bool',
name: 'delegateCall',
type: 'bool'
}, {
internalType: "bool",
name: "revertOnError",
type: "bool"
internalType: 'bool',
name: 'revertOnError',
type: 'bool'
}, {
internalType: "uint256",
name: "gasLimit",
type: "uint256"
internalType: 'uint256',
name: 'gasLimit',
type: 'uint256'
}, {
internalType: "address",
name: "target",
type: "address"
internalType: 'address',
name: 'target',
type: 'address'
}, {
internalType: "uint256",
name: "value",
type: "uint256"
internalType: 'uint256',
name: 'value',
type: 'uint256'
}, {
internalType: "bytes",
name: "data",
type: "bytes"
internalType: 'bytes',
name: 'data',
type: 'bytes'
}],
internalType: "struct IModuleCalls.Transaction[]",
name: "_txs",
type: "tuple[]"
internalType: 'struct IModuleCalls.Transaction[]',
name: '_txs',
type: 'tuple[]'
}],
name: "multiCall",
name: 'multiCall',
outputs: [{
internalType: "bool[]",
name: "_successes",
type: "bool[]"
internalType: 'bool[]',
name: '_successes',
type: 'bool[]'
}, {
internalType: "bytes[]",
name: "_results",
type: "bytes[]"
internalType: 'bytes[]',
name: '_results',
type: 'bytes[]'
}],
stateMutability: "payable",
type: "function"
stateMutability: 'payable',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
internalType: "uint256",
name: "_threshold",
type: "uint256"
internalType: 'uint256',
name: '_threshold',
type: 'uint256'
}, {
components: [{
internalType: "uint256",
name: "weight",
type: "uint256"
internalType: 'uint256',
name: 'weight',
type: 'uint256'
}, {
internalType: "address",
name: "signer",
type: "address"
internalType: 'address',
name: 'signer',
type: 'address'
}],
internalType: "struct RequireUtils.Member[]",
name: "_members",
type: "tuple[]"
internalType: 'struct RequireUtils.Member[]',
name: '_members',
type: 'tuple[]'
}, {
internalType: "bool",
name: "_index",
type: "bool"
internalType: 'bool',
name: '_index',
type: 'bool'
}],
name: "publishConfig",
name: 'publishConfig',
outputs: [],
stateMutability: "nonpayable",
type: "function"
stateMutability: 'nonpayable',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
internalType: "bytes32",
name: "_hash",
type: "bytes32"
internalType: 'bytes32',
name: '_hash',
type: 'bytes32'
}, {
internalType: "uint256",
name: "_sizeMembers",
type: "uint256"
internalType: 'uint256',
name: '_sizeMembers',
type: 'uint256'
}, {
internalType: "bytes",
name: "_signature",
type: "bytes"
internalType: 'bytes',
name: '_signature',
type: 'bytes'
}, {
internalType: "bool",
name: "_index",
type: "bool"
internalType: 'bool',
name: '_index',
type: 'bool'
}],
name: "publishInitialSigners",
name: 'publishInitialSigners',
outputs: [],
stateMutability: "nonpayable",
type: "function"
stateMutability: 'nonpayable',
type: 'function'
}, {
inputs: [{
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
}, {
internalType: "uint256",
name: "_nonce",
type: "uint256"
internalType: 'uint256',
name: '_nonce',
type: 'uint256'
}],
name: "requireMinNonce",
name: 'requireMinNonce',
outputs: [],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}, {
inputs: [{
internalType: "uint256",
name: "_expiration",
type: "uint256"
internalType: 'uint256',
name: '_expiration',
type: 'uint256'
}],
name: "requireNonExpired",
name: 'requireNonExpired',
outputs: [],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}];

@@ -577,0 +577,0 @@

export { walletContracts } from './wallet';

@@ -0,0 +0,0 @@ export declare const abi: {

@@ -0,0 +0,0 @@ export declare const abi: {

@@ -0,0 +0,0 @@ import * as erc1271 from './erc1271';

@@ -0,0 +0,0 @@ export declare const abi: {

@@ -0,0 +0,0 @@ export declare const abi: ({

@@ -0,0 +0,0 @@ export declare const abi: ({

@@ -0,0 +0,0 @@ export declare const abi: ({

{
"name": "@0xsequence/abi",
"version": "0.28.0",
"version": "0.29.0",
"description": "abi sub-package for Sequence",

@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/abi",

@@ -1,5 +0,3 @@

export const abi = [
]
export const abi = []
export const returns = {
}
export const returns = {}

@@ -1,5 +0,3 @@

export const abi = [
]
export const abi = []
export const returns = {
}
export const returns = {}

@@ -1,5 +0,3 @@

export const abi = [
]
export const abi = []
export const returns = {
}
export const returns = {}

@@ -5,14 +5,14 @@ export const abi = [

{
internalType: "address",
name: "_factory",
type: "address"
internalType: 'address',
name: '_factory',
type: 'address'
},
{
internalType: "address",
name: "_mainModule",
type: "address"
internalType: 'address',
name: '_mainModule',
type: 'address'
}
],
stateMutability: "nonpayable",
type: "constructor"
stateMutability: 'nonpayable',
type: 'constructor'
},

@@ -24,27 +24,27 @@ {

indexed: true,
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
},
{
indexed: true,
internalType: "bytes32",
name: "_imageHash",
type: "bytes32"
internalType: 'bytes32',
name: '_imageHash',
type: 'bytes32'
},
{
indexed: false,
internalType: "uint256",
name: "_threshold",
type: "uint256"
internalType: 'uint256',
name: '_threshold',
type: 'uint256'
},
{
indexed: false,
internalType: "bytes",
name: "_signers",
type: "bytes"
internalType: 'bytes',
name: '_signers',
type: 'bytes'
}
],
name: "RequiredConfig",
type: "event"
name: 'RequiredConfig',
type: 'event'
},

@@ -56,15 +56,15 @@ {

indexed: true,
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
},
{
indexed: true,
internalType: "address",
name: "_signer",
type: "address"
internalType: 'address',
name: '_signer',
type: 'address'
}
],
name: "RequiredSigner",
type: "event"
name: 'RequiredSigner',
type: 'event'
},

@@ -74,30 +74,30 @@ {

{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}
],
name: "callBalanceOf",
name: 'callBalanceOf',
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: "callBlockNumber",
name: 'callBlockNumber',
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},

@@ -107,30 +107,30 @@ {

{
internalType: "uint256",
name: "_i",
type: "uint256"
internalType: 'uint256',
name: '_i',
type: 'uint256'
}
],
name: "callBlockhash",
name: 'callBlockhash',
outputs: [
{
internalType: "bytes32",
name: "",
type: "bytes32"
internalType: 'bytes32',
name: '',
type: 'bytes32'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: "callChainId",
name: 'callChainId',
outputs: [
{
internalType: "uint256",
name: "id",
type: "uint256"
internalType: 'uint256',
name: 'id',
type: 'uint256'
}
],
stateMutability: "pure",
type: "function"
stateMutability: 'pure',
type: 'function'
},

@@ -140,17 +140,17 @@ {

{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}
],
name: "callCode",
name: 'callCode',
outputs: [
{
internalType: "bytes",
name: "code",
type: "bytes"
internalType: 'bytes',
name: 'code',
type: 'bytes'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},

@@ -160,17 +160,17 @@ {

{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}
],
name: "callCodeHash",
name: 'callCodeHash',
outputs: [
{
internalType: "bytes32",
name: "codeHash",
type: "bytes32"
internalType: 'bytes32',
name: 'codeHash',
type: 'bytes32'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},

@@ -180,108 +180,108 @@ {

{
internalType: "address",
name: "_addr",
type: "address"
internalType: 'address',
name: '_addr',
type: 'address'
}
],
name: "callCodeSize",
name: 'callCodeSize',
outputs: [
{
internalType: "uint256",
name: "size",
type: "uint256"
internalType: 'uint256',
name: 'size',
type: 'uint256'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: "callCoinbase",
name: 'callCoinbase',
outputs: [
{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: "callDifficulty",
name: 'callDifficulty',
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: "callGasLeft",
name: 'callGasLeft',
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: "callGasLimit",
name: 'callGasLimit',
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: "callGasPrice",
name: 'callGasPrice',
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: "callOrigin",
name: 'callOrigin',
outputs: [
{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: "callTimestamp",
name: 'callTimestamp',
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},

@@ -291,17 +291,17 @@ {

{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}
],
name: "knownImageHashes",
name: 'knownImageHashes',
outputs: [
{
internalType: "bytes32",
name: "",
type: "bytes32"
internalType: 'bytes32',
name: '',
type: 'bytes32'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},

@@ -311,17 +311,17 @@ {

{
internalType: "bytes32",
name: "",
type: "bytes32"
internalType: 'bytes32',
name: '',
type: 'bytes32'
}
],
name: "lastImageHashUpdate",
name: 'lastImageHashUpdate',
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},

@@ -331,17 +331,17 @@ {

{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}
],
name: "lastSignerUpdate",
name: 'lastSignerUpdate',
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},

@@ -351,17 +351,17 @@ {

{
internalType: "address",
name: "",
type: "address"
internalType: 'address',
name: '',
type: 'address'
}
],
name: "lastWalletUpdate",
name: 'lastWalletUpdate',
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256"
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},

@@ -373,52 +373,52 @@ {

{
internalType: "bool",
name: "delegateCall",
type: "bool"
internalType: 'bool',
name: 'delegateCall',
type: 'bool'
},
{
internalType: "bool",
name: "revertOnError",
type: "bool"
internalType: 'bool',
name: 'revertOnError',
type: 'bool'
},
{
internalType: "uint256",
name: "gasLimit",
type: "uint256"
internalType: 'uint256',
name: 'gasLimit',
type: 'uint256'
},
{
internalType: "address",
name: "target",
type: "address"
internalType: 'address',
name: 'target',
type: 'address'
},
{
internalType: "uint256",
name: "value",
type: "uint256"
internalType: 'uint256',
name: 'value',
type: 'uint256'
},
{
internalType: "bytes",
name: "data",
type: "bytes"
internalType: 'bytes',
name: 'data',
type: 'bytes'
}
],
internalType: "struct IModuleCalls.Transaction[]",
name: "_txs",
type: "tuple[]"
internalType: 'struct IModuleCalls.Transaction[]',
name: '_txs',
type: 'tuple[]'
}
],
name: "multiCall",
name: 'multiCall',
outputs: [
{
internalType: "bool[]",
name: "_successes",
type: "bool[]"
internalType: 'bool[]',
name: '_successes',
type: 'bool[]'
},
{
internalType: "bytes[]",
name: "_results",
type: "bytes[]"
internalType: 'bytes[]',
name: '_results',
type: 'bytes[]'
}
],
stateMutability: "payable",
type: "function"
stateMutability: 'payable',
type: 'function'
},

@@ -428,10 +428,10 @@ {

{
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
},
{
internalType: "uint256",
name: "_threshold",
type: "uint256"
internalType: 'uint256',
name: '_threshold',
type: 'uint256'
},

@@ -441,26 +441,26 @@ {

{
internalType: "uint256",
name: "weight",
type: "uint256"
internalType: 'uint256',
name: 'weight',
type: 'uint256'
},
{
internalType: "address",
name: "signer",
type: "address"
internalType: 'address',
name: 'signer',
type: 'address'
}
],
internalType: "struct RequireUtils.Member[]",
name: "_members",
type: "tuple[]"
internalType: 'struct RequireUtils.Member[]',
name: '_members',
type: 'tuple[]'
},
{
internalType: "bool",
name: "_index",
type: "bool"
internalType: 'bool',
name: '_index',
type: 'bool'
}
],
name: "publishConfig",
name: 'publishConfig',
outputs: [],
stateMutability: "nonpayable",
type: "function"
stateMutability: 'nonpayable',
type: 'function'
},

@@ -470,31 +470,31 @@ {

{
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
},
{
internalType: "bytes32",
name: "_hash",
type: "bytes32"
internalType: 'bytes32',
name: '_hash',
type: 'bytes32'
},
{
internalType: "uint256",
name: "_sizeMembers",
type: "uint256"
internalType: 'uint256',
name: '_sizeMembers',
type: 'uint256'
},
{
internalType: "bytes",
name: "_signature",
type: "bytes"
internalType: 'bytes',
name: '_signature',
type: 'bytes'
},
{
internalType: "bool",
name: "_index",
type: "bool"
internalType: 'bool',
name: '_index',
type: 'bool'
}
],
name: "publishInitialSigners",
name: 'publishInitialSigners',
outputs: [],
stateMutability: "nonpayable",
type: "function"
stateMutability: 'nonpayable',
type: 'function'
},

@@ -504,16 +504,16 @@ {

{
internalType: "address",
name: "_wallet",
type: "address"
internalType: 'address',
name: '_wallet',
type: 'address'
},
{
internalType: "uint256",
name: "_nonce",
type: "uint256"
internalType: 'uint256',
name: '_nonce',
type: 'uint256'
}
],
name: "requireMinNonce",
name: 'requireMinNonce',
outputs: [],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
},

@@ -523,12 +523,12 @@ {

{
internalType: "uint256",
name: "_expiration",
type: "uint256"
internalType: 'uint256',
name: '_expiration',
type: 'uint256'
}
],
name: "requireNonExpired",
name: 'requireNonExpired',
outputs: [],
stateMutability: "view",
type: "function"
stateMutability: 'view',
type: 'function'
}
]
]
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