NFTPlugging
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
6 additional
variables
Balances ($0.00)
No balances found for "NFTPlugging"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NFTPlugging"
ABI
ABI objects
Getter at block 21391809
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
_gracePeriodTimestamp() view returns (uint256)
0
_immortals() view returns (address)
0x0000000000000000000000000000000000000000
_maxTokenIdsLength() view returns (uint256)
0
_nexusGem() view returns (address)
0x0000000000000000000000000000000000000000
_rgBytes() view returns (address)
0x0000000000000000000000000000000000000000
_seasonEndTimestamp() view returns (uint256)
0
_seasonStartTimestamp() view returns (uint256)
0
_treasury() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
_isTokenEverPlugged(address, uint256) view returns (bool)
_isUnplugable(address) view returns (bool)
_plugDetails(address, uint256) view returns (address owner, uint256 tokenId, uint256 pluggedAt, uint256 pluggedUntil)
_scoutNodeDetails(address, uint256) view returns (address owner, string id, uint256 claimedAt)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserPluggedNFTs(address collectionAddress, address userAddress) view returns (struct NFTPluggingPlugDetails[])
getUserPluggedNFTs(address userAddress) view returns (struct NFTPluggingPlugDetails[], struct NFTPluggingPlugDetails[], struct NFTPluggingPlugDetails[])
getUserPluggedTokenIds(address collectionAddress, address userAddress) view returns (uint256[])
getUserScoutNodeIds(address collectionAddress, address userAddress) view returns (uint256[])
getUserScoutNodes(address userAddress) view returns (struct NFTPluggingScoutNodeDetails[], struct NFTPluggingScoutNodeDetails[])
getUserScoutNodesPerCollection(address collectionAddress, address userAddress) view returns (struct NFTPluggingScoutNodeDetails[])
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(address nexusGem, address rgBytes, address immortals, address admin, address treasury)
pause()
plug(address collectionAddress, uint256[] tokenIds)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferContractOwnership(address newOwner)
unpause()
unplug(address collectionAddress, uint256[] tokenIds)
updateCollectionUnplugableStatus(address[] collectionAddresses, bool[] statuses)
updateGracePeriodTimestamp(uint256 timestamp)
updateImmortalCollection(address collectionAddress)
updateMaxTokenIdsLength(uint256 length)
updateNexusGemCollection(address collectionAddress)
updateRgCollection(address collectionAddress)
updateSeasonEndTimestamp(uint256 timestamp)
updateSeasonStartTimestamp(uint256 timestamp)
updateTreasuryAddress(address treasury)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
CollectionUnplugableStatusUpdated(address indexed collectionAddress, bool status, uint256 timestamp, address initiatedBy)
GracePeriodTimestampUpdated(uint256 oldTimestamp, uint256 newTimestamp, uint256 timestamp, address initiatedBy)
ImmortalCollectionUpdated(address indexed oldCollection, address indexed newCollection, uint256 timestamp, address initiatedBy)
Initialized(uint8 version)
MaxTokenIdsLengthUpdated(uint256 oldLength, uint256 newLength, uint256 timestamp, address initiatedBy)
NexusGemCollectionUpdated(address indexed oldCollection, address indexed newCollection, uint256 timestamp, address initiatedBy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner, uint256 timestamp, address initiatedBy)
Paused(address account)
Plugged(address indexed user, address indexed collection, uint256[] tokenIds, uint256 pluggedAt, uint256 pluggedUntil)
RgCollectionUpdated(address indexed oldCollection, address indexed newCollection, uint256 timestamp, address initiatedBy)
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)
SeasonEndTimestampUpdated(uint256 oldTimestamp, uint256 newTimestamp, uint256 timestamp, address initiatedBy)
SeasonStartTimestampUpdated(uint256 oldTimestamp, uint256 newTimestamp, uint256 timestamp, address initiatedBy)
TreasuryAddressUpdated(address indexed oldTreasury, address indexed newTreasury, uint256 timestamp, address initiatedBy)
Unpaused(address account)
Unplugged(address indexed user, address indexed collection, uint256[] tokenIds, uint256 unpluggedAt)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.