MightyNetHashedKeyERC721RestrictedRegistry

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xa9a0acf2 at 19663558
Slot
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

No balances found for "MightyNetHashedKeyERC721RestrictedRegistry"

No transactions found for "MightyNetHashedKeyERC721RestrictedRegistry"


Functions
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 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isRestricted(address tokenContractuint256 tokenIdview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
forceUnrestrict(address tokenContractuint256[] tokenIds
grantRole(bytes32 roleaddress account
initialize(
pause(
renounceRole(bytes32 roleaddress account
restrict(address tokenContractuint256[] tokenIds
revokeRole(bytes32 roleaddress account
unpause(
unrestrict(address tokenContractuint256[] tokenIds
Events
Initialized(uint8 version
Paused(address account
Restricted(address tokenContactuint256[] tokenIds
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
Unrestricted(address tokenContractuint256[] tokenIds
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidRestrictor(address restrictor
InvalidToken(address tokenContractuint256 count
InvalidTokenCount(uint256 count
TokenAlreadyRestricted(address tokenContractuint256 tokenId
TokenNotRestricted(address tokenContractuint256 tokenId