0xbaa850bc2ecc6a4f356445f4a853281a42bd2fbb
Unverified contract
Proxy
Active on
Base with 1,522 txns
Unified storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($52,455.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 52.402988K | $1.001 |
$52,455.39 | |
DOB | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22749397 | 5 hours ago | | | 0.000041776962 | 0.000030520471 | |
| 22744590 | 8 hours ago | | | 0.000041776962 | 0.000029955733 | |
| 22737982 | 12 hours ago | | | 0.000041776962 | 0.000027706731 | |
| 22737780 | 12 hours ago | | | 0.000041776962 | 0.000027760926 | |
| 22723313 | 20 hours ago | | | 0.000041776962 | 8.2811200e-7 | |
| 22715203 | a day ago | | | 0.000041776962 | 0.0000048121790 | |
| 22714705 | a day ago | | | 0.000041776962 | 0.0000049292365 | |
| 22708882 | a day ago | | | 0.000041776962 | 0.0000048126338 | |
| 22705547 | a day ago | | | 0.000041776962 | 0.0000048632010 | |
| 22692147 | 2 days ago | | | 0.000044246929 | 0.0000048047872 |
ABI
ABI objects
Getter at block 22758693 proxiableUUID() view returns (bytes32)
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
getDefaultLZParam() view returns (bytes)
0x00010000000000000000000000000000000000000000000000000000000000030d40
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
owner() view returns (address)
0x8c828390ea183922ed214037b2cdb90193c309d3
precrime() view returns (address _precrime)
0x0000000000000000000000000000000000000000
Read-only
estimateFees(uint16 dstChainId, address token, uint256 amount, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16 srcChainId, bytes srcAddress, uint64 nonce) view returns (bytes32 payloadHash)
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)
isWhitelistedToken(address token) view returns (bool)
minDstGasLookup(uint16 dstChainId, uint16 packetType) view returns (uint256 minGas)
payloadSizeLimitLookup(uint16 dstChainId) view returns (uint256 size)
trustedRemoteLookup(uint16 remoteChainId) view returns (bytes path)
State-modifying
Events bridgeToken(uint16 _dstChainId, address token, uint256 amount, bytes _adapterParams) payable
forceResumeReceive(uint16 srcChainId, bytes srcAddress)
initialize(address initialOwner)
lzReceive(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload)
nonblockingLzReceive(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload)
removeWhitelistToken(address srcToken)
renounceOwnership()
rescueToken(address token, address to, uint256 amount)
retryMessage(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload) payable
setConfig(uint16 version, uint16 chainId, uint256 configType, bytes config)
setLzAdapterParams(uint256 limit)
setMinDstGas(uint16 dstChainId, uint16 packetType, uint256 minGas)
setPayloadSizeLimit(uint16 dstChainId, uint256 size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 version)
setSendVersion(uint16 version)
setTrustedRemote(uint16 remoteChainId, bytes path)
setTrustedRemoteAddress(uint16 remoteChainId, bytes remoteAddress)
setWhitelistToken(address srcToken, address dstToken)
togglePause()
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
BridgeToken(address indexed token, uint256 amount)
Initialized(uint64 version)
MessageFailed(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload, bytes reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(bool isPaused)
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)
TokenClaimed(uint16 indexed srcId, address indexed token, address indexed receiver, uint256 amount)
TokenRescued(address indexed token, address indexed receiver, uint256 amount)
UpdateLzAdapterParams(uint256 limit)
UpdateTokenPairs(address indexed srcToken, address indexed dstToken)
Upgraded(address indexed implementation)
Whitelisted(address indexed token, bool isWhitelisted)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidAmount()
InvalidInitialization()
InvalidParam()
IsPaused()
NotAuthorized()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
TokenNotAllowed()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
ZeroAddress()