Chronix Pushers

Verified contract

Active on Ethereum with 1,821 txns
Deployed by via 0x6391e643 at 14992024
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Chronix Pushers"

0x4d5bc60350c8abf25217c0886e579524432ce263b846c2ebda6e9809a4abbce7
0x5157ddd5436f79d6f71f92f07b9a68a6435e15504d7b23364aea3bd293fa9945
0x37d9ae46e931a5706f8a7adb054bf319ec9cfd4c9f42b2108694d2e50a3aa51c
0x8f75f9364a689a890346e82b5be21e5172959ea5eaef30cf23f6252c5bc519dc
0xa3261d597f36d4531a11380213aa50ca805cd58d3d7f149803c65aa33700e6ae
0x91e42afccf7baa6d4c12ca2f05449d73fde16f3fb544205517c53736e22c0efe
0x5d39864f89f9053dff754996d6e905ca949edb3b35f4db27e97bd61e311b044e
0x2d59e39ec09e817f22ef51832c81e8421f756158f7122f660df02dceb9ca7d01
0x6a6d5ac746a72652b3899e145b3b5a423e43f4624c4bb5891f769414a6d8d5cd
0x0442785840ad0334027ee72506438a6aa4036a6ff4517a363ab2ea5617d6f501

Functions
Getter at block 21288710
BUDS(view returns (address)
0x45f730931d93b08559885c4fb274db740388cd80
MAX_PER_WALLET(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
3000
STAKING(view returns (address)
0xd8e577c6f71edb1819368ff4b8c9b38b2bd8e54d
baseURI(view returns (string)
ipfs://QmTSVvboKqXoUuSqTSsuhEQWbzJ1pG4iGePfVjpRANVwpB/
merkleRoot(view returns (bytes32)
0xd5fa3e2986c4fc7a5c6eba65be17b4f223f0eb1ad1aa3566c379942b63b2ac05
name(view returns (string)
Chronix Pushers
owner(view returns (address)
0xcf214c32bb1da5b49dd7ea80119b89a50f4c7e98
publicMinting(view returns (bool)
true
symbol(view returns (string)
CRP
totalSupply(view returns (uint256)
3000
whitelistMinting(view returns (bool)
true
Read-only
addressBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPotTax(address stakerview returns (uint256 amountEarned)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] proofaddress senderview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
userPot(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
claim(
flipPublicMinting(
flipWhitelistMinting(
mint(uint256 tokensToMint
renounceOwnership(
reserveNfts(uint256 tokensToMint
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setBudsContract(address _source
setMerkleRoot(bytes32 root
setStakingContract(address _source
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 tokensToMintbytes32[] proof
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURIaddress _budsaddress _staking
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(