SuperBearClub
Verified contract
Active on
Ethereum with 1,002 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "SuperBearClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20155009 | 5 months ago | | | 0 | 0.00017834826 | |
| 19822615 | 7 months ago | | | 0 | 0.00023722079 | |
| 19810320 | 7 months ago | | | 0 | 0.00034673819 | |
| 19490576 | 8 months ago | | | 0 | 0.00072558504 | |
| 19126406 | 10 months ago | | | 0 | 0.00048340464 | |
| 19126405 | 10 months ago | | | 0 | 0.00049105595 | |
| 19126404 | 10 months ago | | | 0 | 0.00048947681 | |
| 19126403 | 10 months ago | | | 0 | 0.00047850227 | |
| 18767732 | a year ago | | | 0 | 0.0011459781 | |
| 18767732 | a year ago | | | 0 | 0.0011453844 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBearBoost(uint256[] tokenIds) view returns (uint256 score)
getBearScore(uint256 tokenId) view returns (uint256 score)
getCanFreeMintCount(bytes32[][4] merkleProofs) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address to, uint256 tokenId)
burnNFT(uint256 tokenId)
mintNFTGifted(address to, uint256 amount)
mintNFTPresale(uint256 amount, bytes32[][4] merkleProofs)
mintNFTPublicSale(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllMerkleRoot(bytes32[4] merkleRoots)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BearBurned(address account, uint256 tokenId)
BearMinted(address account, uint256 startTokenId, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address _openSeaProxyRegistryAddress, uint256 _maxBears)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()