TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 28 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20412526 | 4 months ago | | | 0 | 0.087444492 | |
| 20412523 | 4 months ago | | | 0 | 0.081383247 | |
| 20412520 | 4 months ago | | | 0 | 0.076238180 | |
| 20412516 | 4 months ago | | | 0 | 0.073558154 | |
| 20412513 | 4 months ago | | | 0 | 0.069113301 | |
| 20412508 | 4 months ago | | | 0 | 0.062637644 | |
| 20412503 | 4 months ago | | | 0 | 0.058659394 | |
| 20412499 | 4 months ago | | | 0 | 0.055995094 | |
| 20412495 | 4 months ago | | | 0 | 0.054240413 | |
| 20412490 | 4 months ago | | | 0 | 0.050865501 |
ABI
ABI objects
Getter at block 21261762
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
RESTRICTOR_ROLE() view returns (bytes32)
0x23ab0e580195340a5a67800cafa0615701edfa22f79534a52851336e3cf8376a
paused() view returns (bool)
false
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isRestricted(address tokenContract, uint256 tokenId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
forceUnrestrict(address tokenContract, uint256[] tokenIds)
grantRole(bytes32 role, address account)
initialize()
pause()
renounceRole(bytes32 role, address account)
restrict(address tokenContract, uint256[] tokenIds)
revokeRole(bytes32 role, address account)
unpause()
unrestrict(address tokenContract, uint256[] tokenIds)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
Paused(address account)
Restricted(address tokenContact, uint256[] tokenIds)
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)
Unrestricted(address tokenContract, uint256[] tokenIds)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
InvalidRestrictor(address restrictor)
InvalidToken(address tokenContract, uint256 count)
InvalidTokenCount(uint256 count)
TokenAlreadyRestricted(address tokenContract, uint256 tokenId)
TokenNotRestricted(address tokenContract, uint256 tokenId)