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 "Jarz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103151 | a month ago | | | 0 | 0.00010110190 | |
| 21101835 | a month ago | | | 0 | 0.00023919230 | |
| 20567565 | 3 months ago | | | 0 | 0.000024679658 | |
| 19834846 | 7 months ago | | | 0 | 0.00018333972 | |
| 19586894 | 8 months ago | | | 0 | 0.00055506918 | |
| 19472614 | 8 months ago | | | 0 | 0.0013606082 | |
| 18903804 | a year ago | | | 0 | 0.00058608035 | |
| 18579205 | a year ago | | | 0 | 0.0019728355 | |
| 18402317 | a year ago | | | 0 | 0.00040623474 | |
| 18100141 | a year ago | | | 0 | 0.00042187662 |
ABI
ABI objects
Getter at block 21307690
CURR_MINT_COST() view returns (uint256)
2420000000000000
MAX_TOKENS() view returns (uint256)
4269
baseURI() view returns (string)
ipfs://QmfEj4CfzMPiqFVSFZR9R31r859rS787gTmSBEZCBhD3Dw/
getInformations() view returns (string, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
(Round 6, 0, 0, 2420000000000000, 20, 1000, 4269, true, false)
hasSaleStarted() view returns (bool)
true
name() view returns (string)
Jarz NFT
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0xd3b8040a41835e7c30d326ac625a8e9825dc08d3
symbol() view returns (string)
Jarz
totalSupply() view returns (uint256)
4269
Read-only
balanceOf(address owner) view returns (uint256)
getAccountInformations(address _owner) view returns (bool, 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 Giveaways(uint256 numTokens, address recipient)
approve(address to, uint256 tokenId) payable
claimNFT(uint256 _mintAmount, bytes32[] proof)
mintNFT(uint64 _mintAmount, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setClaimHash(bytes32 hash)
setNewRound(uint256 _supply, uint256 cost, string name, uint256 perTransactionLimit, uint256 perAddressLimit, uint256 theTime, bool isOnlyWhitelisted, bool saleState)
setOnlyWhitelisted(bool _state)
setSaleStarted(bool _state)
setVerificationHash(bytes32 hash)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw(uint256 amount) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()