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 "CLOAK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998739 | 23 days ago | | | 0 | 0.00041152990 | |
| 20938331 | a month ago | | | 0 | 0.00041963148 | |
| 20512104 | 3 months ago | | | 0 | 0.00017351559 | |
| 19812191 | 6 months ago | | | 0 | 0.00031746550 | |
| 19561674 | 7 months ago | | | 0 | 0.0019321171 | |
| 19407199 | 8 months ago | | | 0 | 0.0028665745 | |
| 19310178 | 9 months ago | | | 0 | 0.0014091368 | |
| 19310178 | 9 months ago | | | 0 | 0.0014117631 | |
| 19260297 | 9 months ago | | | 0 | 0.0010528385 | |
| 19260296 | 9 months ago | | | 0 | 0.0010909833 |
ABI
ABI objects
Getter at block 21162013
MAX_PUB_BALANCE() view returns (uint256)
5
MAX_PUB_MINT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
5000
MAX_WH_BALANCE() view returns (uint256)
1
MAX_WH_MINT() view returns (uint256)
1
PRICE_PUB_TOKEN() view returns (uint256)
100000000000000000
PRICE_WH_TOKEN() view returns (uint256)
80000000000000000
name() view returns (string)
CLOAK
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x01c2d862c7b47d34e9c25b1888c67fe66a67228d
publicSaleIsActive() view returns (bool)
false
revealed() view returns (bool)
true
saleIsActive() view returns (bool)
false
saleMerkleRoot() view returns (bytes32)
0xdc303acc0585717fdb5dde9e86dc740e3bc65994fb7488b527e883c8587e3fe9
symbol() view returns (string)
CLOAK
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whiteListBuyed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
flipPublicSaleActive()
flipReveal()
flipSaleActive()
mint(uint256 numberOfTokens) payable
mint4owner(uint256 numberOfTokens, address recipient)
mintWhiteList(uint8 numberOfTokens, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setSaleMerkleRoot(bytes32 merkleRoot)
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.