ZenCatsFactory
Verified contract
Active on
Ethereum with 502 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 "ZenCatsFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15377552 | 2 years ago | | | 0 | 0.0010102200 | |
| 14878434 | 2 years ago | | | 0 | 0.0039446446 | |
| 14877743 | 2 years ago | | | 0 | 0.0054050277 | |
| 14865534 | 2 years ago | | | 0 | 0.0055685400 | |
| 14783770 | 3 years ago | | | 0 | 0.0032083165 | |
| 14742916 | 3 years ago | | | 0 | 0.0079874411 | |
| 14741808 | 3 years ago | | | 0 | 0.0028209000 | |
| 14737734 | 3 years ago | | | 0 | 0.0038590908 | |
| 14737731 | 3 years ago | | | 0 | 0.0028209000 | |
| 14735073 | 3 years ago | | | 0 | 0.0061118610 |
ABI
ABI objects
Getter at block 21223844
MAX_LEVEL() view returns (uint256)
3
MAX_MINT() view returns (uint8)
7
WHITELIST_FREE_MAX() view returns (uint8)
1
ZENCATS_SUPPLY() view returns (uint256)
4902
nftAddress() view returns (address)
0xd7b287f8ef807fce5949ec64c316985b97171cd7
owner() view returns (address)
0x2deaac34edfa37638242c54b35fbb5f8c9292392
privateMintActive() view returns (bool)
true
publicMintActive() view returns (bool)
true
Read-only
allowed_mint_size(uint256) view returns (bool)
canMint(uint256 mint_size) view returns (bool)
canMintFree(uint256 mint_size) view returns (bool)
canMintPrivate(uint256 mint_size) view returns (bool)
level_supply(uint256) view returns (uint256)
private_mint_price(uint256) view returns (uint256)
publicQouta(address) view returns (uint256)
public_mint_price(uint256) view returns (uint256)
qoutaInited(address) view returns (bool)
whiteList(address) view returns (bool)
whiteListFreeQouta(address) view returns (uint256)
whiteListSecond(address) view returns (bool)
State-modifying
Events fundtransfer(address etherreceiver, uint256 amount)
mint(uint256 mint_size, address _toAddress) payable
mintFree(address _toAddress) payable
mintPrivate(uint256 mint_size, address _toAddress) payable
renounceOwnership()
setPrivateMintActive(bool value)
setPublicMintActive(bool value)
setWhitelist(address[] addresses)
setWhitelistFree(address[] addresses)
setWhitelistSecond(address[] addresses)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _nftAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.