TheMintPass
Verified contract
Active on
Ethereum with 2,342 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 "TheMintPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20343082 | 4 months ago | | | 0 | 0.00025173459 | |
| 20283488 | 4 months ago | | | 0 | 0.00076748318 | |
| 20246814 | 4 months ago | | | 0 | 0.00010617112 | |
| 20150684 | 5 months ago | | | 0 | 0.000069459627 | |
| 20097088 | 5 months ago | | | 0 | 0.00011682834 | |
| 20003408 | 5 months ago | | | 0 | 0.00032033580 | |
| 19885690 | 6 months ago | | | 0 | 0.00015743281 | |
| 19646832 | 7 months ago | | | 0 | 0.00055746253 | |
| 19500083 | 8 months ago | | | 0 | 0.00035170016 | |
| 19443110 | 8 months ago | | | 0 | 0.0017658136 |
ABI
ABI objects
Getter at block 21208245
isMintOpen() view returns (bool)
false
isWLMintOpen() view returns (bool)
false
maxMint() view returns (uint256)
3
maxSupply() view returns (uint256)
4444
merkleRoot() view returns (bytes32)
0x129417c575d10c813708980597b31cae30f9ac9a91bdcea44941202c1d22b88d
mintPrice() view returns (uint256)
90000000000000000
name() view returns (string)
TheMintPass
owner() view returns (address)
0x8954ba53ad7d1a3ca611cec931012b32865655b3
symbol() view returns (string)
TMP
tokenCounter() view returns (uint256)
2500
totalSupply() view returns (uint256)
2500
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
createToken(uint256 numberOfTokens) payable
createWLToken(uint256 numberOfTokens, bytes32[] _merkleProof) payable
openMint(bool _isMintOpen)
openWLMint(bool _isWLMintOpen)
renounceOwnership()
reserve(uint256 n)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setWhiteList(bytes32 _merkleRoot)
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.