OriginalTokenBridge
Verified contract
Active on
Ethereum with 190 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,996,404.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 8.089447 | $91,171.00 |
$737,523.01 | |
WETH | ERC-20 | 213.876224 | $3,099.01 |
$662,804.56 | |
USDC | ERC-20 | 474.648934K | $0.997947 |
$473,674.48 | |
USDT | ERC-20 | 57.353461K | $0.998048 |
$57,241.51 | |
LINK | ERC-20 | 2.834353K | $14.74 |
$41,778.36 | |
DAI | ERC-20 | 23.452011K | $0.997044 |
$23,382.69 | |
$ | ERC-20 | 50K | -- | -- | |
$ | ERC-20 | 50K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20941774 | a month ago | | | 4.1804712 | 0.0036027860 | |
| 20940620 | a month ago | | | 3.5004712 | 0.0028993734 | |
| 20940550 | a month ago | | | 3.0004712 | 0.0030278804 | |
| 20939706 | a month ago | | | 3.0004712 | 0.0059905440 | |
| 20939383 | a month ago | | | 2.0004712 | 0.0043235166 | |
| 20939258 | a month ago | | | 3.0004712 | 0.0082907467 | |
| 20938862 | a month ago | | | 2.0004712 | 0.0022011448 | |
| 20938745 | a month ago | | | 1.0004712 | 0.0027706274 | |
| 20938633 | a month ago | | | 0.99547122 | 0.0025843429 | |
| 20912363 | a month ago | | | 3.9804712 | 0.0020057075 |
ABI
ABI objects
Getter at block 21220902
PT_MINT() view returns (uint8)
0
PT_UNLOCK() view returns (uint8)
1
TOTAL_BPS() view returns (uint16)
10000
automaticFeesTransfer() view returns (bool)
true
depositFeeBps() view returns (uint16)
30
feeReceiver() view returns (address)
0xa3e8f96ee59f8f24a2a36e698e6cb447eb2e0f9a
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
owner() view returns (address)
0x5ec203f377362e0d3d78d078516aed2d90704aee
precrime() view returns (address)
0x0000000000000000000000000000000000000000
remoteChainId() view returns (uint16)
215
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
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)
setDepositFeeBps(uint16 _depositFeeBps)
setFeeReceiver(address _feeReceiver, bool _automaticFeesTransfer)
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)
unregisterToken(address token)
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)
SetDepositFeeBps(uint16 withdrawalFeeBps)
SetFeeReceiver(address _feeReceiver)
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)
UnregisterToken(address token)
WithdrawFee(address indexed token, address to, uint256 amount)
constructor(address _endpoint, address _feeReceiver, uint16 _remoteChainId, address _weth)
receive()
This contract contains no error objects.