You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README.md
* feat: Standardize README and clean up (#49)
* feat: Standard Readme and cleanup
* fix: PR Review
Co-authored-by: Michael De Luca <[email protected]>
Basic ERC-20 contract designed to be inherited and extended. Leveraging native overflow checks in solc 0.8 to simplify ERC-20 implementation. It should be noted that this ERC-20 implementation does not include some functionality that is commonly used in other tokens, such as:
6
8
-`address(0)` checks on `_transfer`
7
9
-`push`
@@ -11,13 +13,23 @@ This was intentional, as this ERC-20 was intended to have the minimum functional
11
13
12
14
This token implementation includes ERC-2612 [permit](https://eips.ethereum.org/EIPS/eip-2612) capability as well as `increaseAllowance` and `decreaseAllowance` functions.
This project was built using [Foundry](https://book.getfoundry.sh/). Refer to installation instructions [here](https://github.com/foundry-rs/foundry#installation).
@@ -34,16 +46,10 @@ These contracts were inspired by and/or directly modified from the following sou
34
46
35
47
For all information related to the ongoing bug bounty for these contracts run by [Immunefi](https://immunefi.com/), please visit this [site](https://immunefi.com/bounty/maple/).
36
48
37
-
| Severity of Finding | Payout |
38
-
|---|---|
39
-
| Critical | $50,000 |
40
-
| High | $25,000 |
41
-
| Medium | $1,000 |
42
-
43
49
## About Maple
44
50
Maple is a decentralized corporate credit market. Maple provides capital to institutional borrowers through globally accessible fixed-income yield opportunities.
45
51
46
-
For all technical documentation related to the Maple protocol, please refer to the GitHub [wiki](https://github.com/maple-labs/maple-core/wiki).
52
+
For all technical documentation related to the Maple protocol, please refer to the GitHub [wiki](https://github.com/maple-labs/maple-core-v2/wiki).
0 commit comments