ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 2,364 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 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
0x7bfd…d520
0x6fd8…0131
0x9635…e2ee
10 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167136 | 4 hours ago | | | 0 | 0.010837187 | |
| 21166527 | 7 hours ago | | | 0 | 0.011528678 | |
| 21163477 | 17 hours ago | | | 0 | 0.0034006798 | |
| 21158215 | a day ago | | | 0 | 0.0064398433 | |
| 21152959 | 2 days ago | | | 0 | 0.0032415214 | |
| 21152733 | 2 days ago | | | 0 | 0.0035945408 | |
| 21152603 | 2 days ago | | | 0 | 0.0026839744 | |
| 21151493 | 2 days ago | | | 0 | 0.0033887637 | |
| 21149446 | 3 days ago | | | 0 | 0.0025535738 | |
| 21141200 | 4 days ago | | | 0 | 0.0020085106 |
ABI
ABI objects
Getter at block 21168476 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
_gracePeriodTimestamp() view returns (uint256)
1728057600
_immortals() view returns (address)
0x963590fabdc1333d03bc3af42a6b2ab33e21e2ee
_maxTokenIdsLength() view returns (uint256)
75
_nexusGem() view returns (address)
0x7bfd9a55f4c00783b5a8ea18f7735e1a405dd520
_rgBytes() view returns (address)
0x6fd8e343c107a24bd6b8ac19b56d9aeb967c0131
_seasonEndTimestamp() view returns (uint256)
1732377600
_seasonStartTimestamp() view returns (uint256)
1724428800
_treasury() view returns (address)
0x2a2b13131296294a1e70c2126f8e61c9b7aa18cf
paused() view returns (bool)
false
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)
Upgraded(address indexed implementation)
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(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.