ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 54,610 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
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271212 | 3 days ago | | | 0.0001 | 0.00018236796 | |
| 21234090 | 8 days ago | | | 0.03 | 0.00029044436 | |
| 21232584 | 8 days ago | | | 0.03 | 0.00022588914 | |
| 21232560 | 8 days ago | | | 0.03 | 0.00024852176 | |
| 21232535 | 8 days ago | | | 0.03 | 0.00022912511 | |
| 21232513 | 8 days ago | | | 0.03 | 0.00025032748 | |
| 21232489 | 8 days ago | | | 0.03 | 0.00029906923 | |
| 21232466 | 8 days ago | | | 0.03 | 0.00024577450 | |
| 21232444 | 8 days ago | | | 0.03 | 0.00028730826 | |
| 21232420 | 9 days ago | | | 0.03 | 0.00034498978 |
ABI
ABI objects
Getter at block 21293260 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ETHER_BRIDGE_ID() view returns (bytes32)
0x0bcb6b0b9168c058e28754b0255038028ff8515b5755d989d746fdd8b8f11d7e
MIN_DEPOSIT() view returns (uint256)
2000000000000000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
getVersionComponents() pure returns (struct ISemVerVersion)
(1, 0, 0)
paused() view returns (bool)
true
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events deposit(bytes32 recipient, uint256 amountWei) payable
grantRole(bytes32 role, address account)
initialize(address owner_, address mailboxAddress_, address treasuryAddress_)
pause()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Deposited(address indexed sender, bytes32 indexed recipient, uint256 amountWei)
Initialized(uint64 version)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
ReentrancyGuardReentrantCall()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)