minime
minime copied to clipboard
Minimi Token. ERC20 compatible clonable token
see https://github.com/ethereum/EIPs/issues/717
I have created a diagram to better understand the structure and relationship among the provided smart contracts
This PR is almost a complete rewrite, but I'll create a PR nonetheless, just to share what I've been doing. * Split the behaviour of MiniMeToken into several components, each...
Also taken from the Token Card Token Contract: https://github.com/MonolithDAO/token/blob/master/src/Token.sol#L98 I'm not sure on the style choices but I do have a strong opinion on the name ;-) so i changed...
Add a special function in the total supply function that subtracts the amount in the 0x0
LOW IMPORTANCE MiniMeToken.approve(...) has a check requiring non-zero approval limits to be set to 0 before being set to a different non-zero value. The recently finalised [ERC20 Token Standard](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20-token-standard.md#approve) suggest...
I just made a video about your `claimTokens` https://www.youtube.com/watch?v=RL_e8fot29A Every contract should have it
`claimTokens` needs to be explicitly public
Removes [hawk](https://github.com/mozilla/hawk). It's no longer used after updating ancestor dependency [fsevents](https://github.com/fsevents/fsevents). These dependencies need to be updated together. Removes `hawk` Updates `fsevents` from 1.1.2 to 2.3.2 Release notes Sourced from...