chi
chi copied to clipboard
Chi Gastoken by 1inch
## Story As a user who want to use the Chi token in my own solidity contracts, I want to be able to import the interface of the Chi token...
Can I test it in the testnet anyway
I have noticed different `value` in `freeFromUpTo`: - [medium](https://medium.com/@1inch.exchange/1inch-introduces-chi-gastoken-d0bd5bb0f92b) - `(gasSpent + 14154) / 41947` ``` modifier discountCHI { uint256 gasStart = gasleft(); _; uint256 gasSpent = 21000 + gasStart...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.1 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...
Bumps [decompress](https://github.com/kevva/decompress) from 4.2.0 to 4.2.1. Release notes Sourced from decompress's releases. v4.2.1 Prevent directory traversal (#73) 967146e https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1 Commits 84a8c10 4.2.1 fafff47 Meta tweaks 967146e Prevent directory traversal (#73)...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
#### Changes This saves 1 gas each time by using callvalue(). This saves hundreds of gas for mint and burn in the profiling done by the tests. #### Testing I...
[ERC20](https://eips.ethereum.org/EIPS/eip-20) does not require that transferFrom emits Approval but it does so when it invokes `_approve`.