ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 3,217 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xee2d…416f
-
variable spans 49 additional slots
0x312e…0b53
0x1218…6767
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241392 | 6 minutes ago | | | 0.84 | 0.00081203592 | |
| 21241318 | 21 minutes ago | | | 0.0052666419 | 0.00097665227 | |
| 21241223 | 40 minutes ago | | | 0 | 0.0052177283 | |
| 21241211 | 42 minutes ago | | | 0 | 0.0010338065 | |
| 21241075 | an hour ago | | | 0.3 | 0.0010449101 | |
| 21241071 | an hour ago | | | 0.002 | 0.00094507050 | |
| 21240912 | 2 hours ago | | | 0.83 | 0.0017422665 | |
| 21240676 | 2 hours ago | | | 0 | 0.0052960033 | |
| 21240661 | 3 hours ago | | | 0 | 0.0056928548 | |
| 21240576 | 3 hours ago | | | 0 | 0.0059033324 |
ABI
ABI objects
Getter at block 21241419 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
committee() view returns (address)
0xee2d52477a7c1a7be0b0347dbe7e3b15185b416f
limiter() view returns (address)
0x12183b0796bbc4678999100e8c6c5715d5736767
paused() view returns (bool)
false
vault() view returns (address)
0x312e67b47a2a29ae200184949093d92369f80b53
Read-only
isTransferProcessed(uint64 nonce) view returns (bool isProcessed)
nonces(uint8 messageType) view returns (uint64 nonce)
State-modifying
Events bridgeERC20(uint8 tokenID, uint256 amount, bytes recipientAddress, uint8 destinationChainID)
bridgeETH(bytes recipientAddress, uint8 destinationChainID) payable
executeEmergencyOpWithSignatures(bytes[] signatures, struct BridgeUtilsMessage message)
initialize(address _committee, address _vault, address _limiter)
transferBridgedTokensWithSignatures(bytes[] signatures, struct BridgeUtilsMessage message)
upgradeToAndCall(address newImplementation, bytes data) payable
upgradeWithSignatures(bytes[] signatures, struct BridgeUtilsMessage message)
Upgraded(address indexed implementation)
ContractUpgraded(uint256 nonce, address proxy, address implementation)
EmergencyOperation(uint64 nonce, bool paused)
Initialized(uint64 version)
Paused(address account)
TokensClaimed(uint8 indexed sourceChainID, uint64 indexed nonce, uint8 indexed destinationChainID, uint8 tokenID, uint256 erc20AdjustedAmount, bytes senderAddress, address recipientAddress)
TokensDeposited(uint8 indexed sourceChainID, uint64 indexed nonce, uint8 indexed destinationChainID, uint8 tokenID, uint64 suiAdjustedAmount, address senderAddress, bytes recipientAddress)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)