TokenBridge
Verified contract
Proxy
Active on
Ethereum with 473,543 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 ($1,471,694,718,447.18)
Native
Value
$10,884.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.260668 | $3,338.20 |
$10,884.76 | |
Ponzio | ERC-20 | 73.845976 | $19,873,994,837.00 |
$1,467,614,540,613.75 | |
RNDR | ERC-20 | 358.875378M | $7.33 |
$2,630,556,522.84 | |
WBTC | ERC-20 | 3.057107K | $98,336.00 |
$300,623,636.2 | |
WETH | ERC-20 | 81.344852K | $3,338.58 |
$271,576,296.54 | |
DEXE | ERC-20 | 23.298992M | $8.52 |
$198,507,412.16 | |
USDC | ERC-20 | 152.4759M | $0.999023 |
$152,326,930.68 | |
USDT | ERC-20 | 123.103509M | $1.00 |
$123,103,508.77 | |
SPX | ERC-20 | 156.747455M | $0.547416 |
$85,806,064.76 | |
FNXAI | ERC-20 | 102.5M | $0.652312 |
$66,861,980 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243241 | a few seconds ago | | | 0 | 0.0031704175 | |
| 21243231 | 3 minutes ago | | | 0 | 0.0011008107 | |
| 21243221 | 5 minutes ago | | | 0 | 0.0030493634 | |
| 21243191 | 11 minutes ago | | | 0 | 0.0014449380 | |
| 21243186 | 12 minutes ago | | | 0 | 0.00097640682 | |
| 21243181 | 13 minutes ago | | | 0 | 0.0033756143 | |
| 21243175 | 14 minutes ago | | | 0.009 | 0.00091430536 | |
| 21243172 | 14 minutes ago | | | 0 | 0.0016531387 | |
| 21243168 | 15 minutes ago | | | 0 | 0.0028515551 | |
| 21243164 | 16 minutes ago | | | 0 | 0.0010409037 |
ABI
ABI objects
Getter at block 21243242
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
chainId() view returns (uint16)
2
evmChainId() view returns (uint256)
1
finality() view returns (uint8)
1
governanceChainId() view returns (uint16)
1
governanceContract() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000004
implementation() view returns (address)
0x0fd04a68d3c3a692d6fa30384d1a87ef93554ee6
isFork() view returns (bool)
false
tokenImplementation() view returns (address)
0x0fd04a68d3c3a692d6fa30384d1a87ef93554ee6
wormhole() view returns (address)
0x98f3c9e6e3face36baad05fe09d375ef1464288b
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)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
ContractUpgraded(address indexed oldContract, address indexed newContract)
TransferRedeemed(uint16 indexed emitterChainId, bytes32 indexed emitterAddress, uint64 indexed sequence)
Upgraded(address indexed implementation)
constructor(address implementation, bytes initData)
fallback()
receive()
receive()
This contract contains no error objects.