mirror of
https://github.com/Instadapp/InstaContract.git
synced 2024-07-29 22:47:45 +00:00
Audit Report using Security Tools
This commit is contained in:
parent
d682e01595
commit
d46354fd13
|
@ -1,4 +1,4 @@
|
||||||
pragma solidity ^0.5.0;
|
pragma solidity 0.5.0;
|
||||||
|
|
||||||
/* solium-disable mixedcase */
|
/* solium-disable mixedcase */
|
||||||
contract Migrations {
|
contract Migrations {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pragma solidity ^0.5.0;
|
pragma solidity 0.5.0;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pragma solidity ^0.5.0;
|
pragma solidity 0.5.0;
|
||||||
|
|
||||||
|
|
||||||
contract AddressRegistry {
|
contract AddressRegistry {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pragma solidity ^0.5.0;
|
pragma solidity 0.5.0;
|
||||||
|
|
||||||
|
|
||||||
library SafeMath {
|
library SafeMath {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pragma solidity ^0.5.0;
|
pragma solidity 0.5.0;
|
||||||
|
|
||||||
|
|
||||||
library SafeMath {
|
library SafeMath {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Resolver to Wipe & Coll any CDP
|
// Resolver to Wipe & Coll any CDP
|
||||||
pragma solidity ^0.5.0;
|
pragma solidity 0.5.0;
|
||||||
|
|
||||||
|
|
||||||
library SafeMath {
|
library SafeMath {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pragma solidity ^0.5.0;
|
pragma solidity 0.5.0;
|
||||||
|
|
||||||
|
|
||||||
library SafeMath {
|
library SafeMath {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pragma solidity ^0.5.0;
|
pragma solidity 0.5.0;
|
||||||
|
|
||||||
interface IERC20 {
|
interface IERC20 {
|
||||||
function balanceOf(address who) external view returns (uint256);
|
function balanceOf(address who) external view returns (uint256);
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
//// RAVINDRA
|
//// RAVINDRA
|
||||||
// How can we create a global variable for "loanMaster"?
|
// How can we create a global variable for "loanMaster"?
|
||||||
|
|
||||||
pragma solidity ^0.5.0;
|
pragma solidity 0.5.0;
|
||||||
|
|
||||||
|
|
||||||
library SafeMath {
|
library SafeMath {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pragma solidity ^0.5.0;
|
pragma solidity 0.5.0;
|
||||||
|
|
||||||
|
|
||||||
library SafeMath {
|
library SafeMath {
|
||||||
|
|
|
@ -16,6 +16,7 @@ const ropstenProvider = new HDWalletProvider(
|
||||||
)
|
)
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
plugins: [ "truffle-security" ],
|
||||||
migrations_directory: './migrations',
|
migrations_directory: './migrations',
|
||||||
networks: {
|
networks: {
|
||||||
test: {
|
test: {
|
||||||
|
@ -40,6 +41,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
solc: {
|
solc: {
|
||||||
|
version: '0.5.4',
|
||||||
optimizer: {
|
optimizer: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
runs: 500
|
runs: 500
|
||||||
|
|
Loading…
Reference in New Issue
Block a user