ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 21 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) |
---|---|---|---|---|---|---|---|
| 20246587 | 5 months ago | | | 0 | 0.00016274739 | |
| 20122671 | 5 months ago | | | 0 | 0.00032646408 | |
| 19894951 | 6 months ago | | | 0 | 0.00018939563 | |
| 19894725 | 6 months ago | | | 0 | 0.00017738393 | |
| 19894725 | 6 months ago | | | 0 | 0.00017738393 | |
| 19894725 | 6 months ago | | | 0 | 0.00017694226 | |
| 19894717 | 6 months ago | | | 0 | 0.00016410817 | |
| 19894716 | 6 months ago | | | 0 | 0.00017176526 | |
| 19894712 | 6 months ago | | | 0 | 0.00011535770 | |
| 19894687 | 6 months ago | | | 0 | 0.00019392684 |
ABI
ABI objects
Getter at block 21307345 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
disabled() view returns (bool)
false
paused() view returns (bool)
false
Read-only
getAccessType(bytes32 role, address account) view returns (uint8 accessType)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events denyRole(bytes32 role, address account)
disable()
enable()
grantRole(bytes32 role, address account)
initialize(address masterAddress)
pause()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setRoleAdmin(bytes32 role, bytes32 adminRole)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
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)
AuthorizationDisabledError()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)