TheJewsNFT
Verified contract
Active on
Ethereum with 1,328 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.35)
Native
Value
$0.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00011 | $3,155.03 |
$0.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18005636 | a year ago | | | 0 | 0.00055364453 | |
| 17918123 | a year ago | | | 0 | 0.0013343027 | |
| 17911136 | a year ago | | | 0 | 0.0011809469 | |
| 17897115 | a year ago | | | 0 | 0.0013759556 | |
| 15997219 | 2 years ago | | | 0 | 0.00068865165 | |
| 15861722 | 2 years ago | | | 0 | 0.00041831964 | |
| 15774891 | 2 years ago | | | 0 | 0.00039998526 | |
| 15363068 | 2 years ago | | | 0 | 0.00018524065 | |
| 15287542 | 2 years ago | | | 0 | 0.00030548376 | |
| 15211188 | 2 years ago | | | 0 | 0.00038372026 |
ABI
ABI objects
Getter at block 21218829
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
name() view returns (string)
TheJewsNFT
owner() view returns (address)
0x787f19fa17f075288a790fb361165fbbd9c5926b
symbol() view returns (string)
JEWS
totalSupply() view returns (uint256)
9779
unrevealedTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmULg7ikhXH3AqLHuK9wYgtEoFHDYsX3KoWdgFW3YSFieY
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address ownerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()