KikoMints

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x17b3fe1d at 17534724
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 43 additional slots
-
variable spans 48 additional slots
2 additional variables

No balances found for "KikoMints"

No transactions found for "KikoMints"


Functions
Getter at block 21187246
DECIMALS_FOR_TOKENID(view returns (uint256)
10000000000
couponHashPrecision(view returns (uint256)
0
getCollectionCount(view returns (uint256)
0
materialsAndToolsContract(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
vipPassContract(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
collectionIdAndBaseTokenIdToTokenId(uint256 collectionIduint256 baseTokenIdpure returns (uint256)
collectionIdAndTokenIdInCollectionToCustomDiscount(uint256uint256view returns (uint256)
collections(uint256view returns (string itemLabelstring baseURIaddress baseTokenuint256 baseCollectionuint256 priceuint256 discountPriceuint256 totalTokenIdsuint256 collectionTypeuint256 paymentErc20Priceaddress paymentErc20Addressbool available)
couponHashToDiscountPercentageTimesPrecision(bytes32view returns (uint256)
couponHashToUses(bytes32view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getCollectionMts(uint256 collectionIdview returns (uint256[]uint256[])
getOwnerOfTokenInCollection(uint256 collectionIduint256 tokenIdInCollectionview returns (address)
getTokenInCollectionHasBeenMinted(uint256 collectionIduint256 tokenIdInCollectionview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isCollectionFreezed(uint256view returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenIdToCollectionIdAndBaseTokenId(uint256 tokenIdpure returns (uint256uint256)
tokenURI(uint256 tokenIdview returns (string)
voucherHashToUses(bytes32view returns (uint256)
voucherHashToValue(bytes32view returns (uint256)
State-modifying
addAndEditCollections(struct KikoMintsCollectionUpdate collectionsToUpdatestruct KikoMintsCollection[] collectionsToAdd
approve(address operatoruint256 tokenId
freezeCollectionsForever(uint256[] collectionIds
initialize(address warmXYZaddress delegateCash
mintFromCollection(uint256 collectionIduint256 tokenIdInCollectionstring couponstring voucherpayable 
mintFromCollectionMultiple(uint256[] collectionIdsuint256[] tokenIdsInCollectionuint256[] proxyTypesstring couponstring voucherpayable 
renounceOwnership(
runAirdrop(uint256[] collectionIdsuint256[] tokenIdsaddress[] owners
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAdmin(address addrbool enabled
setApprovalForAll(address operatorbool approved
setCoupons(bytes32[] couponHashesuint256[] usesuint256[] discounts
setCustomDiscount(uint256[] collectionIdsuint256[] tokenIdsInCollectionuint256[] customDiscounts
setMaterialsAndToolsContract(address _contract
setVipPassContract(address _contract
setVouchers(bytes32[] voucherHashesuint256[] usesuint256[] values
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
Initialized(uint8 version
Minted(uint256 indexed collectionIduint256 indexed tokenIdInCollection
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAdmin(address indexed addrbool indexed enabled
SetCoupon(bytes32 indexed couponHashuint256 discountValueuint256 uses
SetCustomDiscount(uint256 indexed collectionIduint256 indexed tokenIdInCollectionuint256 customDiscount
SetVoucher(bytes32 indexed voucherHashuint256 discountValueuint256 uses
ToggleCollection(uint256 indexed indexbool indexed available
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator