-
**Observation:** It is possible for someone to transfer tokens to the contract address when they meant to send ETH. It is best practice to implement a function for the owner to retrieve tokens - An ex…
-
`minime` has a `claimToken` function. This method can be used by the controller to extract mistakenly sent tokens to this contract.
https://github.com/Giveth/minime/blob/ea04d950eea153a04c51fa510b0…
-
We need minime latest version
-
I deployed an ICO smart contract with abi that include:
```
{
"constant": true,
"inputs": [],
"name": "totalSupply",
"outputs": [
{
"name": "",
"type": "…
-
https://github.com/Giveth/minime/blob/master/contracts/MiniMeToken.sol#L535-L545
```
function claimTokens(address _token) onlyController {
if (_token == 0x0) {
controller.t…
-
[MiniMeToken.sol, line 160](https://github.com/BlockchainLabsNZ/mothership-sen/blob/b2cd76f851f44f421530eb31ad85e33235a87355/contracts/MiniMeToken.sol#L160):
```
var previousBalanceFrom = balanc…
-
[MiniMeToken.sol, line 233](https://github.com/BlockchainLabsNZ/mothership-sen/blob/b2cd76f851f44f421530eb31ad85e33235a87355/contracts/MiniMeToken.sol#L233)
```
function approveAndCall(address _spen…
-
- [ ] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue.
---------------------------
## Issue
Encountering `Error: Invalid number of arg…
-
If I understand the README.md correctly, the steps to launch a Token + Campaign are:
1. Create MiniMeTokenFactory
2. Create the MineMeToken contract using address of contract created in step 1…
-
For the PNK contract:
https://github.com/kleros/kleros/blob/master/contracts/PinakionPOC.sol
MinimeERC20:
https://github.com/kleros/kleros-interaction/blob/master/contracts/standard/arbitration/A…