BridgeRouter

Verified contract

Implementation

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

No balances found for "BridgeRouter"

0x03476ebaa0eaefab2f0dcdfa530f41cb888bcb3db5ada551f6e50b106ae38af4
0xe9f3cacb0338d2a144e209aa346952c2a9beb795301b582dc55ee58a653571d5

Functions
Getter at block 21230755
VERSION(view returns (uint8)
1
cosignerManager(view returns (address)
0x0000000000000000000000000000000000000000
feeManager(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
priceOracle(view returns (address)
0x0000000000000000000000000000000000000000
relayerManager(view returns (address)
0x0000000000000000000000000000000000000000
tokenManager(view returns (address)
0x0000000000000000000000000000000000000000
weth9(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRelayerSubmitInfoFromData(bytes datauint256 slippageview returns (uint256)
getTxFees(address tokenuint256 dataLengthview returns (uint256 fee)
getTxRelayer(bytes32 commitmentview returns (address)
State-modifying
enter(address tokenuint256 amountuint256 amountMinuint256 deadlineuint256 targetChainIdaddress tobytes callData
enterETH(uint256 amountMinuint256 deadlineuint256 targetChainIdaddress tobytes callDatapayable 
exit(bytes databytes[] signaturesstruct IBridgeRouterProcessorParams params
initialize(address weth9_address cosignerManager_address tokenManager_address feeManager_address relayerManager_address priceOracle_
pause(
renounceOwnership(
setCosignerManager(address newCosignerManager
setFeeManager(address newFeeManager
setPriceOracle(address newPriceOracle
setRelayerManager(address newRelayerManager
setTokenManager(address newTokenManager
setWETH9(address newWeth9
transferOwnership(address newOwner
transferTokenOwnership(address tokenaddress newOwner
unpause(
updateTokenInfo(address tokenstring newNamestring newSymboluint8 newDecimals
Events
Enter(address indexed tokenaddress indexed exitoraddress indexed originSenderaddress routeruint256 amountuint256 amountMinuint256 deadlineuint256 nonceuint256 localChainIduint256 targetChainIdbytes callData
Exit(address indexed tokenaddress indexed exitoraddress indexed executoruint256 amountbytes32 commitmentuint256 localChainIduint256 extChainId
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.