Beardoverse

Verified contract

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

No balances found for "Beardoverse"

0x516836d32c2474590eef83f235f83c14512b208a4f012d745850d3128509a6d3
0xa24007590ee0a59ed692423970b4d0171a6a6ecad2f0c0ee266419636073747a
0x00b8b6fc2a5a1d4255afabba4ce0ea2ea614c51c4ced1945c89b6d6820c6d5d9
0x0d5a084c9dd20f1cf930f8a4cb0c0961232425538c44090ca4ae06a8d9a14ff8
0xd32e4b91cb29dfed0a47e0bd0a8c1f563ea98eff9aad184bc440fadb8eab1884
0xa7e5bcfd0fd3e6c6706c5bb89b2855f567ff79e04075ea5a995b367627e8f74c
0x6a760d3c0287eec8cfadc479aaeb01bf116ac82828329f30caec2119d1a8674b
0xf897dbcb1fe2a818459fbbf0d57e0c7b69cb852a3392cdb51e6caa3db15cc907
0x11c99b3a4547dc884d0b5aa3da8115fbf6947cc99111717ffaa319fe09996fb9
0xdc8b9efc326c5a200dc9724e506fe71e6dfdb47eefcb744ee1277098a789bb96

Functions
Getter at block 21394568
_baseTokenURI(view returns (string)
ipfs://QmPXEQMi9UMp3pUfKB2SMWeMQLAYBcmdrLZPzoqahjMySb/
maxPerTransaction(view returns (uint256)
1
maxPerWallet(view returns (uint256)
1
merkleRoot(view returns (bytes32)
0x873b6ae2ce89e89758e6c8a917f3498c66eaf040c6913c735bd42416c378e94c
name(view returns (string)
Beardoverse
owner(view returns (address)
0xe27d0014b5e1af888f68546d72f20f05104a52b0
presaleMaxPerTransaction(view returns (uint256)
1
presaleMaxPerWallet(view returns (uint256)
1
presalePrice(view returns (uint256)
0
presaleSupply(view returns (uint256)
2000
price(view returns (uint256)
0
saleState(view returns (uint8)
1
supply(view returns (uint256)
2000
symbol(view returns (string)
BVER
totalSupply(view returns (uint256)
2000
Read-only
addressMintBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
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)
withdrawAddresses(uint256view returns (address)
withdrawPercentages(uint256view returns (uint256)
State-modifying
approve(address touint256 tokenId
batchMint(uint64[] qtysaddress[] recipients
burn(uint256 tokenId
freeMint(uint256 qtyaddress recipient
mint(uint256 qtypayable 
presale(uint256 qtybytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 _merkleRoot
setPerTransactionMax(uint256 _val
setPerWalletMax(uint256 _val
setPresalePerTransactionMax(uint256 _val
setPresalePerWalletMax(uint256 _val
setPresalePrice(uint256 newPrice
setPrice(uint256 newPrice
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSaleState(uint8 _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _baseUriuint96 _royaltyAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidBatchMint(
InvalidPrice(
InvalidProof(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(