Cultists

Verified contract

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

No balances found for "Cultists"

0x04f577c565326fa5d84b46120e7465746965aee9bfc66f2aeaa31ef888fac355
0x45be30648952ebbbc5ff6adecb7a2e3fcc12b62992b11cfa1ae8d0885fbc0211
0x3037c51102452498beecf04aee79f4e011d69d1aea02c7b26d13516a0339e267
0x01328ee2fcd0822b7cec02fb0225bb12998e1e10f7e933390485ad84eeaf5fac
0x4c26684aff4fa96479055613b7cd875f109cf86b17689b74cfb58845ce7f6384
0x86ded69dc3d9e9f5c598922eb040fc2645e8dcc4b757c0d34aac3eaa5161fdf8
0xf41d68f683d9b756f52a4637463eaa40d809db1675955f6afac6b4bfc5559775
0x96f910674f063cb5ccd24c6b9c03dda5d09208a4fee8ffe3e513bd864e563087
0xc59fbf795918436785cbd99f690f059d63fd33bdd5583d098d0022379355191c
0x19a6d5eb0b3aa06757aae17e0b45c679d8d6979a9bb93dad017c432996bbf6a7

Functions
Getter at block 21268412
baseURI(view returns (string)
ipfs://Qma3P6iuffGNJMXcLtCooYQnB2dQvbPCvBnSzcHn4ejuxM/
cost(view returns (uint256)
5000000000000000
couponSigner(view returns (address)
0xabada84068ccf1ff180b1506a5a6f3b1d8598dc5
maxSupply(view returns (uint256)
4000
name(view returns (string)
Cultists
owner(view returns (address)
0xabada84068ccf1ff180b1506a5a6f3b1d8598dc5
phase(view returns (uint8)
1
publicMaxPerWallet(view returns (uint256)
5
symbol(view returns (string)
CULT
totalSupply(view returns (uint256)
4000
wlMaxPerWallet(view returns (uint256)
2
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
ownerMint(uint256 _amount
publicMint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setCost(uint256 _cost
setCouponSigner(address couponSigner_
setPublicMaxMint(uint256 _max
setSalePhase(uint8 _phase
setSupply(uint256 _newSupply
setWlMaxMint(uint256 _max
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _amountstruct CultistsCoupon _couponpayable 
withdraw(
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 _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidCoupon(
MaxPerTxReached(
MaxPerWalletReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoContractMint(
NotEnoughETH(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PublicSaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WhitelistSaleNotActive(