Knights Who Say Nah

Verified contract

Proxy

Active on Ethereum with 1,220 txns
Deployed by via 0x1fd99fbb at 16570395
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
27 additional variables

No balances found for "Knights Who Say Nah"

0xf877f0f68f476a28d6f45a1d59769d47829bcb38fe8b326c628698c76357a83e
0x148842729a8f40ace93bcea5150ce6bf5b32fa75b09b3c65f892054221761042
0x389aa23ad4b0954378500a8c5374ad2ea8ef82efe08b3eb9d93263d307972ae3
0xaae7ea919dacd58dce94b2264267985384ab1083f80daa09b3482e9d1b3e320e
0x756473af5059b70eee91d1f12baecf0fc4bdf063aa105e29af7c97ffe671ce4c
0x11cc24732eaa0780fe0c245d6b8ac9dd702472365efcc4c75320f7ab5d07cce2
0xe9c67d0e83766f016bf0153145acc69b1458a90e34a7a164fc6620486d17890e
0xe095232ce598ee3d0ef3f22c5eaf568146f3fa3a769101ccf30bf51f3e01e148
0x46a2fb186d89693bcd0576140026a5122c3b9fcd068f1862d3efa8d73ca306a6
0xd348ec712b0a5778f15004998f8112ef27c4a0815104fb87c948c0857cd584a6

Functions
Getter at block 21064106
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SANCTIONS_CONTRACT(view returns (address)
0x40c57923924b5c5c5455c48d93317139addac8fb
allowlists(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=23)
config(view returns (struct IConfigMint mintConfigstruct IConfigToken tokenConfig)
(mintConfig=(true, 0, 1701388800, 2222, 0, 0, 0), tokenConfig=())
contractType(pure returns (bytes32)
0x50726f707345524337323141555374616b696e67506f6f6c7300000000000000
contractURI(view returns (string)
ipfs://bafkreienzfzv6gbmlw722vpp5q5wmw2jdovyxlnhmbznu5hafvtixkov7a
contractVersion(pure returns (uint8)
4
name(view returns (string)
Knights Who Say Nah
owner(view returns (address)
0x7479abf9c6565117c524d7c139cf62aade952aa3
paused(view returns (bool)
false
project(view returns (address)
0x0000000000000000000000000000000000000000
rWallet(view returns (address)
0xe16311c250e6ffae757774372f11c960426e97a3
receivingWallet(view returns (address)
0xc943b1291258c6e55e20dc4ef96624d9b8f57df8
stakingERC20Address(view returns (address)
0xb78d770dd131bbe2845d6497ab6fe0d6385488fa
symbol(view returns (string)
KWSN
totalSupply(view returns (uint256)
2096
Read-only
balanceOf(address ownerview returns (uint256)
getAllowlistById(uint256 _allowlistIdview returns (struct IAllowlistAllowlist allowlist)
getApproved(uint256 tokenIdview returns (address)
getMintedByAllowlist(uint256 _allowlistIdview returns (uint256 minted_)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasMinRole(bytes32 _roleview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isSanctioned(address _operatorAddressview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
minted(addressview returns (uint256)
mintedByAllowlist(addressuint256view returns (uint256)
onlyAllowedOperatorApproval(address operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenPools(uint256view returns (uint256 startIndexuint256 endIndexuint256 currentIndex)
tokenURI(uint256 _tokenIdview returns (string)
totalMintedByAllowlist(uint256view returns (uint256)
State-modifying
admin(returns (address admin_)
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
addAllowlist(struct IAllowlistAllowlist _allowlist
approve(address operatoruint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _baseURIaddress[] _trustedForwardersaddress _receivingWallet
mint(uint256[] _quantitiesbytes32[][] _proofsuint256[] _allotmentsuint256[] _allowlistIdspayable 
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAllowlists(struct IAllowlistAllowlist[] _allowlists
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setConfig(struct IConfigConfig _config
setContractURI(string _uri
setInternals(address _receivingWalletaddress _rWalletaddress _stakingERC20Address
setOwner(address _newOwner
setProject(address _project
setReceivingWallet(address _address
setRoyalty(uint96 _royalty
setRoyaltyWallet(address _address
setSactionsContract(address _address
setStakingERC20Contract(address _address
togglePause(bool _isPaused
transferFrom(address fromaddress touint256 tokenId
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlistuint256 i
upsertTokenPool(uint256 _tokenPoolIndexuint256 _startIndexuint256 _endIndexuint256 _currentIndex
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
Minted(address indexed accountstring tokens
OwnerUpdated(address prevOwneraddress newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AllowlistInactive(
AllowlistSupplyExhausted(
InsufficientFunds(
MerkleProofInvalid(
MintClosed(
MintQuantityInvalid(
MintZeroQuantity(
OperatorNotAllowed(address operator