NO RULES

Verified contract

Active on Ethereum with 3,313 txns
Deployed by via 0x32d7edea at 15047781
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NO RULES"

0x64bab3d1fb1cc11042f2d54187216fb6da73bf870b1a9d01b791fb9c09693926
0x2235c9cee0f0c1e5b2ddb279d2ce3fc64c7fb9327855fd842fd9ed50f3b3b3fa
0x70a772703c45ffa95d91c3d873a07137fdc7a4a8157fd190d9750b095a7d5ad3
0xe0803bf5c54ad76d45fa8046fdfb53355d0ed5594ae77d5318fca9725bb25aee
0xf52b3397eaae2d67b17c7cb3fc0e9563c3cc05a152b0b3bad5a2884bf9866689
0xfc75aa0f6fd839b9e733c58f7b5f1c3ad5c768f56c37e0710de53ee7fcf03a57
0x39d648171cb531ba6c7fe62cf30c944cd6ab7ff4536094c9b551b27b1974812b
0xa968d47ded3d81714b721379041e9cc785f51c2e4b5485e6a7c159d684e48153
0x78076ee340b7c9a0f299ad507e55cd456ffd33504b8b5e8ffca1ba9536fcf1b1
0x8db672cc392db855b5117b3d959a3810bf0f5cd64567b8837e706363838909f5

Functions
Getter at block 21325421
maxPerTx(view returns (uint256)
3
maxPerWallet(view returns (uint256)
3
maxSupply(view returns (uint256)
6000
name(view returns (string)
NO RULES
nonRevealedUri(view returns (string)
https://gateway.pinata.cloud/ipfs/QmaiKovPUNuFzuUQ7yacNwXyrKdeuofqyKZ4J3iY4zz4sg
owner(view returns (address)
0x4598f4a0723dc46341e85c1ca855ab8cfa47104b
paused(view returns (bool)
true
price(view returns (uint256)
0
revealed(view returns (bool)
false
symbol(view returns (string)
NR
totalSupply(view returns (uint256)
6000
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
burntByOwner(addressview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedByOwner(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
burnTokens(uint256 _qty
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBurntByAddress(uint256 _burnAmountaddress _address
setMaxPerTx(uint256 _maxPerTx
setMaxPerWallet(uint256 _maxPerWallet
setNonRevealedUri(string _nonRevealedUri
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setprice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _nonRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(