OriginalTokenBridge
Verified contract
Active on
Base with 6,841 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($491.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.100201 | $3,364.64 |
$337.14 | |
USDC | ERC-20 | 154.274577 | $0.999209 |
$154.15 | |
WGC | ERC-20 | 200 | $0.000555 |
$0.11 | |
GRG | ERC-20 | 0.05 | $1.16 |
$0.06 | |
USA | ERC-20 | 1 | $0.000861 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000997 |
$0 | |
GENOME | ERC-20 | 0 | $0.026118 |
$0 | |
| ERC-20 | 9K | -- | -- | |
BASED | ERC-20 | 5.444K | -- | -- | |
XBOO | ERC-20 | 176 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22580309 | 3 days ago | | | 0.000035535757 | 0.0000015694579 | |
| 22562503 | 4 days ago | | | 0.000035560089 | 0.0000016585073 | |
| 22527890 | 4 days ago | | | 0.000035560089 | 0.0000015641475 | |
| 21726343 | 23 days ago | | | 0.000042413962 | 0.0000015647160 | |
| 21724843 | 23 days ago | | | 0.000042413962 | 0.0000015505504 | |
| 21629762 | 25 days ago | | | 0.0000451551 | 0.0000014990156 | |
| 21570473 | a month ago | | | 0.000045162703 | 0.0000015040594 | |
| 21332398 | a month ago | | | 0.000042177117 | 0.0000010842149 | |
| 21182001 | a month ago | | | 0.000042164287 | 9.5734800e-7 | |
| 21033031 | a month ago | | | 0.000045089075 | 0.0000016023099 |
ABI
ABI objects
Getter at block 22721258
PT_MINT() view returns (uint8)
0
PT_UNLOCK() view returns (uint8)
1
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
owner() view returns (address)
0xfe4e3fe38eb89c8db96263ffb7ee371371324eb9
precrime() view returns (address)
0x0000000000000000000000000000000000000000
remoteChainId() view returns (uint16)
230
useCustomAdapterParams() view returns (bool)
true
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
LDtoSDConversionRate(address) view returns (uint256)
accruedFeeLD(address token) view returns (uint256)
estimateBridgeFee(bool useZro, bytes adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
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)
supportedTokens(address) view returns (bool)
totalValueLockedSD(address) view returns (uint256)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events bridge(address token, uint256 amountLD, address to, struct LzLibCallParams callParams, bytes adapterParams) payable
bridgeNative(uint256 amountLD, address to, struct LzLibCallParams callParams, bytes adapterParams) payable
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
registerToken(address token, uint8 sharedDecimals)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setRemoteChainId(uint16 _remoteChainId)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
transferOwnership(address newOwner)
withdrawFee(address token, address to, uint256 amountLD)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveToken(address token, address to, uint256 amount)
RegisterToken(address token)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SendToken(address token, address from, address to, uint256 amount)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetRemoteChainId(uint16 remoteChainId)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool useCustomAdapterParams)
WithdrawFee(address indexed token, address to, uint256 amount)
constructor(address _endpoint, uint16 _remoteChainId, address _weth)
receive()
This contract contains no error objects.