BaseBridge

Verified contract

Active on Ethereum with 230 txns
Deployed by via 0x83f7bab7 at 17821276
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $56
0xf2ac872ea68c42eaa9ceb2982d8c7acbe125d3c66eeb20e607b0e867d7d7caf3
0x317eb095840f6262daa034b6dad75dc8ccc19ca7d182e5ce257f4b64bb7d47bb
0x07933e44b894260f5d7a93b9a988734b2fdc3b06b52720c0c0fecbb799eee3bd
0x1ea5ff428687b3776d8c79ecad0b257244e3abc44cce23731e51d3dcbb160841
0xe3164c79c3365b1d328a6adf235d4cdc4730805a8627230abf26e9b026534c38
0x0d1c6fd0f401db44ea696652bd76fda900e23e15f79aabb6e8f19d77fef2ec99
0xa51040e214ac79b3b0c7e86a3e0eed82ac4a4456fb9e763ff49f620d62ad34c2
0x4293158eb306a37308f0317f0aa9146e5539c355e6d590505ae9caa2728c3d4c
0xf70f19fd631900e9f1a1d90fdca02d64729079915b61a6d086c4031109c6900b
0xb0e48e5a27fc2abf8e795785b37910d2e57c577662c539dd5e1639199266df53

Functions
Getter at block 21224087
DEFAULT_PAYLOAD_SIZE_LIMIT(view returns (uint256)
10000
bridgeFee(view returns (uint256)
10
bridgeFeeRecipient(view returns (address)
0x0c7e15f49d722895925ca524d1fd4361399ed065
bridgingEnabled(view returns (bool)
true
currentChainId(view returns (uint256)
101
destChainId(view returns (uint16)
184
l1ChainId(view returns (uint16)
101
l2ChainId(view returns (uint16)
184
lzEndpoint(view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
otherSideOfBridge(view returns (address)
0x6c0b6cdbf6e1910cd5821440872a6c6145526658
owner(view returns (address)
0xa9c39ac486f28c2b8cd900a5e6c8274049bb1448
paused(view returns (bool)
false
precrime(view returns (address)
0x0000000000000000000000000000000000000000
totalBridgedOn(view returns (uint256)
16236800000000000000
totalFeesEarned(view returns (uint256)
23655190000000000000
totalFeesWithdrawn(view returns (uint256)
6000000000000000
totalReleased(view returns (uint256)
399589070000000000000
totalUnclaimedOwed(view returns (uint256)
6653040000000000000
withdrawableAfterUsersMadeWhole(view returns (uint256)
0
Read-only
balances(addressview returns (uint256)
failedMessages(uint16bytesuint64view returns (bytes32)
getConfig(uint16 _versionuint16 _chainIdaddressuint256 _configTypeview returns (bytes)
getTrustedRemoteAddress(uint16 _remoteChainIdview returns (bytes)
isTrustedRemote(uint16 _srcChainIdbytes _srcAddressview returns (bool)
minDstGasLookup(uint16uint16view returns (uint256)
payloadSizeLimitLookup(uint16view returns (uint256)
trustedRemoteLookup(uint16view returns (bytes)
State-modifying
bridge(payable 
claimBalance(
forceResumeReceive(uint16 _srcChainIdbytes _srcAddress
lzReceive(uint16 _srcChainIdbytes _srcAddressuint64 _noncebytes _payload
nonblockingLzReceive(uint16 _srcChainIdbytes _srcAddressuint64 _noncebytes _payload
ownerWithdraw(uint256 amount_
pause(
renounceOwnership(
retryMessage(uint16 _srcChainIdbytes _srcAddressuint64 _noncebytes _payloadpayable 
setBridgeFee(uint256 fee_
setBridgeFeeRecipient(address recipient_
setBridgingEnabled(bool enabled_
setConfig(uint16 _versionuint16 _chainIduint256 _configTypebytes _config
setMinDstGas(uint16 _dstChainIduint16 _packetTypeuint256 _minGas
setOtherSideOfBridge(address otherSideOfBridge_
setPayloadSizeLimit(uint16 _dstChainIduint256 _size
setPrecrime(address _precrime
setReceiveVersion(uint16 _version
setSendVersion(uint16 _version
setTrustedRemote(uint16 _remoteChainIdbytes _path
setTrustedRemoteAddress(uint16 _remoteChainIdbytes _remoteAddress
transferOwnership(address newOwner
unpause(
withdrawFeesEarned(uint256 amount_
Events
EarnedFeesWithdrawn(uint256 amount
FundsReceived(address indexed senderuint256 amount
FundsReleased(address indexed recipientuint256 amount
MessageFailed(uint16 _srcChainIdbytes _srcAddressuint64 _noncebytes _payloadbytes _reason
OwnerWithdrew(uint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RetryMessageSuccess(uint16 _srcChainIdbytes _srcAddressuint64 _noncebytes32 _payloadHash
SetMinDstGas(uint16 _dstChainIduint16 _typeuint256 _minDstGas
SetPrecrime(address precrime
SetTrustedRemote(uint16 _remoteChainIdbytes _path
SetTrustedRemoteAddress(uint16 _remoteChainIdbytes _remoteAddress
Unpaused(address account
Constructor
constructor(uint256 l1ChainId_uint256 l2ChainId_address lzEndpoint_uint256 currentChainId_uint256 destChainId_address bridgeFeeRecipient_
Fallback and receive
fallback(
receive(
Errors
ConfigError(
NoBalanceToClaim(
NotAllowed(
WithdrawFailed(
WrongChain(