CubeX NFTs
Verified contract
Active on
Ethereum with 18,313 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLOCKS | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164653 | 11 days ago | | | 0 | 0.00084215532 | |
| 21130652 | 16 days ago | | | 0 | 0.00071718091 | |
| 20997863 | a month ago | | | 0 | 0.00022030521 | |
| 20852665 | 2 months ago | | | 0 | 0.00027642089 | |
| 20821814 | 2 months ago | | | 0 | 0.0013065976 | |
| 20811764 | 2 months ago | | | 0 | 0.0010085459 | |
| 20754976 | 2 months ago | | | 0 | 0.000091924057 | |
| 20664939 | 3 months ago | | | 0 | 0.00028734224 | |
| 20648552 | 3 months ago | | | 0 | 0.000021447534 | |
| 20590683 | 3 months ago | | | 0 | 0.000029847357 |
ABI
ABI objects
Getter at block 21246687
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
bgkRoot() view returns (bytes32)
0xcfb8b449b365b5a44cc611aec9c3f49155bc547be3bfc9fe4138c6620452a7d0
bgkStarted() view returns (bool)
false
gen1Root() view returns (bytes32)
0xee6196cb6ec5c5da3e0b3d270a180d55bc177682b4380d3fcf5ebaf923f3fe01
gen1Started() view returns (bool)
false
gen2Root() view returns (bytes32)
0xd84dba2312084728f38ffcb1d6674713d2b0ac8df20d51d77f2467901f992f19
gen2Started() view returns (bool)
false
name() view returns (string)
CubeX NFTs
owner() view returns (address)
0x1fc6ebf08ed8a25e81421a34f03e95d37a1b4d83
paused() view returns (bool)
true
publicStarted() view returns (bool)
false
symbol() view returns (string)
CXN
totalSupply() view returns (uint256)
10000
whitelistRoot() view returns (bytes32)
0x32f24d44f6950ba4e826c92842e4f8e9c64d599ea91c0db5c408d6b209d62bc0
whitelistStarted() view returns (bool)
false
withdrawWallet() view returns (address)
0xd5d37ac1d1404e7c6fc9fdabfe424163616cb9d9
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnerTokens(address _owner) view returns (uint256[])
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 apiensMint(bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
bgkMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
gen1Mint(uint256 _mintAmount, bytes32[] _merkleProof) payable
gen2Mint(uint256 _mintAmount, bytes32[] _merkleProof) payable
grantRole(bytes32 role, address account)
mintFor(uint256 _mintAmount, address _receiver)
publicMint(uint256 _mintAmount) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
reveal()
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)
setHiddenMetadataURI(string _hiddenMetadataURI)
toggleBGKSale(bool _state)
toggleGen1Sale(bool _state)
toggleGen2Sale(bool _state)
togglePause(bool _state)
togglePublicSale(bool _state)
toggleWhitelistSale(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBgkRoot(bytes32 _merkleRoot)
updateGen1Root(bytes32 _merkleRoot)
updateGen2Root(bytes32 _merkleRoot)
updateMaxPerWallet(uint256 _number)
updateMaxSupplyGen1(uint256 _number)
updateMaxSupplyTotal(uint256 _number)
updatePriceGen1()
updateURIPrefix(string _uriPrefix)
updateWhitelistRoot(bytes32 _merkleRoot)
updateWithdrawWallet(address _withdrawWallet)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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 _hiddenMetadataURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()