L2WormholeGateway
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 "L2WormholeGateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L2WormholeGateway"
ABI
ABI objects
Getter at block 21894608
bridge() view returns (address)
0x0000000000000000000000000000000000000000
bridgeToken() view returns (address)
0x0000000000000000000000000000000000000000
mintedAmount() view returns (uint256)
0
mintingLimit() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
tbtc() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
fromWormholeAddress(bytes32 _address) pure returns (address)
gateways(uint16) view returns (bytes32)
toWormholeAddress(address _address) pure returns (bytes32)
State-modifying
Events initialize(address _bridge, address _bridgeToken, address _tbtc)
receiveTbtc(bytes encodedVm)
renounceOwnership()
sendTbtc(uint256 amount, uint16 recipientChain, bytes32 recipient, uint256 arbiterFee, uint32 nonce) payable returns (uint64)
transferOwnership(address newOwner)
updateGatewayAddress(uint16 chainId, bytes32 gateway)
updateMintingLimit(uint256 _mintingLimit)
GatewayAddressUpdated(uint16 chainId, bytes32 gateway)
Initialized(uint8 version)
MintingLimitUpdated(uint256 mintingLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WormholeTbtcDeposited(address depositor, uint256 amount)
WormholeTbtcReceived(address receiver, uint256 amount)
WormholeTbtcSent(uint256 amount, uint16 recipientChain, bytes32 gateway, bytes32 recipient, uint256 arbiterFee, uint32 nonce)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.