NFT Mint Club
Verified contract
Active on
Ethereum with 513 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 "NFT Mint Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20058660 | 5 months ago | | | 0 | 0.0010189356 | |
| 18593859 | a year ago | | | 0 | 0.0045593026 | |
| 18228954 | a year ago | | | 0 | 0.00075559946 | |
| 17954838 | a year ago | | | 0 | 0.0024716262 | |
| 17559092 | a year ago | | | 0 | 0.0075007900 | |
| 17267394 | a year ago | | | 0 | 0.0099968102 | |
| 17169402 | 2 years ago | | | 0 | 0.011603083 | |
| 17122749 | 2 years ago | | | 0 | 0.0031425939 | |
Transfer | 17121684 | 2 years ago | | | 0.0027416189 | 0.00070736058 | |
Transfer | 17121675 | 2 years ago | | | 0.0056373534 | 0.00069290634 |
ABI
ABI objects
Getter at block 21177755
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
maxMintAmount() view returns (uint256)
50
maxSupply() view returns (uint256)
5000
name() view returns (string)
NFT Mint Club
notRevealedUri() view returns (string)
ipfs://QmfHt2UwL9hYK9MRaUj7yJrAZxnEb1EzAJJJeWhiG2oAVX/hidden.json
owner() view returns (address)
0x27792e7d87a5f05334b52c0584ad8497852aef8b
paused() view returns (bool)
false
preSale() view returns (bool)
false
preSaleCost() view returns (uint256)
0
publicKey() view returns (address)
0xb0f8f33de6f715aacbfb56d3fe0570ebddcef776
revealed() view returns (bool)
true
showText() view returns (string)
0xd3081089d0581f15944b4d9f4b97a3bf541dc3990xb9f5eb437f4c8a5752bb3185fd75f2ec077b60f03
symbol() view returns (string)
NFTMC
totalSupply() view returns (uint256)
1566
Read-only
balanceOf(address owner) view returns (uint256)
executed(bytes32) view returns (bool)
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)
verify(address _signer, string _message, bytes _sig) pure returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount, bytes _sig, uint256 _allocation) payable
pause(bool _state)
preSaleState(bool _state)
renounceOwnership()
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)
setCost(uint256 _newCost)
setNotRevealedURI(string _notRevealedURI)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.