-
As stated in the Solidity docs (http://solidity.readthedocs.io/en/develop/security-considerations.html#use-the-checks-effects-interactions-pattern), it is much safer to use the Checks-Effects-Interact…
-
[Line 134](https://github.com/BlockchainLabsNZ/mothership-sen/blob/b2cd76f851f44f421530eb31ad85e33235a87355/contracts/MiniMeToken.sol#L134) of MiniMeToken.sol
```
if (allowed[_from][msg.sender] < _a…
-
## 🚀 Feature
I believe there isn't a way to read data from an eth node using the CLI.
I tried using `exec`, but it doesn't work because of tx pathing.
I wanted to read whether a minimetoken/t…
-
https://github.com/Giveth/minime/blob/c23d03cb02b0fb89662fe1617e5e7136cbf270a4/contracts/MiniMeToken.sol#L454
-
MiniMeToken.sol, lines:
[189](https://github.com/BlockchainLabsNZ/mothership-sen/blob/b2cd76f851f44f421530eb31ad85e33235a87355/contracts/MiniMeToken.sol#L189),
[222](https://github.com/BlockchainLa…
-
The MiniMeToken has several permissionless perks, but currently the entire system can be compromised by a single entity which is the owner of SNTPlaceHolder (current controller).
That’s because it c…
-
This concerns many occurrences in source files MultiSigWallet.sol and MiniMeToken.sol.
There are several reason to use 'require(condition);' instead of 'if(!condition) throw;' :
1. Faster execut…
-
https://github.com/Giveth/ds-math/blob/master/src/SafeMath.sol
I like this library! Let's use it (Thx Dani ;-) )
-
Hi,
I'm running a tool that detects vulnerable contracts. While analyzing MiniMeToken, we found that function [updateValueAtNow](https://github.com/status-im/status-network-token/blob/master/contra…
-
With `git checkout 000-snt-voting-dapp` there appears to be some tests that are deprecated using Embark `3.1.2`:
```
embark test
...
EmbarkSpec & deployAll are not supported anymore
You can lea…