Some changes have been made in result of first audit. Following points mentioned in previous audit report are still need to be addressed.
This issue doesn't exist in previous version.
DragonLock.sol
| /** | |
| * MultiSig.sol v1.0.0 | |
| * | |
| * Bilal Arif - https://twitter.com/furusiyya_ | |
| * Block360 | |
| */ | |
| pragma solidity 0.4.18; |
Some changes have been made in result of first audit. Following points mentioned in previous audit report are still need to be addressed.
This issue doesn't exist in previous version.
DragonLock.sol
| 0x00 0 STOP | |
| 0x01 3 ADD | |
| 0x02 5 MUL | |
| 0x03 3 SUB | |
| 0x04 5 DIV | |
| 0x05 5 SDIV | |
| 0x06 5 MOD | |
| 0x07 5 SMOD | |
| 0x08 8 ADDMOD | |
| 0x09 8 MULMOD |
I hereby claim:
To claim this, I am signing this object:
| pragma solidity ^0.4.24; | |
| library SafeMath { | |
| function mul(uint256 a, uint256 b) internal pure returns (uint256) { | |
| if (a == 0) { | |
| return 0; | |
| } | |
| uint256 c = a * b; |