JustCubes
Verified contract
Active on
Ethereum with 16,388 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "JustCubes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103469 | 8 days ago | | | 0 | 0.00010431819 | |
| 21102225 | 8 days ago | | | 0 | 0.00012837799 | |
| 21043506 | 17 days ago | | | 0 | 0.00072081429 | |
| 20944918 | a month ago | | | 0 | 0.00030535223 | |
| 20901543 | a month ago | | | 0 | 0.00016103331 | |
| 20895207 | a month ago | | | 0 | 0.00013449127 | |
| 20850339 | a month ago | | | 0 | 0.00038824299 | |
| 20825396 | 2 months ago | | | 0 | 0.00058756703 | |
| 20739964 | 2 months ago | | | 0 | 0.00010635347 | |
| 20685555 | 2 months ago | | | 0 | 0.00010960822 |
ABI
ABI objects
Getter at block 21162918
ADDRESS_MAX_MINTS() view returns (uint256)
5
ADDRESS_WL_MAX_MINTS() view returns (uint256)
2
OGMerkleRoot() view returns (bytes32)
0xcbfe8a9448ff0ada266188d764eaea887e136e1b3eaa12a86baadc10cbf64477
OGprice() view returns (uint256)
45000000000000000
OGsaleActive() view returns (bool)
true
PUBLIC_MINT_PER_TX() view returns (uint256)
2
WLMerkleRoot() view returns (bytes32)
0xea719c3c5ca9aefab9561df7f380521644f82b0f0bf814af55da7c2b53420cc0
WLprice() view returns (uint256)
85000000000000000
WLsaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
4444
name() view returns (string)
JustCubes
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x9026ba685ea3e0e35a5085072e292849935ce2a9
price() view returns (uint256)
90000000000000000
reservedSupply() view returns (uint256)
200
saleActive() view returns (bool)
true
symbol() view returns (string)
CUBE
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
numberOfWLMintsOnAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdOfOwner(address _owner) view returns (uint256[])
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfMints) payable
mintOGSale(uint256 numberOfMints, bytes32[] _merkleProof) payable
mintWLSale(uint256 numberOfMints, bytes32[] _merkleProof) payable
renounceOwnership()
reserveMint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOGMerkleRoot(bytes32 newMerkleRoot)
setPrice(uint256 newPrice)
setSupply(uint256 newSupply)
setWLMerkleRoot(bytes32 newMerkleRoot)
toggleOGSale()
toggleSale()
toggleWLSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.