SlothMintV14
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
8 additional
variables
Balances ($0.00)
No balances found for "SlothMintV14"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SlothMintV14"
ABI
ABI objects
Getter at block 21293388
clothesSize() view returns (uint256)
0
collectionSize() view returns (uint256)
0
currentClothesCount() view returns (uint256)
0
currentItemCount() view returns (uint256)
0
itemCollectionSize() view returns (uint256)
0
itemSize() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
publicSale() view returns (bool)
false
Read-only
collaboItemSizes(uint256) view returns (uint256)
collaboSaleEndTimes(uint256) view returns (uint256)
collaboSalePricePatterns(uint256) view returns (uint256)
currentCollaboItemCounts(uint256) view returns (uint256)
forSaleCollabo(uint256) view returns (bool)
State-modifying
Events initialize(uint256 newCollectionSize, uint256 newItemCollectionSize, uint256 newClothesSize, uint256 newItemSize, uint256 newCurrentClothesCount, uint256 newCurrentItemCount)
ownerMint(uint8 quantity, uint256 itemQuantity)
publicItemMint(uint8 quantity) payable
publicItemMintForPiement(address transferAddress, uint8 quantity) payable
publicMintBody(uint8 quantity) payable
publicMintBodyForPiement(address transferAddress, uint8 quantity) payable
publicMintBodyWithCollabo(uint256 specialType, uint8 quantity) payable
publicMintBodyWithCollaboForPiement(address transferAddress, uint256 specialType) payable
publicMintClothes(uint8 quantity) payable
publicMintClothesForPiement(address transferAddress, uint8 quantity) payable
publicMintOnlyCollabo(uint256 specialType, uint8 quantity) payable
publicMintSlothCollectionDecember(uint256 quantity, uint8 clothType) payable
publicMintSlothCollectionDecemberAll(uint256 setQuantity) payable
publicMintSlothCollectionDecemberAllForPiement(address transferAddress, uint256 setQuantity) payable
publicMintSlothCollectionNovember(uint256 quantity, uint8 clothType) payable
publicMintSlothCollectionNovemberAll(uint256 setQuantity) payable
publicMintSlothCollectionNovemberAllForPiement(address transferAddress, uint256 setQuantity) payable
publicMintSlothCollectionNovemberForPiement(address transferAddress, uint256 quantity, uint8 clothType) payable
publicMintWithClothesAndCollabo(uint256 specialType, uint8 quantity) payable
publicMintWithClothesAndCollaboForPiement(address transferAddress, uint256 specialType) payable
renounceOwnership()
setCollaboItemSizes(uint256[] specialTypeArray, uint256[] itemSizeArray)
setCollaboSaleEndTimes(uint256[] specialTypeArray, uint256[] endTimeArray)
setCollaboSalePricePatterns(uint256[] specialTypeArray, uint256[] pricePatternArray)
setCurrentCollaboItemCount(uint256[] specialTypeArray, uint256[] itemCountArray)
setLightSlothAddr(address newLightSlothAddr)
setPiementAddress(address newPiementAddress)
setPublicSale(bool newPublicSale)
setSaleCollabo(uint256[] specialTypeArray, bool[] newSaleCollaboArray)
setSecialTypeSaleEndTime(uint256[] specialTypeArray, uint256[] endTimeArray)
setSlothAddr(address newSlothAddr)
setSlothBodyPrice(uint256 newPrice)
setSlothClothesPrice(uint256 newPrice)
setSlothCollectionPrice(uint256 newPrice)
setSlothItemAddr(address newSlothItemAddr)
setSpecialSlothItemAddr(address newSpecialSlothItemAddr)
transferOwnership(address newOwner)
withdraw()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
mintBody(uint256 quantity, bool piement)
mintClothes(uint256 quantity, bool piement)
mintCollabo(uint256 quantity, uint256 specialType)
mintItem(uint256 quantity, bool piement)
mintPoupelle(uint256 quantity)
mintSlothCollection(uint256 quantity, uint256 specialType, uint256 clothType, bool piement)
mintWithCloth(uint256 quantity)
mintWithClothAndCollabo(uint256 quantity, uint256 specialType, bool piement)
mintWithClothAndItem(uint256 quantity, uint256 itemQuantity, bool piement)
mintWithClothAndPoupelle(uint256 quantity, bool piement)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.