WormholeBridgeAdapter
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "WormholeBridgeAdapter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WormholeBridgeAdapter"
ABI
ABI objects
Getter at block 21826904
gasLimit() view returns (uint96)
300000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
wormholeRelayer() view returns (address)
0x0000000000000000000000000000000000000000
xERC20() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
addressToBytes(address addr) pure returns (bytes32)
allTrustedSenders(uint16 chainId) view returns (bytes32[])
bridgeCost(uint16 dstChainId) view returns (uint256 gasCost)
isTrustedSender(uint16 chainId, address addr) view returns (bool)
isTrustedSender(uint16 chainId, bytes32 addr) view returns (bool)
processedNonces(bytes32) view returns (bool)
targetAddress(uint16) view returns (address)
State-modifying
Events acceptOwnership()
addTrustedSenders(struct WormholeTrustedSenderTrustedSender[] _trustedSenders)
bridge(uint256 dstChainId, uint256 amount, address to) payable
initialize(address newxerc20, address newOwner, address wormholeRelayerAddress, uint16 targetChain)
receiveWormholeMessages(bytes payload, bytes[], bytes32 senderAddress, uint16 sourceChain, bytes32 nonce) payable
removeTrustedSenders(struct WormholeTrustedSenderTrustedSender[] _trustedSenders)
renounceOwnership()
setGasLimit(uint96 newGasLimit)
setTargetAddresses(struct WormholeTrustedSenderTrustedSender[] _chainConfig)
transferOwnership(address newOwner)
BridgedIn(uint256 indexed srcChainId, address indexed tokenReceiver, uint256 amount)
BridgedOut(uint256 indexed dstChainId, address indexed bridgeUser, address indexed tokenReceiver, uint256 amount)
GasLimitUpdated(uint96 oldGasLimit, uint96 newGasLimit)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TargetAddressUpdated(uint16 indexed dstChainId, address indexed target)
TokensSent(uint16 indexed dstChainId, address indexed tokenReceiver, uint256 amount)
TrustedSenderUpdated(uint16 chainId, address addr, bool added)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.