Constants
Constant state used by the swap router
State Variables
CONTRACT_BALANCE
Used for identifying cases when this contract's balance of a token is to be used
MSG_SENDER
Used as a flag for identifying msg.sender, saves gas by sending more 0 bytes
ADDRESS_THIS
Used as a flag for identifying address(this), saves gas by sending more 0 bytes
Last updated