BridgeRouter
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
42
Slot
XX
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
Balances ($0.00)
No balances found for "BridgeRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18200372 | a year ago | | | 0 | 0.00028042231 | |
| 18200371 | a year ago | | | 0 | 0.0012793159 |
ABI
ABI objects
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 data, uint256 slippage) view returns (uint256)
getTxFees(address token, uint256 dataLength) view returns (uint256 fee)
getTxRelayer(bytes32 commitment) view returns (address)
State-modifying
Events enter(address token, uint256 amount, uint256 amountMin, uint256 deadline, uint256 targetChainId, address to, bytes callData)
enterETH(uint256 amountMin, uint256 deadline, uint256 targetChainId, address to, bytes callData) payable
exit(bytes data, bytes[] signatures, struct 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 token, address newOwner)
unpause()
updateTokenInfo(address token, string newName, string newSymbol, uint8 newDecimals)
Enter(address indexed token, address indexed exitor, address indexed originSender, address router, uint256 amount, uint256 amountMin, uint256 deadline, uint256 nonce, uint256 localChainId, uint256 targetChainId, bytes callData)
Exit(address indexed token, address indexed exitor, address indexed executor, uint256 amount, bytes32 commitment, uint256 localChainId, uint256 extChainId)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.