HoneyBears

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x069cf7f2 at 17084996
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 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
7 additional variables

No balances found for "HoneyBears"

No transactions found for "HoneyBears"


Functions
Getter at block 21065055
 
editionCount(view returns (uint256)
mintPrice(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
totalBears(view returns (uint32)
0
totalBearsMinted(view returns (uint32)
0
totalSupply(view returns (uint32)
0
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
editionSizes(uint256view returns (uint16)
editionsMinted(uint256view returns (uint16)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 _idview returns (string)
State-modifying
addEditions(uint16[] newEditionSizesuint16[] newEditionSlots
giftMintBears(uint256[] editionIdsaddress[] addresses
initialize(
mergeBears(uint256[] bearIds
mintRandomBears(uint256 numBearspayable 
pause(
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApiUrl(string newApiUrl
setApprovalForAll(address operatorbool approved
setMintPrice(uint256 newMintPrice
setRoyaltyInfo(address receiveruint96 feeBasisPoints
transferOwnership(address newOwner
unpause(
updateBear(uint256 bearIduint256[] bearIdsToMergeuint256[] bearIdsToUnmerge
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator