Cultists
Verified contract
Active on
Ethereum with 6,261 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 "Cultists"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177337 | 13 days ago | | | 0 | 0.0010543755 | |
| 21106382 | 23 days ago | | | 0 | 0.00010258392 | |
| 21105584 | 23 days ago | | | 0 | 0.000091631221 | |
| 21103011 | 23 days ago | | | 0 | 0.000094804316 | |
| 21102397 | 23 days ago | | | 0 | 0.00011394606 | |
| 21102054 | 23 days ago | | | 0 | 0.00018394388 | |
| 21035764 | a month ago | | | 0 | 0.00025519886 | |
| 20982103 | a month ago | | | 0 | 0.00019503621 | |
| 20900836 | 2 months ago | | | 0 | 0.00013443605 | |
| 20844580 | 2 months ago | | | 0 | 0.00025879190 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
ownerMint(uint256 _amount)
publicMint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setCost(uint256 _cost)
setCouponSigner(address couponSigner_)
setPublicMaxMint(uint256 _max)
setSalePhase(uint8 _phase)
setSupply(uint256 _newSupply)
setWlMaxMint(uint256 _max)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, struct CultistsCoupon _coupon) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidCoupon()
MaxPerTxReached()
MaxPerWalletReached()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoContractMint()
NotEnoughETH()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PublicSaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistSaleNotActive()