KikoMints
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "KikoMints"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "KikoMints"
ABI
ABI objects
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 owner) view returns (uint256)
collectionIdAndBaseTokenIdToTokenId(uint256 collectionId, uint256 baseTokenId) pure returns (uint256)
collectionIdAndTokenIdInCollectionToCustomDiscount(uint256, uint256) view returns (uint256)
collections(uint256) view returns (string itemLabel, string baseURI, address baseToken, uint256 baseCollection, uint256 price, uint256 discountPrice, uint256 totalTokenIds, uint256 collectionType, uint256 paymentErc20Price, address paymentErc20Address, bool available)
couponHashToDiscountPercentageTimesPrecision(bytes32) view returns (uint256)
couponHashToUses(bytes32) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCollectionMts(uint256 collectionId) view returns (uint256[], uint256[])
getOwnerOfTokenInCollection(uint256 collectionId, uint256 tokenIdInCollection) view returns (address)
getTokenInCollectionHasBeenMinted(uint256 collectionId, uint256 tokenIdInCollection) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isCollectionFreezed(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToCollectionIdAndBaseTokenId(uint256 tokenId) pure returns (uint256, uint256)
tokenURI(uint256 tokenId) view returns (string)
voucherHashToUses(bytes32) view returns (uint256)
voucherHashToValue(bytes32) view returns (uint256)
State-modifying
Events addAndEditCollections(struct KikoMintsCollectionUpdate collectionsToUpdate, struct KikoMintsCollection[] collectionsToAdd)
approve(address operator, uint256 tokenId)
freezeCollectionsForever(uint256[] collectionIds)
initialize(address warmXYZ, address delegateCash)
mintFromCollection(uint256 collectionId, uint256 tokenIdInCollection, string coupon, string voucher) payable
mintFromCollectionMultiple(uint256[] collectionIds, uint256[] tokenIdsInCollection, uint256[] proxyTypes, string coupon, string voucher) payable
renounceOwnership()
runAirdrop(uint256[] collectionIds, uint256[] tokenIds, address[] owners)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdmin(address addr, bool enabled)
setApprovalForAll(address operator, bool approved)
setCoupons(bytes32[] couponHashes, uint256[] uses, uint256[] discounts)
setCustomDiscount(uint256[] collectionIds, uint256[] tokenIdsInCollection, uint256[] customDiscounts)
setMaterialsAndToolsContract(address _contract)
setVipPassContract(address _contract)
setVouchers(bytes32[] voucherHashes, uint256[] uses, uint256[] values)
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)
Initialized(uint8 version)
Minted(uint256 indexed collectionId, uint256 indexed tokenIdInCollection)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAdmin(address indexed addr, bool indexed enabled)
SetCoupon(bytes32 indexed couponHash, uint256 discountValue, uint256 uses)
SetCustomDiscount(uint256 indexed collectionId, uint256 indexed tokenIdInCollection, uint256 customDiscount)
SetVoucher(bytes32 indexed voucherHash, uint256 discountValue, uint256 uses)
ToggleCollection(uint256 indexed index, bool indexed available)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)