The Cubes Of Infinity
Verified contract
Active on
Ethereum with 393 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 "The Cubes Of Infinity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095338 | a month ago | | | 0 | 0.00039722960 | |
| 19541834 | 8 months ago | | | 0 | 0.0013915671 | |
| 19483865 | 8 months ago | | | 0 | 0.0017367153 | |
| 16969272 | 2 years ago | | | 0 | 0.0017754129 | |
| 16884404 | 2 years ago | | | 0 | 0.0017624273 | |
| 16708358 | 2 years ago | | | 0 | 0.00098126775 | |
| 16707095 | 2 years ago | | | 0 | 0.00097800130 | |
| 16522492 | 2 years ago | | | 0 | 0.0015671763 | |
| 16378206 | 2 years ago | | | 0 | 0.0013422177 | |
| 16374371 | 2 years ago | | | 0 | 0.00071113089 |
ABI
ABI objects
Getter at block 21311887
baseURI() view returns (string)
https://thecubesofinfinity.herokuapp.com/api/token-metadata/
batchCount() view returns (uint256)
250
batchSize() view returns (uint256)
250
isRevealed() view returns (bool)
true
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
250
mintable() view returns (bool)
true
name() view returns (string)
The Cubes Of Infinity
notRevealedUri() view returns (string)
ipfs://QmQVEnXa1b2UVauRwFEFex92jZKGAc27ieWA7B4Q8hzfdM
owner() view returns (address)
0x9c1488eedef4e64a61f06b5eff83b87d2b5e826b
preSaleMintable() view returns (bool)
false
preSalePrice() view returns (uint256)
60000000000000000
publicSalePrice() view returns (uint256)
120000000000000000
symbol() view returns (string)
TCOI
totalMintablePresale() view returns (uint256)
2
totalSupply() view returns (uint256)
250
totalSupplyRemaining() view returns (uint256)
0
Read-only
addressPresaleBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteListed(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events DevMint()
addToWhiteList(address[] _addresses)
approve(address to, uint256 tokenId)
mint(uint256 amount) payable
preSaleMint(uint256 amount) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setBatchSize(uint256 _batchSize)
setMintable(bool _mintable)
setNotRevealedURI(string _notRevealedURI)
setPreSaleMintable(bool _preSaleMintable)
setPublicSalePrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
AddToWhiteList(address[] accounts)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string baseURI)
BatchCount(uint256 batchCount)
BatchSize(uint256 batchSize)
Mintable(bool mintable)
NotRevealedURI(string notRevealedUri)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PreSaleMintable(bool preSaleMintable)
RemoveFromWhiteList(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initNotRevealedURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.