DexManagerFacet

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x088bb413 at 15189952
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 4 additional slots

No balances found for "DexManagerFacet"

No transactions found for "DexManagerFacet"


Functions
Getter at block 20890927
approvedDexs(view returns (address[] addresses)
[]
Read-only
isFunctionApproved(bytes32 _signatureview returns (bool approved)
State-modifying
addCorrectSwap(address _correctSwap
addDex(address _dex
addFee(address _gatewayaddress _soFee
batchAddDex(address[] _dexs
batchRemoveDex(address[] _dexs
batchSetFunctionApprovalBySignature(bytes32[] _signaturesbool _approval
removeDex(address _dex
setFunctionApprovalBySignature(bytes32 _signaturebool _approval
Events
CorrectSwapRouterSelectorsChanged(address indexed correctSwap
DexAdded(address indexed dexAddress
DexRemoved(address indexed dexAddress
FunctionSignatureApprovalChanged(bytes32 indexed functionSignaturebool indexed approved
GatewaySoFeeSelectorsChanged(address indexed gatewayAddressaddress indexed soFeeAddress
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidConfig(