OriginalTokenBridge
Verified contract
Active on
Ethereum with 4,909 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,738,752.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 820.28404K | $0.999357 |
$819,756.6 | |
USDT | ERC-20 | 468.903301K | $0.998574 |
$468,234.65 | |
WETH | ERC-20 | 66.18818 | $3,967.10 |
$262,575.13 | |
WBTC | ERC-20 | 1.805556 | $104,226.00 |
$188,185.88 | |
COLON | ERC-20 | 8.475412 | $0.000608 |
$0.01 | |
$ | ERC-20 | 50K | -- | -- | |
oBTC | ERC-20 | 3.133092K | -- | -- | |
DOG | ERC-20 | 228.281255 | -- | -- | |
0xd66c…177f | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21412122 | 13 minutes ago | | | 0.00022939275 | 0.0033613048 | |
| 21412063 | 25 minutes ago | | | 0.00022939275 | 0.0032782602 | |
| 21411897 | an hour ago | | | 0.00022939275 | 0.0028478594 | |
| 21411249 | 3 hours ago | | | 0.00024389782 | 0.0040695570 | |
| 21408925 | 11 hours ago | | | 0.00024389782 | 0.0026231749 | |
| 21408839 | 11 hours ago | | | 0.00024389782 | 0.0025627308 | |
| 21408529 | 12 hours ago | | | 0.020243898 | 0.0025525624 | |
| 21408524 | 12 hours ago | | | 0.015243898 | 0.0024198678 | |
| 21406466 | 19 hours ago | | | 0.00024389782 | 0.0016640140 | |
| 21402380 | a day ago | | | 0.1802439 | 0.0028366842 |
ABI
ABI objects
Getter at block 21412184
PT_MINT() view returns (uint8)
0
PT_UNLOCK() view returns (uint8)
1
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
owner() view returns (address)
0xcda390be26c2d43c0c90abe9a89c2be604b5d13c
precrime() view returns (address)
0x0000000000000000000000000000000000000000
remoteChainId() view returns (uint16)
153
useCustomAdapterParams() view returns (bool)
false
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
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
bridgeETH(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.