SuperBearClub

Verified contract

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

No balances found for "SuperBearClub"

0x637eb67d02afb5a196588ce89a2de880a14b0c810b2dc492cc3dac9e4a6875c0
0xe6bcbf633a72eefcca5417fbe2976ea0b761242fd2aa12b7e2ab49ac451874dc
0x280711e6d21fc0c9b20cfb45fd49fff0263643d60740dcc900e183e8d48e5c6b
0xf32a6b77848d246e2cbafdeebbf49ef28699a4165bb5e257abf96c20c7d0b5c3
0x7e268695ae432c88eb25c08c9589bdd0275bdfe74151329527cdee86500081df
0x884d1860568f53a293c0b6017dbcc9a5df56d904f8dd234c6be0af43c5c9d805
0x5cae0367ea5e4a85390ffc9d7c41f6a6c29ba96d617f7a28629fa93929b7a820
0x3f34e98ca912e4eeb2eca8a7fd5648c5a4d5a3a1468b83858e86e4f4981a7977
0xf98243b3e0058d95aa77818ded134c4798b34695cceaa39a60df4f56fa597edd
0xde87c958fdeb4456af047c42a096cbaaec6d079aa1618eeeba112805e7115db4

Functions
Getter at block 21260945
BANAGER_MINT_MAX_PER_WALLET(view returns (uint256)
3
OG_MINT_MAX_PER_WALLET(view returns (uint256)
5
PUBLIC_SALE_PRICE(view returns (uint256)
30000000000000000
TE_MINT_MAX_PER_WALLET(view returns (uint256)
10
WL_MINT_MAX_PER_WALLET(view returns (uint256)
2
banagerMintCounts(view returns (uint64)
606
banagerRoot(view returns (bytes32)
0x518ed59201f66799a33fffd2298e039594b91b09a54e60b542122e41f098e6f2
getCurrentStage(view returns (uint8)
2
getLeftBearCount(view returns (uint256)
0
giftedMintCounts(view returns (uint64)
140
isBanagerActive(view returns (bool)
false
isOGActive(view returns (bool)
true
isPublicSaleActive(view returns (bool)
true
isTeamActive(view returns (bool)
true
isWlActive(view returns (bool)
false
maxBears(view returns (uint256)
2000
name(view returns (string)
SuperBearClub
ogMintCounts(view returns (uint64)
80
ogRoot(view returns (bytes32)
0xd437a2bd554800d2f70f87cb6357f3c9af3b79db9c1cc6989e81b1b9f77cff73
owner(view returns (address)
0x9c0303260d02c99691f722f3f570937b6e1a4f68
scoresContractAddress(view returns (address)
0x0000000000000000000000000000000000000000
stakeAddress(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SBC
teamMintCounts(view returns (uint64)
30
teamRoot(view returns (bytes32)
0xd17d223bf964de9652073f9867878ab1950c2300e808a7c15c819802b33d80be
totalSupply(view returns (uint256)
2000
vaultAddress(view returns (address)
0x9c0303260d02c99691f722f3f570937b6e1a4f68
whitelistMintCounts(view returns (uint64)
530
whitelistRoot(view returns (bytes32)
0x7dc298109309488e2646aadd945ad91e55c4e6b05271f90e8b7a9dd99850fb96
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getBearBoost(uint256[] tokenIdsview returns (uint256 score)
getBearScore(uint256 tokenIdview returns (uint256 score)
getCanFreeMintCount(bytes32[][4] merkleProofsview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[] ownerTokens)
State-modifying
approve(address touint256 tokenId
burnNFT(uint256 tokenId
mintNFTGifted(address touint256 amount
mintNFTPresale(uint256 amountbytes32[][4] merkleProofs
mintNFTPublicSale(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllMerkleRoot(bytes32[4] merkleRoots
setApprovalForAll(address operatorbool approved
setBanagerMerkleRoot(bytes32 merkleRoot
setBanagerSaleActive(bool isActive
setBaseURI(string baseURI
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive
setOGMerkleRoot(bytes32 merkleRoot
setOGSaleActive(bool isActive
setProxyRegistryAddress(address _proxyRegistryAddress
setPublicSaleActive(bool isActive
setScoresContractAddress(address _scoresAddress
setStakeAddress(address _stakeAddress
setTeamMerkleRoot(bytes32 merkleRoot
setTeamSaleActive(bool isActive
setVaultAddress(address _vaultAddress
setWhiteListMerkleRoot(bytes32 merkleRoot
setWhiteListSaleActive(bool isActive
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
BearBurned(address accountuint256 tokenId
BearMinted(address accountuint256 startTokenIduint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboladdress _openSeaProxyRegistryAddressuint256 _maxBears
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(