Knight

Verified contract

Proxy

Active on Ethereum with 34 txns
Deployed by via 0x1fece24a at 16628582
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 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
15 additional variables
Native
Value $3.42
0x94c05dc676a04446dae644d3e9a93286b28b8d61a32a89482288890b7ba6486a
0x6e3a6593a267231dc5aaa75cede1364170df842b4dda30dd8560fd6944e75481
From
0x12c279c563c64f38fcfe4be52a36e1522e576d4b30e6015c7673cbe61053f376
0xc6ca0ee23939871227caaf9da46d82009239af85c388a8dd0670046a614bbe8f
0xb198ff4cc4c5989089b6b96ce6581d9f89e32588be24087395c0bf322166c0d7
0x9ae14e11bbb4e6e6770ef355afd08a51d355b3b9d76078950c6fcd7b974cc9c9
0xe453062443089ca49e077659248a60ecc7ebe8e43305e1e06c17ba736457ef51
0x0884c91ab4c6604e964375cd646365787bb0d69853c375b6a0c44adb8b9c07bb
0xd13545e6500bd212adee366176c548e369baff5ab3b8c346ea86cfd3e1068f7d
0xbfe7b5f2dad1b012004fe7b310a8a3f1e621b5701397ae2b76403dec61480895

Functions
Getter at block 21269496
implementation(view returns (address)
0xf96fd95d60fb0318b639a8211ef60ee467f2892a
cost(view returns (uint256)
1000000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0xC71519a3E4469589fe84B55d5629eD6D71033455], [0, 1000])
maxFreeMint(view returns (uint32)
0
maxPerMint(view returns (uint32)
15
maxPerWallet(view returns (uint32)
200
name(view returns (string)
Knight
open(view returns (bool)
true
owner(view returns (address)
0xc71519a3e4469589fe84b55d5629ed6d71033455
pauseMintAt(view returns (uint256)
0
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
false
supply(view returns (uint256)
164
symbol(view returns (string)
NFT
totalSupply(view returns (uint256)
505
Read-only
addressAndUintToBytes(address _addressuint256 _uintpure returns (bytes)
affiliatesOf(address walletview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _totalSupplyuint256 _commission
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(