Nand VMountain
Verified contract
Active on
Ethereum with 1,006 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 "Nand VMountain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997975 | a month ago | | | 0 | 0.00076380700 | |
| 19717013 | 7 months ago | | | 0 | 0.00024970679 | |
| 19528481 | 8 months ago | | | 0 | 0.0017028599 | |
| 19313673 | 9 months ago | | | 0 | 0.0014284899 | |
| 18535836 | a year ago | | | 0 | 0.0032984541 | |
| 17246487 | 2 years ago | | | 0 | 0.0025105361 | |
| 16636047 | 2 years ago | | | 0 | 0.0020648647 | |
| 16581494 | 2 years ago | | | 0 | 0.0013162948 | |
| 16540481 | 2 years ago | | | 0 | 0.00077711603 | |
| 16464779 | 2 years ago | | | 0 | 0.00043554624 |
ABI
ABI objects
Getter at block 21278817
CAP() view returns (uint256)
700
PRICE() view returns (uint256)
70000000000000000
name() view returns (string)
Nand VMountain
owner() view returns (address)
0xbf7835e4662dd2f0771ef74d215557fc225ce583
paused() view returns (bool)
false
symbol() view returns (string)
NVM
totalSupply() view returns (uint256)
700
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)
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)
fetchSaleFunds()
mint(uint256 _amount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.