View gist:86a7293da1f31b1521c9ca42fae782fe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//l 366 | |
uint16 constant maxFeeLimit = 300; | |
//l 367 | |
uint8 constant maxProtectBlockLimit = 30; | |
//l 373 | |
uint8 private _protectBlockLiquidityFee; | |
//l 374 | |
uint8 private _protectBlockRewardFee; | |
//l 375 | |
uint8 private _protectBlockMarketingFee; |
View API.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_format": "hh-sol-artifact-1", | |
"contractName": "API", | |
"sourceName": "contracts/API.sol", | |
"abi": [ | |
{ | |
"inputs": [ | |
{ | |
"internalType": "address", | |
"name": "_protocol", |