Knights Who Say Nah
Verified contract
Proxy
Active on
Ethereum with 1,220 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
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
Balances ($0.00)
No balances found for "Knights Who Say Nah"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20746984 | 3 months ago | | | 0 | 0.00017069816 | |
| 20741952 | 3 months ago | | | 0 | 0.00012905600 | |
| 20679404 | 3 months ago | | | 0 | 0.00027585157 | |
| 20604880 | 4 months ago | | | 0 | 0.000039749606 | |
| 20197595 | 6 months ago | | | 0 | 0.00018497531 | |
| 19739407 | 8 months ago | | | 0 | 0.00061943864 | |
| 19534135 | 9 months ago | | | 0 | 0.0025552142 | |
| 19473032 | 9 months ago | | | 0 | 0.018258138 | |
| 19473013 | 9 months ago | | | 0 | 0.017602913 | |
| 19471944 | 9 months ago | | | 0 | 0.0040917528 |
ABI
ABI objects
Getter at block 21410186
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SANCTIONS_CONTRACT() view returns (address)
0x40c57923924b5c5c5455c48d93317139addac8fb
allowlists() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=23)
config() view returns (struct IConfigMint mintConfig, struct 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 owner) view returns (uint256)
getAllowlistById(uint256 _allowlistId) view returns (struct IAllowlistAllowlist allowlist)
getApproved(uint256 tokenId) view returns (address)
getMintedByAllowlist(uint256 _allowlistId) view returns (uint256 minted_)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasMinRole(bytes32 _role) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isSanctioned(address _operatorAddress) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
minted(address) view returns (uint256)
mintedByAllowlist(address, uint256) view returns (uint256)
onlyAllowedOperatorApproval(address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenPools(uint256) view returns (uint256 startIndex, uint256 endIndex, uint256 currentIndex)
tokenURI(uint256 _tokenId) view returns (string)
totalMintedByAllowlist(uint256) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAllowlist(struct IAllowlistAllowlist _allowlist)
approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, string _name, string _symbol, string _baseURI, address[] _trustedForwarders, address _receivingWallet)
mint(uint256[] _quantities, bytes32[][] _proofs, uint256[] _allotments, uint256[] _allowlistIds) payable
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowlists(struct IAllowlistAllowlist[] _allowlists)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setConfig(struct IConfigConfig _config)
setContractURI(string _uri)
setInternals(address _receivingWallet, address _rWallet, address _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 from, address to, uint256 tokenId)
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlist, uint256 i)
upsertTokenPool(uint256 _tokenPoolIndex, uint256 _startIndex, uint256 _endIndex, uint256 _currentIndex)
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(address indexed account, string tokens)
OwnerUpdated(address prevOwner, address newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AllowlistInactive()
AllowlistSupplyExhausted()
InsufficientFunds()
MerkleProofInvalid()
MintClosed()
MintQuantityInvalid()
MintZeroQuantity()
OperatorNotAllowed(address operator)