MineNationsNFT
Verified contract
Active on
Ethereum with 4,135 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 "MineNationsNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21343458 | 6 days ago | | | 0 | 0.00070544212 | |
| 21338086 | 7 days ago | | | 0 | 0.0014788091 | |
| 21282045 | 15 days ago | | | 0 | 0.00088777901 | |
| 21256280 | 18 days ago | | | 0 | 0.00045768278 | |
| 20906913 | 2 months ago | | | 0 | 0.00025600665 | |
| 20897690 | 2 months ago | | | 0 | 0.000093105745 | |
| 20822774 | 3 months ago | | | 0 | 0.0014614687 | |
| 20740975 | 3 months ago | | | 0 | 0.00015971184 | |
| 20733674 | 3 months ago | | | 0 | 0.000073671900 | |
| 20733291 | 3 months ago | | | 0 | 0.000074301000 |
ABI
ABI objects
Getter at block 21385833
baseExtension() view returns (string)
.json
community() view returns (address)
0x26f6fbe9b2888de3a36870ddf241e28fa134a3d6
isPresale() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xebfb5e5c03afbf64e492e04bcb7d6e498ee0ccbb3d0232014490cdc6a2503934
name() view returns (string)
MineNationsNFT
notRevealedURI() view returns (string)
https://minenations.mypinata.cloud/ipfs/QmakUaue1UvuFD4rHFmQfuLXBfjUui2JoAdH88f76GMGUN/
owner() view returns (address)
0xdb7e2c5ffff27c4a5afcc788c12f6c97f59ee0ef
presaleEnded() view returns (uint256)
1648439160
publicPrice() view returns (uint256)
100
revealed() view returns (bool)
true
status() view returns (bool)
false
symbol() view returns (string)
MNN
totalSupply() view returns (uint256)
3888
whitelistPrice() view returns (uint256)
50000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelist(bytes32[] _merkleProof) view returns (bool)
ownWallet(address) view returns (uint256)
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)
mintItem(address _to, uint256 _count) payable
renounceOwnership()
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)
setMerkleRoot(bytes32 _merkleRoot)
setNotRevealedURI(string _newNotRevealedURI)
setPublicPrice(uint256 _newPublicPrice)
setWhitelistPrice(uint256 _newWhitelistPrice)
startPresale()
startReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address _to, uint256 _count, bytes32[] _merkleProof) payable
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.