Bridge
Verified contract
Active on
Ethereum with 119,189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0bdf…96e0
0x203e…86da
0x7f02…da74
Balances ($5,632.23)
Native
Value
$454.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.137569 | $3,306.07 |
$454.81 | |
USDT | ERC-20 | 2.84094K | $0.999924 |
$2,840.72 | |
USDC | ERC-20 | 2.338685K | $0.999148 |
$2,336.69 | |
HDSF | ERC-20 | 45 | -- | -- | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246164 | 12 minutes ago | | | 0 | 0.0032115302 | |
| 21246143 | 16 minutes ago | | | 0.01 | 0.0035855268 | |
| 21246049 | 35 minutes ago | | | 0 | 0.0050092152 | |
| 21246036 | 37 minutes ago | | | 0 | 0.0030641574 | |
| 21246005 | 44 minutes ago | | | 0 | 0.0029906204 | |
| 21245971 | an hour ago | | | 0 | 0.0029082425 | |
| 21245953 | an hour ago | | | 0 | 0.0027619979 | |
| 21245927 | an hour ago | | | 0.0013533605 | 0.0037029317 | |
| 21245909 | an hour ago | | | 0.0028608634 | 0.0029271537 | |
| 21245906 | an hour ago | | | 0 | 0.0024960459 |
ABI
ABI objects
Getter at block 21246220
canSwap() view returns (uint8)
1
chainId() view returns (uint256)
1
owner() view returns (address)
0x01a494079dcb715f622340301463ce50cd69a4d0
Read-only
gasUsage(uint256 chainId) view returns (uint256 amount)
getBridgingCostInTokens(uint256 destinationChainId, uint8 messenger, address tokenAddress) view returns (uint256)
getMessageCost(uint256 chainId, uint8 protocol) view returns (uint256)
getMessageGasUsage(uint256 chainId, uint8 protocol) view returns (uint256)
getTransactionCost(uint256 chainId) view returns (uint256)
hasReceivedMessage(bytes32 message, uint8 protocol) view returns (bool)
hasSentMessage(bytes32 message) view returns (bool)
hashMessage(uint256 amount, bytes32 recipient, uint256 sourceChainId, uint256 destinationChainId, bytes32 receiveToken, uint256 nonce, uint8 messenger) pure returns (bytes32)
otherBridgeTokens(uint256 chainId, bytes32 tokenAddress) view returns (bool isSupported)
otherBridges(uint256 chainId) view returns (bytes32 bridgeAddress)
pools(bytes32 tokenId) view returns (address)
processedMessages(bytes32 messageHash) view returns (uint256 isProcessed)
sentMessages(bytes32 messageHash) view returns (uint256 isSent)
State-modifying
Events addBridgeToken(uint256 chainId_, bytes32 tokenAddress)
addPool(address pool, bytes32 token)
receiveTokens(uint256 amount, bytes32 recipient, uint256 sourceChainId, bytes32 receiveToken, uint256 nonce, uint8 messenger, uint256 receiveAmountMin) payable
registerBridge(uint256 chainId_, bytes32 bridgeAddress)
removeBridgeToken(uint256 chainId_, bytes32 tokenAddress)
renounceOwnership()
setAllbridgeMessenger(address allbridgeMessenger_)
setGasOracle(address gasOracle_)
setGasUsage(uint256 chainId, uint256 gasAmount)
setRebalancer(address rebalancer_)
setStopAuthority(address stopAuthority_)
setWormholeMessenger(address wormholeMessenger_)
startSwap()
stopSwap()
swap(uint256 amount, bytes32 token, bytes32 receiveToken, address recipient, uint256 receiveAmountMin)
swapAndBridge(bytes32 token, uint256 amount, bytes32 recipient, uint256 destinationChainId, bytes32 receiveToken, uint256 nonce, uint8 messenger, uint256 feeTokenAmount) payable
transferOwnership(address newOwner)
withdrawBridgingFeeInTokens(address token)
withdrawGasTokens(uint256 amount)
BridgingFeeFromTokens(uint256 gas)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveFee(uint256 bridgeTransactionCost, uint256 messageTransactionCost)
Received(address sender, uint256 amount)
Swapped(address sender, address recipient, bytes32 sendToken, bytes32 receiveToken, uint256 sendAmount, uint256 receiveAmount)
TokensReceived(uint256 amount, bytes32 recipient, uint256 nonce, uint8 messenger, bytes32 message)
TokensSent(uint256 amount, bytes32 recipient, uint256 destinationChainId, bytes32 receiveToken, uint256 nonce, uint8 messenger)
constructor(uint256 chainId_, uint256 chainPrecision_, address allbridgeMessenger_, address wormholeMessenger_, address gasOracle_)
fallback()
receive()
This contract contains no error objects.