Flags
Variables
UNWRAP_ETH
Flag to unwrap ETH
REVERT_IF_EXTERNAL_FAIL
Flag to revert if external call fails
PROXY_WITH_SENDER
Flag to call proxy with a sender contract
SEND_HASHED_DATA
Data is hash in DeBridgeGate send method
Functions
getFlag
Get flag
Parameters:
Name | Type | Description |
---|---|---|
| uint256 | Flags packed to uint256 |
| uint256 | Flag to check |
setFlag
Set flag
Parameters:
Name | Type | Description |
---|---|---|
| uint256 | Flags packed to uint256 |
| uint256 | Flag to set |
| bool | Is set or not set |
Last updated