accessController
: The address of the AccessController contract to be used for permission checksipAssetRegistry
: The address of the IP Asset RegistrylicenseRegistry
: The address of the License RegistrymoduleRegistry
: The address of the Module RegistryinterfaceId
: The interface identifier, as specified in ERC-165chainId
: The EIP-155 ID of the chain the token exists ontokenContract
: The contract address of the tokentokenId
: The ID of the tokensigner
: The signer to checkdata
: The data to be checked, encoded as abi.encode(address to, bytes calldata)
signer
: The signer to checkto
: The recipient of the transactiondata
: The calldata to check againstsigner
: The signer to checkto
: The recipient of the transactiondata
: The calldata to check againstto
: The recipient of the transactionvalue
: The amount of Ether to senddata
: The data to send along with the transactionsigner
: The signer of the transactiondeadline
: The deadline of the transaction signaturesignature
: The signature of the transaction, EIP-712 encodedto
: The recipient of the transactionvalue
: The amount of Ether to senddata
: The data to send along with the transactionto
: The recipient of the transactionvalue
: The amount of Ether to senddata
: The data to send along with the transactionoperation
: The operation type to perform, only 0 - CALL is supportedcalls
: The array of calls to executeoperation
: The operation type to perform, only 0 - CALL is supportedhash
: The hash of the data to be signedsignature
: The signature to verifyto
: The recipient of the transactionvalue
: The amount of Ether sentdata
: The data sent along with the transactionstate
: The new state (nonce) of the accountto
: The recipient of the transactionvalue
: The amount of Ether sentdata
: The data sent along with the transactionstate
: The new state (nonce) of the accountdeadline
: The deadline of the transaction signaturesigner
: The signer of the transactionsignature
: The signature of the transaction