NO RULES
Verified contract
Active on
Ethereum with 3,313 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "NO RULES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903931 | a year ago | | | 0 | 0.00056168163 | |
| 17046612 | 2 years ago | | | 0 | 0.0013497347 | |
| 16414454 | 2 years ago | | | 0 | 0.0017348391 | |
| 16414428 | 2 years ago | | | 0 | 0.0010455586 | |
| 16183947 | 2 years ago | | | 0 | 0.00076155720 | |
| 15569641 | 2 years ago | | | 0 | 0.0011475330 | |
| 15445386 | 2 years ago | | | 0 | 0.00027126114 | |
| 15388097 | 2 years ago | | | 0 | 0.00058393925 | |
| 15382424 | 2 years ago | | | 0 | 0.00019071832 | |
| 15212065 | 2 years ago | | | 0 | 0.00048504891 |
ABI
ABI objects
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 owner) view returns (uint256)
burntByOwner(address) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByOwner(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnTokens(uint256 _qty)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBurntByAddress(uint256 _burnAmount, address _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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _nonRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()