CapsuleFactory

Verified contract

Implementation

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

No balances found for "CapsuleFactory"

No transactions found for "CapsuleFactory"


Functions
Getter at block 21314960
VERSION(view returns (string)
1.2.0
capsuleCollectionTax(view returns (uint256)
0
capsuleMinter(view returns (address)
0x0000000000000000000000000000000000000000
getAllCapsuleCollections(view returns (address[])
[]
getBlacklist(view returns (address[])
[]
getWhitelist(view returns (address[])
[]
governor(view returns (address)
0x53a50ac9bb98dfd61d4031390ebecc4e2bd7f9b1
taxCollector(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
capsules(uint256view returns (address)
collectionBurner(addressview returns (address)
getCapsuleCollectionsOf(address _ownerview returns (address[])
isBlacklisted(address _userview returns (bool)
isCapsule(addressview returns (bool)
isCollectionBurner(address _capsuleaddress _accountview returns (bool)
isWhitelisted(address _userview returns (bool)
State-modifying
acceptGovernorship(
addToBlacklist(address _user
addToWhitelist(address _user
createCapsuleCollection(string _namestring _symboladdress _tokenURIOwnerbool _isCollectionPrivatepayable returns (address)
flushTaxAmount(
initialize(
removeFromBlacklist(address _user
removeFromWhitelist(address _user
setCapsuleMinter(address _newCapsuleMinter
transferGovernorship(address _proposedGovernor
updateCapsuleCollectionBurner(address _capsuleaddress _newBurner
updateCapsuleCollectionOwner(address _previousOwneraddress _newOwner
updateCapsuleCollectionTax(uint256 _newTax
updateTaxCollector(address _newTaxCollector
Events
AddedToBlacklist(address indexed user
AddedToWhitelist(address indexed user
CapsuleCollectionBurnerUpdated(address indexed capsuleCollectionaddress indexed oldBurneraddress indexed newBurner
CapsuleCollectionCreated(address indexed calleraddress indexed capsule
CapsuleCollectionTaxUpdated(uint256 oldTaxuint256 newTax
CapsuleOwnerUpdated(address indexed capsuleaddress indexed previousOwneraddress indexed newOwner
FlushedTaxAmount(uint256 taxAmount
Initialized(uint8 version
RemovedFromBlacklist(address indexed user
RemovedFromWhitelist(address indexed user
TaxCollectorUpdated(address indexed oldTaxCollectoraddress indexed newTaxCollector
UpdatedGovernor(address indexed previousGovernoraddress indexed proposedGovernor
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.