From f5f3a77ae2c8a3974bf2530c2725a1728020e1ed Mon Sep 17 00:00:00 2001 From: Koziorov Roman <74938103+Raskolnikofff@users.noreply.github.com> Date: Sun, 24 Dec 2023 17:02:15 +0300 Subject: [PATCH 1/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9075651..57c8402 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,6 @@ Contains lists of things to know/remember in different topics. , it was used and created during the creation of the BOK token smart contract. See SafeUpgradeableTokenERC20 contract implementation here: https://github.com/guylando/EthereumSmartContracts 2. Many information security lists which I will later move to this github repository appear in my blog here: https://secinfodb.wordpress.com/ + + +https://consensys.github.io/smart-contract-best-practices/ From 3c298a8299cd9ee8ddb7b13112a9cddc5878b5f4 Mon Sep 17 00:00:00 2001 From: Koziorov Roman <74938103+Raskolnikofff@users.noreply.github.com> Date: Sun, 24 Dec 2023 17:03:42 +0300 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57c8402..e196563 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ Contains lists of things to know/remember in different topics. 2. Many information security lists which I will later move to this github repository appear in my blog here: https://secinfodb.wordpress.com/ - +https://medium.com/coinmonks/math-in-solidity-part-3-percents-and-proportions-4db014e080b1 https://consensys.github.io/smart-contract-best-practices/ From 85a903f59d95d9a92f9aadacb6bd468c8c42a003 Mon Sep 17 00:00:00 2001 From: Koziorov Roman <74938103+Raskolnikofff@users.noreply.github.com> Date: Sun, 24 Dec 2023 17:04:09 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e196563..d9e2cd3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ Contains lists of things to know/remember in different topics. , it was used and created during the creation of the BOK token smart contract. See SafeUpgradeableTokenERC20 contract implementation here: https://github.com/guylando/EthereumSmartContracts 2. Many information security lists which I will later move to this github repository appear in my blog here: https://secinfodb.wordpress.com/ - +https://solidity-by-example.org/hacks/deploy-different-contracts-same-address/ https://medium.com/coinmonks/math-in-solidity-part-3-percents-and-proportions-4db014e080b1 https://consensys.github.io/smart-contract-best-practices/ From 7f6dd094b0b63f745734c300c7c6a5430eea99be Mon Sep 17 00:00:00 2001 From: Koziorov Roman <74938103+Raskolnikofff@users.noreply.github.com> Date: Sun, 24 Dec 2023 17:04:24 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9e2cd3..c755a25 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Contains lists of things to know/remember in different topics. , it was used and created during the creation of the BOK token smart contract. See SafeUpgradeableTokenERC20 contract implementation here: https://github.com/guylando/EthereumSmartContracts 2. Many information security lists which I will later move to this github repository appear in my blog here: https://secinfodb.wordpress.com/ + https://solidity-by-example.org/hacks/deploy-different-contracts-same-address/ https://medium.com/coinmonks/math-in-solidity-part-3-percents-and-proportions-4db014e080b1 https://consensys.github.io/smart-contract-best-practices/