ERC-3643
Endpoints related to tokens compliant with the ERC-3643 standard, including those required for creating signatures and permits needed for mint, burn and transfer transactions
๐๏ธ Obtain Issuer of token
Obtains the Issuer of an ERC3643 token
๐๏ธ EIP712 Recovery Address Typed Data
Generates the typed data to sign a request for recovering a lost account by moving the tokens and replicating the state to the new address
๐๏ธ Recovers a lost address
Recover a lost address by moving the tokens and replicating the state to the new address
๐๏ธ Execute Batch Mint
Executes multiple minting events in batch transactions
๐๏ธ EIP712 Burn Typed Data
Generates the typed data for the signature of the Burn request. This endpoint should be called by ERIR tenant
๐๏ธ Execute Burn
Executes a token burn
๐๏ธ EIP712 Batch Burn Typed Data
Generates the typed data for the signature of the Batch Burn request. This endpoint should be called by ERIR tenant
๐๏ธ Execute Batch Burn
Executes a token burn in batches
๐๏ธ EIP712 Transfer Typed Data
Generates the typed data for the signature of the Transfer request. This endpoint should be called by ERIR tenant
๐๏ธ Execute Transfer
Executing a transfer between investors
๐๏ธ EIP712 BatchTransfer Typed Data
Generates the typed data for the signature of the Batch Transfer request. This endpoint should be called by ERIR tenant
๐๏ธ Execute Batch Transfer
Execute a token transfers in batches
๐๏ธ EIP712 Forced Transfer Typed Data
Obtains the typed data for the signature required for the forced transfer of tokens
๐๏ธ Execute Forced Transfer
Execute multiple forced transfers of tokens
๐๏ธ EIP712 Batch Forced Transfer Typed Data
Generates the typed data for the signature required for the forced transfer of tokens in batches
๐๏ธ Execute Batch Forced Transfer
Executes multiple forced transfers of tokens in batches
๐๏ธ EIP712 Freeze Address Typed Data
Generates the typed data for the signature required to freeze an address
๐๏ธ Execute Freeze Address
Freezes an address to prevent it from receiving or sending tokens
๐๏ธ EIP712 Batch Freeze Address Typed Data
Generates the typed data for the signature required to freeze multiple addresses
๐๏ธ Execute Batch Freeze Address
Freezes multiple addresses to prevent them from receiving or sending tokens
๐๏ธ EIP712 Unfreeze Address Typed Data
Generates the typed data for the signature required to unfreeze an address
๐๏ธ Execute Unfreeze Address
Unfreezes an address so that it can send and receive tokens again
๐๏ธ EIP712 Batch Unfreeze Address Typed Data
Generates the typed data for the signature required to unfreeze multiple addresses
๐๏ธ Execute Batch Unfreeze Address
Unfreezes multiple addresses so that it can send and receive tokens again
๐๏ธ EIP712 Freeze Tokens Typed Data
Generates the typed data for the signature required to freeze tokens
๐๏ธ Execute Freeze Tokens
Freezes tokens of an address to prevent them from being sent
๐๏ธ EIP712 Batch Freeze Tokens Typed Data
Generate the typed data for the signature required to freeze tokens of multiple addresses
๐๏ธ Execute Batch Freeze Tokens
Freezes tokens of multiple addresses to prevent them from being sent
๐๏ธ EIP712 Unfreeze Tokens Typed Data
Generates the typed data for the signature required to unfreeze tokens
๐๏ธ Execute Unfreeze Tokens
Unfreeze tokens of an address to allow them to be sent again
๐๏ธ EIP712 Batch Unfreeze Tokens Typed Data
Generates the typed data for the signature required to unfreeze tokens de varias direcciones
๐๏ธ Execute Batch Unfreeze Tokens
Unfreeze tokens of multiple addresses to allow them to be sent again
๐๏ธ Proposes an update to the logic of the ERC-3643 standard
Proposes an update to the logic of the ERC-3643 standard
๐๏ธ Proposes an update to the token's identity registry
Proposes an update to the token's identity registry
๐๏ธ Proposes an update to the token's compliance module
Proposes an update to the token's compliance module
๐๏ธ Proposes an update to the address of the ERIR wallet
Proposes an update to the address of the ERIR wallet
๐๏ธ Updates the token's implementation
To update the token's implementation, both the ERIR and the Issuer must submit the same update request
๐๏ธ Updates the implementation of the token's identity registry
To update the identity registry, both the ERIR and the Issuer must submit the same update request
๐๏ธ Updates the implementation of the token's compliance module
To update the compliance module, both the ERIR and the Issuer must submit the same update request
๐๏ธ Update the ERIR address associated with the token
To update the ERIR address, both the current ERIR and the Issuer must submit the same update request
๐๏ธ EIP712 Commit Upgrade Typed Data
Generates the typed data for the signature of the update request
๐๏ธ Obtains the previous commits for a new implementation
Obtains the previous commits for a new implementation
๐๏ธ Obtain the previous commits for a new implementation
Obtain the previous commits for a new implementation
๐๏ธ Obtains the previous commits for a new implementation
Obtains the previous commits for a new implementation
๐๏ธ Adds a module to an already deployed token
Adds a module to an already deployed token
๐๏ธ Removes a module from an already deployed token
Removes a module from an already deployed token
๐๏ธ Token Modules
Obtener los mรณdulos asociados a un token ya desplegado
๐๏ธ Token Operator
Obtains the token operator associated with a token and client
๐๏ธ Token ERIR
Obtains the ERIR associated to an ERC3643 token
๐๏ธ Available Token Modules
Obtains the available modules that can be added to a token