BigBearSyndicateMinter

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x48752c71 at 16022582
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "BigBearSyndicateMinter"

No transactions found for "BigBearSyndicateMinter"


Functions
Getter at block 21046499
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowListMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowListMints(view returns (uint256)
0
allowListStartTime(view returns (uint256)
0
availableSupply(view returns (uint256)
0
bbs(view returns (address)
0x0000000000000000000000000000000000000000
currentTokenId(view returns (uint256)
0
freeMintStartTime(view returns (uint256)
0
isInAllowListPhase(view returns (bool)
false
isInFreeMintPhase(view returns (bool)
false
isInPublicPhase(view returns (bool)
true
mintLimit(view returns (uint256)
0
paused(view returns (bool)
false
price(view returns (uint256)
0
publicStartTime(view returns (uint256)
0
supplyLimit(view returns (uint256)
0
vault(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
addressToAllowListMints(addressview returns (uint256)
addressToFreeMintClaim(addressview returns (uint256)
addressToPaidMints(addressview returns (uint256)
allowListMintsRemaining(address userview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isAllowListWhitelisted(address userbytes32[] merkleProofview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
allowListMint(uint256 numBearsbytes32[] merkleProofpayable 
freeMint(uint256 numBears
grantRole(bytes32 roleaddress account
initialize(address bbs_
pause(
publicMint(uint256 numBearspayable 
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setAllowListMerkleRoot(bytes32 rootHash
setAllowListMints(uint256 mints
setAllowListStartTime(uint256 allowListStartTime_
setBigBearSyndicateAddress(address bbs_
setFreeMintClaims(address useruint256 mints
setFreeMintStartTime(uint256 freeMintStartTime_
setMintLimit(uint256 limit
setPaidMints(address useruint256 mints
setPhaseTimes(uint256 freeMintStartTime_uint256 allowListStartTime_uint256 publicStartTime_
setPrice(uint256 price_
setPublicStartTime(uint256 publicStartTime_
setSupplyLimit(uint256 supplyLimit_
setVaultAddress(address vault_
unpause(
withdraw(uint256 _amount
withdrawAll(
Events
Initialized(uint8 version
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
IncorrectEtherValue(uint256 expectedValue
InsufficientBalance(uint256 balanceuint256 required
InvalidAddress(address address_
MintAllowanceExceeded(address address_uint256 allowance
MintLimitExceeded(uint256 limit
NotEnoughSupply(
NotWhitelisted(address address_
PhaseNotStarted(uint256 startTime
PhaseOver(uint256 endTime