Junity official
Verified contract
Active on
Ethereum with 2,431 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Junity official"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20578967 | 3 months ago | | | 0 | 0.000055352261 | |
| 19114312 | 10 months ago | | | 0 | 0.00032082273 | |
| 18970124 | 10 months ago | | | 0 | 0.0010667333 | |
| 18891583 | a year ago | | | 0 | 0.0010690442 | |
| 18337732 | a year ago | | | 0 | 0.00023170725 | |
| 18337732 | a year ago | | | 0 | 0.00023212900 | |
| 18059606 | a year ago | | | 0 | 0.00046451813 | |
| 18059194 | a year ago | | | 0 | 0.00045476192 | |
| 18024593 | a year ago | | | 0 | 0.0016233534 | |
| 18024575 | a year ago | | | 0 | 0.0014826464 |
ABI
ABI objects
Getter at block 21255549 getBalance() view returns (uint256)
baseURI() view returns (string)
ipfs://QmNPiK9X3kupHbe9RiRfRqCHA6QN5MkDAGGUfUyKaHenet/
contractURI() view returns (string)
ipfs://QmenpZbR26vhcLm9SsWYuMCjAf7NUaUcWYFaWRryNUooVJ
cost() view returns (uint256)
40000000000000000
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
1111
name() view returns (string)
Junity official
nftPerAddressLimit() view returns (uint256)
1
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x7779fd42537c808cbd3db817f7e046c5eeab42ce
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
JU
totalSupply() view returns (uint256)
1045
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMessageValid(bytes _signature, uint8 _nonce) view returns (address, bool)
isWhitelisted(bytes _signature) 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)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
interestPayments(uint256 _wei)
mint(uint256 _mintAmount, bytes _signature) payable
pause(bool _state)
renounceOwnership()
replenishBalance() payable
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setContractURI(string _URI)
setCost(uint256 _newCost)
setMaxSupply(uint256 _amount)
setNftPerAddressLimit(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setOnlyWhitelisted(bool _state)
setmaxMintAmount(uint256 _newmaxMintAmount)
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)
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.
This contract contains no error objects.