5. Multi-Sig capabilities

1) Roles and structure of multisig managers DMCC wants to secure the distribution of tokens with the Multi-Sig function, adding security to the transmission and management of tokens. The multisig manager may perform the following functions. a. Transaction management and wallet management of multisig participants b. Approval of transactions awaiting approval c. Refusal of transactions awaiting approval

Multisig codes for the above three functions are as follows.

//solidity

These three functions is provided by the third party application named Safe Wallet

https://app.safe.global/welcome

//

If the transfer of the wallet is approved by the multisig manager, an example of sending a transaction is as follows

//solidity

These three functions is provided by the third party application named Safe Wallet

https://app.safe.global/welcome

//

2) Time-Lock The administrator wallet, which manages DMCC's multisig wallet, is equipped with a time-lock function. After the transmission is approved, the lock period is 48 hours, and the contract activates the transaction after 48 hours. Time lock is designed for the following security reasons. a. Prevent or review excessive movement of supplies with unknown reasons b. Prevents excessive selling on exchanges after the token's transaction has been completed c. Review or prevent smart contracts from hacking 3) Multisig Manager and Responsible Address DMCC is managed by a 3-type multisig wallet. The address is disclosed below.

Multi-sign 1: 0x1E072726E4C0d412848c3C5f76C141A6eEa45282

Multi-sign2: 0x2cf21b446F3Dc0924EB906A33af24A4ddA030cC8

Multi-sign3: 0x9FFF25B3957C404aa124949dc4bA5ecaf2fF5425

Last updated