XQUI Genesis Collection
Verified contract
Active on
Ethereum with 1,610 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "XQUI Genesis Collection"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105912 | a month ago | | | 0 | 0.000060382500 | |
| 20640561 | 3 months ago | | | 0 | 0.000069452543 | |
| 20611553 | 3 months ago | | | 0 | 0.00017726616 | |
| 20309578 | 5 months ago | | | 0 | 0.00017201504 | |
| 20156855 | 5 months ago | | | 0 | 0.00021578495 | |
| 20144296 | 5 months ago | | | 0 | 0.00012776480 | |
| 20059378 | 6 months ago | | | 0 | 0.00019337851 | |
| 20059376 | 6 months ago | | | 0 | 0.00018604654 | |
| 20042390 | 6 months ago | | | 0 | 0.00094115698 | |
| 20010579 | 6 months ago | | | 0 | 0.00055189652 |
ABI
ABI objects
Getter at block 21327273
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
WL_OPERATOR_ROLE() view returns (bytes32)
0x8d4eef80a6495ff44ce502cb68bf672d8a48820b18bca064b2cae60bbd1311e1
name() view returns (string)
XQUI Genesis Collection
symbol() view returns (string)
XQUI
totalSupply() view returns (uint256)
2076
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
grantRole(bytes32 role, address account)
mint(address _to, uint256 _quantity)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setTokenRoyalty(uint256 _tokenId, address _receiver, uint96 _feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
unsetDefaultRoyalty()
unsetTokenRoyalty(uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURISet(string uri)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()