milancermak / ltoken

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ltoken

⚠️ This code has a vulnerability. It's on purpose. ⚠️

About

The contract in this repo is a ERC20 token with additional mint and burn functionality. It is an exploration of linear types when used in for keeping token balances. Note the vulnerability doesn't have anything to do with the fact that the token balance deviation from the ERC20 spec (u128 vs. u256).

About

License:Apache License 2.0


Languages

Language:Cairo 100.0%