MinterMerkleV5
Verified contract
Active on
Ethereum with 110 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MinterMerkleV5"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16700897 | 2 years ago | | | 2.0476 | 0.0036878603 | |
| 16700891 | 2 years ago | | | 2.0476 | 0.0037409548 | |
| 16700886 | 2 years ago | | | 2.0476 | 0.0037110150 | |
| 16700882 | 2 years ago | | | 2.0476 | 0.0039805281 | |
| 16700878 | 2 years ago | | | 2.0476 | 0.0042253036 | |
| 16700873 | 2 years ago | | | 2.0476 | 0.0043482654 | |
| 16700868 | 2 years ago | | | 2.0476 | 0.0045347128 | |
| 16700862 | 2 years ago | | | 2.0476 | 0.0041352383 | |
| 16700856 | 2 years ago | | | 2.0476 | 0.0041582818 | |
| 16700851 | 2 years ago | | | 2.0476 | 0.0042469342 |
ABI
ABI objects
Getter at block 21325484
DEFAULT_MAX_INVOCATIONS_PER_ADDRESS() view returns (uint256)
1
delegationRegistryAddress() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
genArt721CoreAddress() view returns (address)
0x145789247973c5d612bf121e9e4eef84b63eb707
isEngine() view returns (bool)
true
minterFilterAddress() view returns (address)
0x6e522449c1642e7cb0b12a2889ccbf79b51c69f8
minterType() view returns (string)
MinterMerkleV5
Read-only
getPriceInfo(uint256 _projectId) view returns (bool isConfigured, uint256 tokenPriceInWei, string currencySymbol, address currencyAddress)
hashAddress(address _address) pure returns (bytes32)
processProofForAddress(bytes32[] _proof, address _address) pure returns (bytes32)
projectConfig(uint256) view returns (bool maxHasBeenInvoked, bool priceIsConfigured, bool useMaxInvocationsPerAddressOverride, uint24 maxInvocationsPerAddressOverride, uint24 maxInvocations, uint256 pricePerTokenInWei)
projectMaxHasBeenInvoked(uint256 _projectId) view returns (bool)
projectMaxInvocations(uint256 _projectId) view returns (uint256)
projectMaxInvocationsPerAddress(uint256 _projectId) view returns (uint256)
projectMerkleRoot(uint256) view returns (bytes32)
projectRemainingInvocationsForAddress(uint256 _projectId, address _address) view returns (bool projectLimitsMintInvocationsPerAddress, uint256 mintInvocationsRemaining)
projectUserMintInvocations(uint256, address) view returns (uint256)
togglePurchaseToDisabled(uint256 _projectId) view
verifyAddress(uint256 _projectId, bytes32[] _proof, address _address) view returns (bool)
State-modifying
Events manuallyLimitProjectMaxInvocations(uint256 _projectId, uint256 _maxInvocations)
purchase(uint256) payable returns (uint256)
purchase(uint256 _projectId, bytes32[] _proof) payable returns (uint256 tokenId)
purchaseTo(address, uint256) payable returns (uint256)
purchaseTo(address _to, uint256 _projectId, bytes32[] _proof) payable returns (uint256 tokenId)
purchaseTo(address _to, uint256 _projectId, bytes32[] _proof, address _vault) payable returns (uint256 tokenId)
purchaseTo_kem(address _to, uint256 _projectId, bytes32[] _proof, address _vault) payable returns (uint256 tokenId)
purchase_gD5(uint256 _projectId, bytes32[] _proof) payable returns (uint256 tokenId)
setProjectInvocationsPerAddress(uint256 _projectId, uint24 _maxInvocationsPerAddress)
setProjectMaxInvocations(uint256 _projectId)
updateMerkleRoot(uint256 _projectId, bytes32 _root)
updatePricePerTokenInWei(uint256 _projectId, uint256 _pricePerTokenInWei)
ConfigKeyRemoved(uint256 indexed _projectId, bytes32 _key)
ConfigValueAddedToSet(uint256 indexed _projectId, bytes32 _key, address _value)
ConfigValueAddedToSet(uint256 indexed _projectId, bytes32 _key, bytes32 _value)
ConfigValueAddedToSet(uint256 indexed _projectId, bytes32 _key, uint256 _value)
ConfigValueRemovedFromSet(uint256 indexed _projectId, bytes32 _key, address _value)
ConfigValueRemovedFromSet(uint256 indexed _projectId, bytes32 _key, bytes32 _value)
ConfigValueRemovedFromSet(uint256 indexed _projectId, bytes32 _key, uint256 _value)
ConfigValueSet(uint256 indexed _projectId, bytes32 _key, address _value)
ConfigValueSet(uint256 indexed _projectId, bytes32 _key, bool _value)
ConfigValueSet(uint256 indexed _projectId, bytes32 _key, bytes32 _value)
ConfigValueSet(uint256 indexed _projectId, bytes32 _key, uint256 _value)
DefaultMaxInvocationsPerAddress(uint256 defaultMaxInvocationsPerAddress)
DelegationRegistryUpdated(address delegationRegistryAddress)
PricePerTokenInWeiUpdated(uint256 indexed _projectId, uint256 indexed _pricePerTokenInWei)
ProjectCurrencyInfoUpdated(uint256 indexed _projectId, address indexed _currencyAddress, string _currencySymbol)
ProjectMaxInvocationsLimitUpdated(uint256 indexed _projectId, uint256 _maxInvocations)
PurchaseToDisabledUpdated(uint256 indexed _projectId, bool _purchaseToDisabled)
constructor(address _genArt721Address, address _minterFilter, address _delegationRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.