NFTCult
Verified contract
Active on
Ethereum with 2,475 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "NFTCult"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201892 | 13 days ago | | | 0 | 0.00038127450 | |
| 21173964 | 17 days ago | | | 0 | 0.00080422765 | |
| 21173957 | 17 days ago | | | 0 | 0.0015170436 | |
| 21078800 | a month ago | | | 0 | 0.00099997592 | |
| 21078800 | a month ago | | | 0 | 0.0010017975 | |
| 21072597 | a month ago | | | 0 | 0.0010139464 | |
| 20992569 | a month ago | | | 0 | 0.00059328014 | |
| 20632115 | 3 months ago | | | 0 | 0.000056721729 | |
| 20630921 | 3 months ago | | | 0 | 0.000098552796 | |
| 20569999 | 3 months ago | | | 0 | 0.00010144860 |
ABI
ABI objects
Getter at block 21295030
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/
burnMintPricePerNft() view returns (uint256)
90000000000000000
burnMintingActive() view returns (bool)
false
defaultFlavorURI() view returns (string)
Qmd1HmRqqLq4vYUyGNqHHJ2C64H6GcfEKE8KCEjg48Xx3Z/
forgingActive() view returns (bool)
true
lastBitEnabled() view returns (bool)
true
maxNftsForSale() view returns (uint256)
3333
mintingActive() view returns (bool)
true
name() view returns (string)
NFTCult
numberOfFlavors() view returns (uint256)
3
owner() view returns (address)
0x7cc95d1aa0d3f1391b7385b72910942a66ec594b
pricePerNft() view returns (uint256)
90000000000000000
startingBlockNumber() view returns (uint256)
13148250
symbol() view returns (string)
NFTC
totalSupply() view returns (uint256)
2725
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropCultTokens(address[] friends, uint256[] tokenIds, uint256 desiredFlavor)
approve(address to, uint256 tokenId)
burnCultToken(uint256 tokenId)
burnMintCultToken(uint256 tokenId, uint256 desiredFlavor) payable
forgeCultTokens(uint256[] candidateOwnerIndexes, uint256 opCode)
mintCultTokens(uint256 count) payable
renounceOwnership()
reserveCultTokens(address[] friends, uint256 count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseUri)
setFlavorURIBulk(uint256[] flavorIndex, string[] flavorUri, bool[] extendedFlavor, bool[] enableBurnMinting)
setMintingState(bool __mintingActive, uint256 __startingBlockNumber, bool __forgingActive, uint256 __burnMintPricePerNft, bool __burnMintingActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
ActionBuy(address indexed _owner, uint256 _id, uint256 count)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.