Nexus Gaming Membership
Verified contract
Active on
Ethereum with 1,470 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$7.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0018 | $3,914.56 |
$7.05 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21369617 | 2 days ago | | | 0 | 0.0011055835 | |
| 21352779 | 4 days ago | | | 0 | 0.00075186721 | |
| 21345693 | 5 days ago | | | 0 | 0.0012409656 | |
| 21345661 | 5 days ago | | | 0 | 0.0018824849 | |
| 21326536 | 8 days ago | | | 0 | 0.0011771098 | |
| 21326469 | 8 days ago | | | 0 | 0.0010105676 | |
| 21322551 | 9 days ago | | | 0 | 0.0021582920 | |
| 21320794 | 9 days ago | | | 0 | 0.0010429035 | |
| 21309861 | 10 days ago | | | 0 | 0.00085256883 | |
| 21309499 | 10 days ago | | | 0 | 0.0021637303 |
ABI
ABI objects
Getter at block 21384125
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
REGISTRY_MANAGER_ROLE() view returns (bytes32)
0xf7a450ef335e1892cb42c8ca72e7242359d7711924b75db5717410da3f614aa3
baseURI() view returns (string)
https://www.nexuslabs.gg/lifetime-pass/metadata/
frozenURI() view returns (bool)
false
name() view returns (string)
Nexus Gaming Membership
symbol() view returns (string)
NEXUS
totalSupply() view returns (uint256)
2100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
freezeURI()
grantRole(bytes32 role, address account)
mint(address to, uint256 amount)
register(address registrant)
registerAndCopyEntries(address registrant, address registrantToCopy)
registerAndSubscribe(address registrant, address subscription)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
subscribe(address registrant, address registrantToSubscribe)
transferFrom(address from, address to, uint256 tokenId) payable
unregister(address addr)
unsubscribe(address registrant, bool copyExistingEntries)
updateCodeHash(address registrant, bytes32 codehash, bool filtered)
updateCodeHashes(address registrant, bytes32[] codeHashes, bool filtered)
updateOperator(address registrant, address operator, bool filtered)
updateOperators(address registrant, address[] operators, bool filtered)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
NewBaseURI(string indexed newBaseURI)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
URIFrozen(string indexed finalURI)
constructor(address _owner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NexusGaming__TokenURIFrozen()
NexusGaming__ZeroAddressInvalid()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()