BabyBunta 2nd collection

Verified contract

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

No balances found for "BabyBunta 2nd collection"

0xf74687f35721f90b204ac6a1466335f6f2bd17077b7beeb61251da2897799fea
0xfdb7b5bd75e70d71a14f9e6542fd4b86e118cdecf446f7081b7683bb8d1fd83f
0x7445a323997073dc18c10a24829af696b5ab962d2063d64a4679a12ae612afba
0x3dc3ed037b61df56b9a5c92f74417397d09f0cfdf30f60c8fe8b46bd83c02eda
0xd37e7bb741ac0f832bd252f849b5b5444f86027af5154c3e0d355990cc71ce99
0xe1220aadf64a4fcd949692696d9b16d331c52e7799cb3f782d8d2a2e9634ec78
0x04480994f67a867f35b39d52725c9f6ce65b3bf79e7f24345d1ae00b90861c0a
0x8aa8c24f9edea4833206b4feb0a4eeb4ebdc97713de4da1448f1b9d5d844d9b0
0xfed5baf1a925ae1f81e8e8b236379e5199fe00398dad7965d30388637000947e
0xc7b869306bf1d86d0c983978357d5308515dcd75bfaadce3ae3f275a60b02878

Functions
Getter at block 21207862
ALLOCATION_FOR_ALLOW_LIST(view returns (uint8)
5
ALLOCATION_FOR_FREE_MINT(view returns (uint8)
2
CAL(view returns (address)
0x0000000000000000000000000000000000000000
CALLevel(view returns (uint256)
1
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
1000
WITHDRAW_ADDRESS(view returns (address)
0xfba08bbff544a20caaa6e2278bed853f5ed88648
descriptor(view returns (address)
0x4f24bdfedefba40107a45a95552e300bf8e125f5
isSBT(view returns (bool)
false
name(view returns (string)
BabyBunta 2nd collection
 
nowOnSale(view returns (bool)
owner(view returns (address)
0xfba08bbff544a20caaa6e2278bed853f5ed88648
paused(view returns (bool)
true
royaltyAddress(view returns (address)
0xfba08bbff544a20caaa6e2278bed853f5ed88648
royaltyFee(view returns (uint96)
1000
salePhase(view returns (uint8)
2
symbol(view returns (string)
BBC
totalSupply(view returns (uint256)
1000
usePeriodSale(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256view returns (uint256)
freeMintList(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
limitedMintedAmount(addressuint256view returns (uint16)
maxMintAmount(uint256view returns (uint16)
ownerOf(uint256 tokenIdview returns (address)
preSaleList(addressview returns (uint256)
royaltyInfo(uint256uint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
timeDuration(uint256view returns (uint256)
timeStart(uint256view returns (uint256)
tokenByIndex(uint256 indexview returns (uint256 tokenId)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
mint(uint256 amountpayable 
ownerMint(address touint256 quantity
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCAL(address _newCAL
setCALLevel(uint256 _newLevel
setCost(uint256 _newCostuint8 _target
setDescriptor(address _new
setFreeMintList(address[] _addrbool _state
setIsSBT(bool _state
setPause(bool _state
setPreSaleList(address[] _addrbool _state
setRoyaltyAddress(address _new
setRoyaltyFee(uint96 _new
setSalePhase(uint8 _phase
setTimeDuration(uint256 indexuint256 newDuration
setTimeStart(uint256 indexuint256 newTime
setUsePeriodSale(bool _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
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerNotUser(
InsufficientAllocation(
InsufficientFunds(
InvlidRoyaltyFee(uint256 fee
MaxSupplyExceeded(
MintAmountExceeded(
MintAmountIsZero(
NoAllocationInThisSale(
NotAllowedByCAL(address operator
OperatorNotAllowed(address operator
ProhibitedBecauseSBT(
SaleIsPaused(
ZeroAddress(