TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 1,616 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xa885…96ae
0x706f…0e31
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000688 |
$0 | |
OHNO | ERC-20 | 22.627907 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22913260 | an hour ago | | | 0.0000057323322 | 0.0000070811632 | |
| 22909190 | 3 hours ago | | | 0.0000059804765 | 0.0000069785906 | |
| 22907609 | 4 hours ago | | | 0.00029334951 | 0.0000050022411 | |
| 22893606 | 12 hours ago | | | 0.0000059804765 | 0.0000070341962 | |
| 22893399 | 12 hours ago | | | 0.0000059804765 | 0.0000036347823 | |
| 22893264 | 12 hours ago | | | 0.0000059804765 | 0.0000037485117 | |
| 22893212 | 12 hours ago | | | 0.0000059804765 | 0.0000038581035 | |
| 22892272 | 13 hours ago | | | 0.0000059804765 | 0.0000037785197 | |
| 22891987 | 13 hours ago | | | 0.0000059804765 | 0.0000037747359 | |
| 22891939 | 13 hours ago | | | 0.0000059804765 | 0.0000037100093 |
ABI
ABI objects
Getter at block 22915036
gasLimit() view returns (uint96)
300000
owner() view returns (address)
0x8b621804a7637b781e2bbd58e256a591f2df7d51
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
wormholeRelayer() view returns (address)
0x706f82e9bb5b0813501714ab5974216704980e31
xERC20() view returns (address)
0xa88594d404727625a9437c3f886c7643872296ae
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.