TokenBridge
Verified contract
Active on
Ethereum with 71,907 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($127,605,401.12)
Native
Value
$99.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.031706 | $3,152.78 |
$99.96 | |
USDC | ERC-20 | 105.789238M | $0.999665 |
$105,753,798.59 | |
WETH | ERC-20 | 3.287629K | $3,152.31 |
$10,363,626.14 | |
USDT | ERC-20 | 8.679409M | $1.001 |
$8,688,088.13 | |
WBTC | ERC-20 | 30.727034 | $91,117.00 |
$2,799,755.16 | |
USDD | ERC-20 | 31.97538 | $0.997262 |
$31.89 | |
MTV | ERC-20 | 1K | $0.001008 |
$1.01 | |
BAT | ERC-20 | 1 | $0.221459 |
$0.22 | |
COLON | ERC-20 | 12.371671 | $0.000906 |
$0.01 | |
wHVT | ERC-20 | 130.780284M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217199 | an hour ago | | | 0.00045642807 | 0.0068124895 | |
| 21216767 | 2 hours ago | | | 0.00045642807 | 0.0048568649 | |
| 21216277 | 4 hours ago | | | 0.00045642807 | 0.0058957193 | |
| 21214400 | 10 hours ago | | | 2.0004564 | 0.0028146521 | |
| 21213944 | 12 hours ago | | | 0.00045642807 | 0.0030044807 | |
| 21213267 | 14 hours ago | | | 0.00045642807 | 0.0022710102 | |
| 21212968 | 15 hours ago | | | 0.00045642807 | 0.0024304445 | |
| 21212947 | 15 hours ago | | | 0.00055642807 | 0.0026931430 | |
| 21212163 | 18 hours ago | | | 0.00045642807 | 0.0024609004 | |
| 21211669 | 20 hours ago | | | 0.39345643 | 0.0027861695 |
ABI
ABI objects
Getter at block 21217502
BP_DENOMINATOR() view returns (uint256)
10000
SHARED_DECIMALS() view returns (uint8)
6
aptosChainId() view returns (uint16)
108
bridgeFeeBP() view returns (uint256)
7
emergencyWithdrawEnabled() view returns (bool)
false
emergencyWithdrawTime() view returns (uint256)
0
globalPaused() view returns (bool)
false
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
owner() view returns (address)
0x65bb797c2b9830d891d87288f029ed8dacc19705
precrime() view returns (address)
0x0000000000000000000000000000000000000000
useCustomAdapterParams() view returns (bool)
true
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
accruedFeeLD(address _token) 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)
ld2sdRates(address) view returns (uint256)
minDstGasLookup(uint16, uint16) view returns (uint256)
pausedTokens(address) view returns (bool)
quoteForSend(struct LzLibCallParams _callParams, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
supportedTokens(address) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
tvlSDs(address) view returns (uint64)
State-modifying
Events enableEmergencyWithdraw(bool enabled)
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)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
sendETHToAptos(bytes32 _toAddress, uint256 _amountLD, struct LzLibCallParams _callParams, bytes _adapterParams) payable
sendToAptos(address _token, bytes32 _toAddress, uint256 _amountLD, struct LzLibCallParams _callParams, bytes _adapterParams) payable
setAptosChainId(uint16 _aptosChainId)
setBridgeFeeBP(uint256 _bridgeFeeBP)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setGlobalPause(bool _paused)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTokenPause(address _token, bool _paused)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
setWETH(address _weth)
transferOwnership(address newOwner)
withdrawEmergency(address _token, address _to)
withdrawFee(address _token, address _to, uint256 _amountLD)
withdrawTVL(address _token, address _to, uint64 _amountSD)
EnableEmergencyWithdraw(bool enabled, uint256 unlockTime)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Receive(address indexed token, address indexed to, uint256 amountLD)
RegisterToken(address token)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
Send(address indexed token, address indexed from, bytes32 indexed to, uint256 amountLD)
SetAptosChainId(uint16 aptosChainId)
SetBridgeBP(uint256 bridgeFeeBP)
SetGlobalPause(bool paused)
SetLocalChainId(uint16 localChainId)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTokenPause(address token, bool paused)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool useCustomAdapterParams)
SetWETH(address weth)
WithdrawFee(address indexed token, address to, uint256 amountLD)
WithdrawTVL(address indexed token, address to, uint256 amountLD)
constructor(address _layerZeroEndpoint, uint16 _aptosChainId)
receive()
This contract contains no error objects.