BabyBunta 2nd collection
Verified contract
Active on
Ethereum with 800 txns
Slot
XX
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
0x4f24…25f5
2 additional
variables
Balances ($0.00)
No balances found for "BabyBunta 2nd collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20899048 | a month ago | | | 0 | 0.00034841180 | |
| 20323595 | 4 months ago | | | 0 | 0.00015151055 | |
| 20144318 | 5 months ago | | | 0 | 0.000054218058 | |
| 19864562 | 6 months ago | | | 0 | 0.00018663597 | |
| 19843788 | 6 months ago | | | 0 | 0.00025546941 | |
| 19708593 | 7 months ago | | | 0 | 0.00014792258 | |
| 19601972 | 7 months ago | | | 0 | 0.00026852507 | |
| 19054656 | 10 months ago | | | 0 | 0.00078089823 | |
| 19054633 | 10 months ago | | | 0 | 0.00053879068 | |
| 19048413 | 10 months ago | | | 0 | 0.00088743229 |
ABI
ABI objects
Getter at block 21207862 nowOnSale() view returns (bool)
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
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 owner) view returns (uint256)
cost(uint256) view returns (uint256)
freeMintList(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
limitedMintedAmount(address, uint256) view returns (uint16)
maxMintAmount(uint256) view returns (uint16)
ownerOf(uint256 tokenId) view returns (address)
preSaleList(address) view returns (uint256)
royaltyInfo(uint256, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
timeDuration(uint256) view returns (uint256)
timeStart(uint256) view returns (uint256)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mint(uint256 amount) payable
ownerMint(address to, uint256 quantity)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCAL(address _newCAL)
setCALLevel(uint256 _newLevel)
setCost(uint256 _newCost, uint8 _target)
setDescriptor(address _new)
setFreeMintList(address[] _addr, bool _state)
setIsSBT(bool _state)
setPause(bool _state)
setPreSaleList(address[] _addr, bool _state)
setRoyaltyAddress(address _new)
setRoyaltyFee(uint96 _new)
setSalePhase(uint8 _phase)
setTimeDuration(uint256 index, uint256 newDuration)
setTimeStart(uint256 index, uint256 newTime)
setUsePeriodSale(bool _state)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
CallerNotUser()
InsufficientAllocation()
InsufficientFunds()
InvlidRoyaltyFee(uint256 fee)
MaxSupplyExceeded()
MintAmountExceeded()
MintAmountIsZero()
NoAllocationInThisSale()
NotAllowedByCAL(address operator)
OperatorNotAllowed(address operator)
ProhibitedBecauseSBT()
SaleIsPaused()
ZeroAddress()