Admin
Endpoints dedicated to the administration of Smart Contracts via multi-signature
📄️ Modifying another client's permissions on the token
A client with administrative permissions over a token can modify the permissions that other clients have on that token
📄️ Generates the necessary calldata to add an agent to a token, then sign it and send it to the MultiSig wallet
Generates the necessary calldata to add an agent to a token, then sign it and send it to the MultiSig wallet
📄️ Generates the necessary calldata to remove an agent from a token, then sign it and send it to the MultiSig wallet
Generates the necessary calldata to remove an agent from a token, then sign it and send it to the MultiSig wallet
📄️ Generate the typed data for the subsequent EIP712 signature required for sending the transaction to the MultiSig
Generate the typed data for the subsequent EIP712 signature required for sending the transaction to the MultiSig
📄️ Sends multi-signed calldata
Sends multi-signed calldata