Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "FYVM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18983683 | a year ago | | | 0 | 0.0010617424 | |
| 18906275 | a year ago | | | 0 | 0.0010643359 | |
| 18777445 | a year ago | | | 0 | 0.0028050415 | |
| 18356471 | a year ago | | | 0 | 0.00034283809 | |
| 18234805 | a year ago | | | 0 | 0.00072900442 | |
| 18225976 | a year ago | | | 0 | 0.00047577809 | |
| 18035263 | a year ago | | | 0 | 0.0013214181 | |
| 17993135 | a year ago | | | 0 | 0.0016490987 | |
| 17875600 | a year ago | | | 0 | 0.00087277994 | |
| 17836724 | a year ago | | | 0 | 0.0014883836 |
ABI
ABI objects
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(address) view returns (bool)
addressToMinted(address) view returns (uint256)
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)
getMintState(address _address) view returns (struct FYVMMintState)
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 airdrop(address _to, uint256 _amount)
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
fallbackWithdraw()
freeMint(bytes32[] _proof)
mint(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 _baseURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setFreeMerkleRoot(bytes32 _freeMerkleRoot)
setHiddenURI(string _hiddenURI)
setIsRevealed(bool _isRevealed)
setMaxPerTransaction(uint256 _maxPerTransaction)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setMintStates(bool _isWhitelistOpen, bool _isPublicMintOpen, bool _isFreeOpen)
setMintWindow(uint256 _liveAt, uint256 _expiresAt)
setPrice(uint256 _price)
setTreasury(address _treasury)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bytes32[] _proof) 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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PRBMath__MulDivFixedPointOverflow(uint256 prod1)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()