SEN is an ERC20 token which is made on top of MiniMeToken https://github.com/Giveth/minime with few additional features:
- It supports
Burnableinterface which allows acontrolleror aburnerto destroy tokens under their control; - It provides a
finalizemethod to prevent any further token issue.
Distribution contract is a proxy for SEN contract.
- It took control over the token minting to oraclaze payment information for off-chain payment processing;
- It limits tokens issue with a total suppy cap;
- It mint a special tokens pool to a
reserveWallet(for team/bonuses/etc).