BaseBridge
Verified contract
Active on
Ethereum with 230 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($56.00)
Native
Value
$56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.017897 | $3,129.18 |
$56 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17989774 | a year ago | | | 0.01 | 0.0054234036 | |
| 17981443 | a year ago | | | 0.02 | 0.0026763360 | |
| 17972802 | a year ago | | | 0 | 0.0018537330 | |
| 17960302 | a year ago | | | 0.01 | 0.0026337531 | |
| 17952932 | a year ago | | | 0 | 0.00051184157 | |
| 17947304 | a year ago | | | 0.02 | 0.0029056431 | |
| 17914628 | a year ago | | | 0.1 | 0.0088437907 | |
| 17914244 | a year ago | | | 0.03 | 0.0074973315 | |
| 17913371 | a year ago | | | 0.05 | 0.0047660237 | |
| 17910281 | a year ago | | | 0 | 0.00069347721 |
ABI
ABI objects
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(address) view returns (uint256)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
payloadSizeLimitLookup(uint16) view returns (uint256)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events bridge() payable
claimBalance()
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
ownerWithdraw(uint256 amount_)
pause()
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
setBridgeFee(uint256 fee_)
setBridgeFeeRecipient(address recipient_)
setBridgingEnabled(bool enabled_)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setOtherSideOfBridge(address otherSideOfBridge_)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _remoteChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
transferOwnership(address newOwner)
unpause()
withdrawFeesEarned(uint256 amount_)
EarnedFeesWithdrawn(uint256 amount)
FundsReceived(address indexed sender, uint256 amount)
FundsReleased(address indexed recipient, uint256 amount)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OwnerWithdrew(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
Unpaused(address account)
constructor(uint256 l1ChainId_, uint256 l2ChainId_, address lzEndpoint_, uint256 currentChainId_, uint256 destChainId_, address bridgeFeeRecipient_)
fallback()
receive()
ConfigError()
NoBalanceToClaim()
NotAllowed()
WithdrawFailed()
WrongChain()