KikoMints
Verified contract
Proxy
Active on
Ethereum with 349 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x3416…4213
0x4e5d…d5fb
0xc3aa…456c
0x0000…638b
6 additional
variables
Balances ($456.38)
Native
Value
$456.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.145 | $3,147.46 |
$456.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20329514 | 4 months ago | | | 0 | 0.00034440652 | |
| 19979805 | 6 months ago | | | 0 | 0.00054554860 | |
| 19881300 | 6 months ago | | | 0 | 0.00034098016 | |
| 19821255 | 6 months ago | | | 0 | 0.00028220524 | |
| 19732412 | 7 months ago | | | 0 | 0.00080116495 | |
| 19605764 | 7 months ago | | | 0 | 0.0010934016 | |
| 18858367 | a year ago | | | 0 | 0.0014959681 | |
| 18524197 | a year ago | | | 0 | 0.0038623614 | |
| 18256466 | a year ago | | | 0 | 0.0011976306 | |
| 18232124 | a year ago | | | 0 | 0.0024846248 |
ABI
ABI objects
Getter at block 21187246
DECIMALS_FOR_TOKENID() view returns (uint256)
10000000000
couponHashPrecision() view returns (uint256)
100
getCollectionCount() view returns (uint256)
17
materialsAndToolsContract() view returns (address)
0x3416218f08635669f63cd11b973cfbb634304213
name() view returns (string)
KikoMints
owner() view returns (address)
0x7777409f4c5c4476d3a50098441852a8aab5f777
symbol() view returns (string)
KIKO
vipPassContract() view returns (address)
0x4e5da991b56f7b90b5a63da8d1daa45fe841d5fb
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
OperatorNotAllowed(address operator)