Flameheads
Verified contract
Active on
Ethereum with 133 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 "Flameheads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21002381 | a month ago | | | 0 | 0.00039042085 | |
| 17600978 | a year ago | | | 0 | 0.00091544240 | |
| 17409554 | a year ago | | | 0 | 0.00099487752 | |
| 17365614 | a year ago | | | 0 | 0.0014585014 | |
| 17365612 | a year ago | | | 0 | 0.0013702440 | |
| 17360587 | a year ago | | | 0.018 | 0.0017459394 | |
| 17357076 | a year ago | | | 0.024 | 0.0020181658 | |
| 17356294 | a year ago | | | 0.006 | 0.0018731605 | |
| 17353145 | a year ago | | | 0.036 | 0.0014380350 | |
| 17352320 | a year ago | | | 0.036 | 0.0027675840 |
ABI
ABI objects
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(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
collectReserves(uint16 quantity)
mint(uint8 quantity) 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 newBaseUri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(bytes32 _merkleRoot)
setOperatorFilteringEnabled(bool value)
setStep(uint8 step)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
wlmint(bytes32[] _proof) payable
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(address deployer)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MaxPerTransactionReached()
MaxPerWalletReached()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintingPaused()
NoWL()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawalFailed()
WrongEtherAmount()