Variables ​
Inherits: ERC20, Constants
State Variables ​
lastTimestamp ​
solidity
uint40 public lastTimestamp;
feeOrReward ​
If positive then rewards, if negative then fee. 1e6 = 100%, 1e4 = 1%, minimum 0.0001% fee or reward.
solidity
int32 public feeOrReward;
exchangePrice ​
solidity
uint184 public exchangePrice;
rebalancer ​
solidity
address public rebalancer;
dexFromAddress ​
solidity
address public dexFromAddress;
_status ​
status for reentrancy guard
solidity
uint8 internal _status;