MetaBears

Verified contract

Active on Ethereum with 3,394 txns
Deployed by via 0xf0f0fb7f at 15176838
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MetaBears"

0x5204a11f5a38349e3b23e0bfba8749be3690fc6bf76852efb4833324a3d77ba1
0xe68efb19a374557a06680e5092bf6602b77a292497e9995be1dc923350bd7be5
0x8c95490b57dbd231f896cce2ed4c0fea37c93b3707f06f1438f01032902f4b31
0x6efb7a8a21f7ab280567edd7a377abb5b2f75958283911449e0f807ce1fd3697
0x1d37347f6c48c2b1c1ca5c487c57bec8f936e134fc1850432e058ac0bd513b0a
0xdff3a2eb818f5dd42413250c368347d63a9dd345340ac3c7bae1261266dea149
0x68799262c88517a330e451aeac9e89e422b65421a70518620f8b250c133ba48c
0x0054fd0437635d4f8ef59103650969f77c5a3bd9e44eac673b0f06ad4eba27b0
0x1fecc801897d3f7083da2e9ef38bb75dfdf0b1ae64c3184f5352df80a7acdba6
From
0xc7f9b2b67db4f3b710cd51aa16927d2d2490a31e6031a57ea4feae5fb01167cf

Functions
Getter at block 21301721
baseURI(view returns (string)
ipfs://QmScUYFXFvFmTbNHdbW99CPSX5Ct7uWotDdsbkCohh4YkY/
cost(view returns (uint256)
30000000000000000
isPaused(view returns (bool)
false
isPresale(view returns (bool)
false
isRevealed(view returns (bool)
true
maxMintAmount(view returns (uint256)
50
maxSupply(view returns (uint256)
2600
maxTxMintAmount(view returns (uint256)
50
name(view returns (string)
MetaBears
owner(view returns (address)
0x6d780216aeca87e7784ccba179472dde1e65058e
presaleMaxMintAmount(view returns (uint256)
5
presaleMaxTxMintAmount(view returns (uint256)
5
reserveSupply(view returns (uint256)
0
symbol(view returns (string)
MTB
totalSupply(view returns (uint256)
2573
Read-only
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)
mintedTotalOf(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
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[] _address
airdropMultipleToAddress(address _addressuint256 _mintAmount
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
ownerMint(uint256 _mintAmount
presaleMint(uint256 _mintAmountbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setMaxMintAmount(uint256 _newMaxMintAmount
setMaxSupply(uint256 _newMaxSupply
setMaxTxMintAmount(uint256 _newMaxTxMintAmount
setMerkleRoot(bytes32 root
setPresaleMaxMintAmount(uint256 _newpresaleMaxMintAmount
setPresaleMaxTxMintAmount(uint256 _newpresaleMaxTxMintAmount
setReserveSupply(uint256 _newReserveSupply
toggleIsPaused(
toggleIsPresale(
toggleIsRevealed(
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
NewMetaBearMinted(address senderuint256 mintAmount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressesExceedReserveSupply(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidAddressAmount(
InvalidAirdropAmount(
InvalidMintAmount(
InvalidQueryRange(
InvalidValue(
MaxMintAmountExceeded(
MaxPresaleMintAmountExceeded(
MaxPresaleTransactionMintAmountExceeded(
MaxTransactionMintAmountExceeded(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NewReserveSupplyToHigh(
NewSupplyToHigh(
NewSupplyToLow(
NoBalanceToWithdraw(
NotWhitelisted(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
Paused(
PresaleOnly(
PresaleOver(
ReserveSupplyEmpty(
ReserveSupplyExceeded(
SupplyExceeded(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(