Flameheads

Verified contract

Active on Ethereum with 133 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Flameheads"

0x064afb06717af906a7dffdabbc306dd917db9aa7a228f808869dc102b4080b40
0xbe6bbc26096d27b5b14a05ffcd40f27912f0053cfbee59e447a596e3ce47ccb6
0x14613e60817319ddaa71f8da2267a822e5f5aa7989dcf7348b093ee94065c4f5
0x6dc63f25bf2411034607773bd4ee060dc927d07a85c475482027fd3e9c138979
0xa67fb456c99ee1a32f5f477ac4691eaa27f03ece74fef79bcfe6988e294dec02
0x30b5ba2afbb3109e5f56b53e0427a18387ea3fe112e1645912303bf72cae827e
0xf4232948289c76eff076afdd94d7ce966825ff138aae3f376e4633ce876b9b68
0xe8a092b840215031059d695f3dd72bdeca4bee8729efc2213a9f1096011c225b
0x73f52505053e2d73285d820cd05fdaa07bb7f8c37b47579ce01fb854aa11b2d7
0xd1673e868074b2a3c61facf0130cea29f0dede9b7b1780c3f5428c353d966251

Functions
Getter at block 21279240
MAX_PER_TRANSACTION_PUBLIC(view returns (uint256)
6
MAX_PER_WALLET_WL(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
6666
MINT_PRICE(view returns (uint256)
6000000000000000
merkleRootWL(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Flameheads
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xf2cdc1347f450fb3540423c41f5d1505e4f9f5bb
sellingStep(view returns (uint8)
0
symbol(view returns (string)
FH
totalSupply(view returns (uint256)
570
Read-only
NFTsperWalletWL(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
collectReserves(uint16 quantity
mint(uint8 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseUri
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 _merkleRoot
setOperatorFilteringEnabled(bool value
setStep(uint8 step
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
wlmint(bytes32[] _proofpayable 
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(address deployer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MaxPerTransactionReached(
MaxPerWalletReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
MintingPaused(
NoWL(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawalFailed(
WrongEtherAmount(