Cultists

Verified contract

Active on Ethereum with 6,252 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"

0x19a6d5eb0b3aa06757aae17e0b45c679d8d6979a9bb93dad017c432996bbf6a7
0x84d901097e8a6d0c13d3fbc325a74d1f03ad19bfee8f89de80e82fc580ec201a
0x6ca1b10b9044dd2f43abe0c350f3d016a4dc1483e502b1e2643c7703bc60ae84
0x21fa1cb572a4f1bbe7acfaf569e9011b9dbf2dc15323b55c04c0af200c1f6a7a
From
0xc1c15b2f07c0937ca380de68e9a2373f33ac831cc0a3c06a8b2ec57c7cda710c
0x34a2abcf66b4ee0699bd139724040bcd7e3fa5d57cd7f9eb3deda099b789d317
0x14cadd956b59f8117d5810584faf0dcf5da9f2a17fdba950a5134d50b8d6d54d
0xdae6652f89e1d5340c2bc957d208451f23efc168792632b44967f571b68fbd3a
0xc13dd90360dac7ee2f808f3e1ca376cac363c94ff26b706d13a884a21d96ecf2
0x9adef63f0960480fa620268b9736797f1b6f1a32755faff21ff4158a99a1a2d1

Functions
Getter at block 20896949
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(