Naviverse
Verified contract
Active on
Ethereum with 214 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Naviverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20592609 | 4 months ago | | | 0 | 0.000062012085 | |
| 20592606 | 4 months ago | | | 0 | 0.000073459313 | |
| 20592602 | 4 months ago | | | 0 | 0.000096143264 | |
| 20592262 | 4 months ago | | | 0 | 0.00017891621 | |
| 20592260 | 4 months ago | | | 0 | 0.00019269916 | |
| 20592257 | 4 months ago | | | 0 | 0.00024981574 | |
| 19943558 | 7 months ago | | | 0 | 0.00022008032 | |
| 19068424 | a year ago | | | 0 | 0.0011879249 | |
| 17999173 | a year ago | | | 0 | 0.0019164240 | |
| 17840196 | a year ago | | | 0 | 0.0013916480 |
ABI
ABI objects
Getter at block 21384987
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qmbfe943wdeD3x4zVxQgiCWmvevtKfEK9FLutc5QMjk3cc
name() view returns (string)
Naviverse
owner() view returns (address)
0x72fe20807103a25c32ff06fc01b9f38f8707efd0
stageInfo() view returns (uint8 stageId, uint16 maxSupply, uint32 startTime, uint32 withdrawTime, uint32 endTime, uint160 mintPrice)
(stageId=1, maxSupply=8160, startTime=1654171200, withdrawTime=1654689600, endTime=1654430400, mintPrice=330000000000000000)
symbol() view returns (string)
NAVI
totalSupply() view returns (uint256)
660
Read-only
_mintedCounts(address) view returns (uint256)
_verify(struct NaviverseNFTVoucher voucher, bytes signature) view
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(uint256 amount) payable
renounceOwnership()
reserve(address to, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDevAddress(address _newAddr)
setNewContractURI(string _newURI)
setTeamAddress(address _newAddr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(struct NaviverseNFTVoucher voucher, bytes signature, uint256 amount) payable
withdraw(uint256 percent)
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, struct NaviverseStageInfo _initStageInfo, string _baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.