CubeX NFTs

Verified contract

Active on Ethereum with 18,313 txns
Deployed by via 0x9e4dc23b at 15156056
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional variables
ERC-20
--
0xe5fbf45d5516f2032767b4e466a8f9536be56bd6e862da36fdc52402a28fc672
0xa72294daa28c8b901b4d5494d80fc78d13b105cf0dc66bcbb915f851637bb95c
0x4880db1c746f01e933f2f9795f0e84c251dba2c81f406ee3099e6dd872652e38
0xe3f03fdafbf67530c512d8da578dce52cfd9dff492d39216fbb6a07df6bb3ad8
0x7e8c9dd9255649cf8f758c8e3fa8e3da01126ecae0ed23696dab87f352531017
0x6c649070b30364bfab5f8805578c612845f22d064c47605cfe0b4685d31dcc1a
0x7d6371af1dc44263a7c68e6f0f242d09289c05109bb863d7f87cc51371443c02
0x664f44a6f5157882456da9e788dc3edb99bb3d92bed7537669c8a9c02943c9cf
0xa8db63f3cf520c2ce50a34a4d0c31aabd61c1b700755f3ebbf0d25e59944fc2f
From
0x3b4571aac74e4566112804301946dc023af70459bf1b5da9e813af8a275f35d8

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnerTokens(address _ownerview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
apiensMint(bytes32[] _merkleProofpayable 
approve(address touint256 tokenId
bgkMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
gen1Mint(uint256 _mintAmountbytes32[] _merkleProofpayable 
gen2Mint(uint256 _mintAmountbytes32[] _merkleProofpayable 
grantRole(bytes32 roleaddress account
mintFor(uint256 _mintAmountaddress _receiver
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
reveal(
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setHiddenMetadataURI(string _hiddenMetadataURI
toggleBGKSale(bool _state
toggleGen1Sale(bool _state
toggleGen2Sale(bool _state
togglePause(bool _state
togglePublicSale(bool _state
toggleWhitelistSale(bool _state
transferFrom(address fromaddress touint256 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 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _hiddenMetadataURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(