FYVM

Verified contract

Active on Ethereum with 3,409 txns
Deployed by via 0x91a20541 at 16488070
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional variables

No balances found for "FYVM"

0x5fd640aded10e5b22cf43ffefd9399fb85d0b8255311d335fbe63f6ce40041af
0x0be953be231ba366e7be9dba6204064ef6daa023f808995e06f755e570f6a842
0xf89caddef6bc5ff00daafe6e296f18c4a6033025d9df2eced449cd60ef7898fa
0xca923d53857c99eaad413e0bd2091a42248722141b79ef10aaa255c932bafe1d
0xb17f1532d4085090f874174843a94ca03c73c2f9a8524db5063e76014109e099
0x22cd9279ece367099a8e84487918fe7a5facb72f9e9f7e5d4f1bd0a79e738d51
0x6eed6b024453a450d9430e122bea195f0bce2985b2c2ddccea5a785073caec25
0x5ea047b18157d4fdd08e6c8bb2e7929a43b8b942c7e872544ccf7107840f5bf7
0xfbdadfb3238efd0fb48dd943794056ba8972461bded54ea960167927ada3da5e
0x639bfc33166ed8ab233388055c592d8b5fea98699a888adf7586de67963f38ba

Functions
Getter at block 21395601
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
expiresAt(view returns (uint256)
1675098000
freeMerkleRoot(view returns (bytes32)
0xf1d7a117bfcc6f318bdd11d87d8f4e629f03656aec49c16b585068c9702bc3a0
isFreeOpen(view returns (bool)
true
isLive(view returns (bool)
false
isPublicOpen(view returns (bool)
true
isRevealed(view returns (bool)
true
isWhitelistOpen(view returns (bool)
false
liveAt(view returns (uint256)
1675015200
maxPerTransaction(view returns (uint256)
3
maxPerWallet(view returns (uint256)
3
maxSupply(view returns (uint256)
5556
merkleRoot(view returns (bytes32)
0xf86fde3f049d250f48669f19c7842b9566c891ea2e08eb3ff034f591c0cd7003
name(view returns (string)
FYVM
owner(view returns (address)
0x54f54b0adfb8c7df938dd0eb0b84d2f0bed29685
price(view returns (uint256)
0
symbol(view returns (string)
FYVM
totalSupply(view returns (uint256)
5555
treasury(view returns (address)
0x54f54b0adfb8c7df938dd0eb0b84d2f0bed29685
Read-only
addressToFreeMint(addressview returns (bool)
addressToMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getMintState(address _addressview returns (struct FYVMMintState)
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
airdrop(address _touint256 _amount
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
fallbackWithdraw(
freeMint(bytes32[] _proof
mint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setFreeMerkleRoot(bytes32 _freeMerkleRoot
setHiddenURI(string _hiddenURI
setIsRevealed(bool _isRevealed
setMaxPerTransaction(uint256 _maxPerTransaction
setMaxPerWallet(uint256 _maxPerWallet
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setMintStates(bool _isWhitelistOpenbool _isPublicMintOpenbool _isFreeOpen
setMintWindow(uint256 _liveAtuint256 _expiresAt
setPrice(uint256 _price
setTreasury(address _treasury
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _amountbytes32[] _proofpayable 
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PRBMath__MulDivFixedPointOverflow(uint256 prod1
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(