MerchMintPass
Verified contract
Active on
Ethereum with 4,060 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 "MerchMintPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154784 | 13 days ago | | | 0 | 0.00050171125 | |
| 21023329 | a month ago | | | 0 | 0.00028010440 | |
| 21007119 | a month ago | | | 0 | 0.00036868257 | |
| 20854456 | 2 months ago | | | 0 | 0.00031524320 | |
| 20767014 | 2 months ago | | | 0 | 0.00012849416 | |
| 20572556 | 3 months ago | | | 0 | 0.000097549948 | |
| 20550017 | 3 months ago | | | 0 | 0.000083435808 | |
| 20496290 | 3 months ago | | | 0 | 0.000062278514 | |
| 20158250 | 5 months ago | | | 0 | 0.00011161955 | |
| 20157468 | 5 months ago | | | 0 | 0.00033568603 |
ABI
ABI objects
Getter at block 21248922
_baseURI() view returns (string)
ipfs://Qmdku8uByYaQaqMHEGvEK1Qs7579CaZSoonQTUDfc94abD/
_contractURI() view returns (string)
https://illuminati.mypinata.cloud/ipfs/QmdZNebNjnHyuiKDAU3kZA5YNagZpKw56UNpNPffoegwW8/
burnedCounter() view returns (uint256)
0
contractURI() view returns (string)
https://illuminati.mypinata.cloud/ipfs/QmdZNebNjnHyuiKDAU3kZA5YNagZpKw56UNpNPffoegwW8/
maxMintPerWallet() view returns (uint256)
1
maxMintPerWalletPuzzler() view returns (uint256)
1
owner() view returns (address)
0x0aa1f3d61e7c325ae795737266c5fd6839819b86
totalMinted() view returns (uint256)
1000000231470
Read-only
allowedMintCount(address minter) view returns (uint256)
allowedMintCountPuzzler(address minter) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
check(string name, bytes signature) view returns (address)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 qty, uint256 uuid)
mintLevel1(uint256 qty, string name, bytes signature)
mintLevel2(uint256 qty, string name, bytes signature)
mintLevel3(uint256 qty, string name, bytes signature)
mintPuzzler(uint256 qty, string name, bytes signature)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newuri)
setBurnLive(bool _burnLive)
setContractURI(string newuri)
setMaxPerWallet(uint256 _newMaxMintAmount)
setMaxPerWalletPuzzler(uint256 _newMaxMintAmount)
setSaleLive(bool _saleLive)
setSoldOut(uint256 _id, bool isSoldOut)
transferOwnership(address newOwner)
withdrawToOwner()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(address indexed from, uint256 id, uint256 uuid)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.