Cult of Kylo

Unverified contract

Proxy

Active on Base with 121 txns
Deployed by via 0xb08c4034 at 19389221
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Cult of Kylo"

0xc88f07c023b85aab6a194e404b0922f0379d4982017ea70256de914e6618e033
0x8d974973aaea1dd6f55c2fad96200a30f42bb470db8f7732163e897544ab2727
0xc5813a8846919cc88406b56ed5aa83f1f9f188158ec19564a45a49c97a6ec064
0x058e65009d9f7af72bcc0cc5c03c255d8bf23e256ee1f49d0602214a15d44958
0xca9bbe5efec878522b185151a14461079555e047174e85dd4c7b944732892913
0xdaeb4ebdd91a12d94f1b988669996ef745988a6e19c2a86ebf2f799bc5cf7e88
0x45501e4956e2b560c1023a79fc5e0bbaa84acd7b9abaf28e1a44d1a95413d6f9
0x43d7d509a5cb63e7bc9b526f6f3d4536c9303d087d6df3b16294fabf8f545fc8
0x38e1396d42e864668e82338518a195967844aee8330f611c25d61612d47ed586
0x839b2179a1295ad0011071c5a24777fa125e759b1ce1a02520e67832090d78f9

Functions
Getter at block 23063874
DEFAULT_TRANSFER_VALIDATOR(view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
autoApproveTransfersFromValidator(view returns (bool)
false
baseTokenURI(view returns (string)
https://ivory-ready-jaguar-530.mypinata.cloud/ipfs/Qme3ndZKDajCDcKtDwD64s7u3ZkPYi2p3vKzZCmR9MfBH8/
getNextTokenId(view returns (uint256)
3001
getTransferValidationFunction(pure returns (bytes4 functionSignaturebool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=true)
getTransferValidator(view returns (address validator)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
maxSupply(view returns (uint256)
3000
maxSupplyInitialized(view returns (bool)
true
mintedSupply(view returns (uint256)
3000
name(view returns (string)
Cult of Kylo
owner(view returns (address)
0xd3b733f8c908aa99e62e2cfab2320dc453ab864b
remainingAirdropSupply(view returns (uint256)
0
remainingOwnerMints(view returns (uint256)
0
suffixURI(view returns (string)
.json
symbol(view returns (string)
COK
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool isApproved)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdropMint(address[] to
approve(address touint256 tokenId
initializeERC721(string name_string symbol_
initializeMaxAirdropSupply(uint256 maxAirdropMints_
initializeMaxSupply(uint256 maxSupply_uint256 maxOwnerMints_
initializeOwner(address owner_
initializeURI(string baseURI_string suffixURI_
ownerMint(address touint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setAutomaticApprovalOfTransfersFromValidator(bool autoApprove
setBaseURI(string baseTokenURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
setSuffixURI(string suffixURI_
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTransferValidator(address transferValidator_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AutomaticApprovalOfTransferValidatorSet(bool autoApproved
BaseURISet(string baseTokenURI
DefaultRoyaltySet(address indexed receiveruint96 feeNumerator
MaxSupplyInitialized(uint256 maxSupplyuint256 maxOwnerMints
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SuffixURISet(string suffixURI
TokenRoyaltySet(uint256 indexed tokenIdaddress indexed receiveruint96 feeNumerator
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AdventureFreeNFT__NonexistentToken(
AirdropMintInitializable__MaxAirdropSupplyAlreadyInitialized(
AirdropMint__AirdropBatchSizeMustBeGreaterThanZero(
AirdropMint__CannotMintToZeroAddress(
AirdropMint__MaxAirdropSupplyCannotBeSetToMaxUint256(
AirdropMint__MaxAirdropSupplyCannotBeSetToZero(
AirdropMint__MaxAirdropSupplyExceeded(
CreatorTokenBase__InvalidTransferValidatorContract(
ERC721OpenZeppelinInitializable__AlreadyInitializedERC721(
InitializableMaxSupplyBase__MaxSupplyAlreadyInitialized(
InitializableOwnable__OwnerAlreadyInitialized(
MaxSupplyBase__CannotClaimMoreThanMaximumAmountOfOwnerMints(
MaxSupplyBase__CannotMintToAddressZero(
MaxSupplyBase__MaxSupplyCannotBeSetToMaxUint256(
MaxSupplyBase__MaxSupplyExceeded(
MaxSupplyBase__MintedQuantityMustBeGreaterThanZero(
MetadataURIInitializable__URIAlreadyInitialized(
ShouldNotMintToBurnAddress(