MightyNetERC721RestrictedRegistry
Verified contract
Implementation
Active on
Ethereum with 0 txns
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 "MightyNetERC721RestrictedRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MightyNetERC721RestrictedRegistry"
ABI
ABI objects
Getter at block 21263118
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 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)
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()
This contract contains no fallback and receive objects.
InvalidRestrictor(address restrictor)
InvalidToken(address tokenContract, uint256 count)
InvalidTokenCount(uint256 count)
TokenAlreadyRestricted(address tokenContract, uint256 tokenId)
TokenNotRestricted(address tokenContract, uint256 tokenId)