BridgeImplementation
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots
Balances ($0.00)
No balances found for "BridgeImplementation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16483052 | 2 years ago | | | 0 | 0.00047901355 | |
| 16052235 | 2 years ago | | | 0 | 0.00043594820 |
ABI
ABI objects
Getter at block 21093166
WETH() view returns (address)
0x0000000000000000000000000000000000000000
chainId() view returns (uint16)
0
evmChainId() view returns (uint256)
0
finality() view returns (uint8)
0
governanceChainId() view returns (uint16)
0
governanceContract() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
implementation() view returns (address)
0x0000000000000000000000000000000000000000
isFork() view returns (bool)
true
tokenImplementation() view returns (address)
0x0000000000000000000000000000000000000000
wormhole() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
_parseTransferCommon(bytes encoded) pure returns (struct BridgeStructsTransfer transfer)
bridgeContracts(uint16 chainId_) view returns (bytes32)
encodeAssetMeta(struct BridgeStructsAssetMeta meta) pure returns (bytes encoded)
encodeTransfer(struct BridgeStructsTransfer transfer) pure returns (bytes encoded)
encodeTransferWithPayload(struct BridgeStructsTransferWithPayload transfer) pure returns (bytes encoded)
governanceActionIsConsumed(bytes32 hash) view returns (bool)
isInitialized(address impl) view returns (bool)
isTransferCompleted(bytes32 hash) view returns (bool)
isWrappedAsset(address token) view returns (bool)
outstandingBridged(address token) view returns (uint256)
parseAssetMeta(bytes encoded) pure returns (struct BridgeStructsAssetMeta meta)
parsePayloadID(bytes encoded) pure returns (uint8 payloadID)
parseRecoverChainId(bytes encodedRecoverChainId) pure returns (struct BridgeStructsRecoverChainId rci)
parseRegisterChain(bytes encoded) pure returns (struct BridgeStructsRegisterChain chain)
parseTransfer(bytes encoded) pure returns (struct BridgeStructsTransfer transfer)
parseTransferWithPayload(bytes encoded) pure returns (struct BridgeStructsTransferWithPayload transfer)
parseUpgrade(bytes encoded) pure returns (struct BridgeStructsUpgradeContract chain)
wrappedAsset(uint16 tokenChainId, bytes32 tokenAddress) view returns (address)
State-modifying
Events attestToken(address tokenAddress, uint32 nonce) payable returns (uint64 sequence)
completeTransfer(bytes encodedVm)
completeTransferAndUnwrapETH(bytes encodedVm)
completeTransferAndUnwrapETHWithPayload(bytes encodedVm) returns (bytes)
completeTransferWithPayload(bytes encodedVm) returns (bytes)
createWrapped(bytes encodedVm) returns (address token)
initialize()
registerChain(bytes encodedVM)
submitRecoverChainId(bytes encodedVM)
transferTokens(address token, uint256 amount, uint16 recipientChain, bytes32 recipient, uint256 arbiterFee, uint32 nonce) payable returns (uint64 sequence)
transferTokensWithPayload(address token, uint256 amount, uint16 recipientChain, bytes32 recipient, uint32 nonce, bytes payload) payable returns (uint64 sequence)
updateWrapped(bytes encodedVm) returns (address token)
upgrade(bytes encodedVM)
wrapAndTransferETH(uint16 recipientChain, bytes32 recipient, uint256 arbiterFee, uint32 nonce) payable returns (uint64 sequence)
wrapAndTransferETHWithPayload(uint16 recipientChain, bytes32 recipient, uint32 nonce, bytes payload) payable returns (uint64 sequence)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
ContractUpgraded(address indexed oldContract, address indexed newContract)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
receive()
This contract contains no error objects.