MinterMerkleV2
Verified contract
Active on
Ethereum with 38,934 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MinterMerkleV2"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16932867 | 2 years ago | | | 0 | 0.0013042944 | |
| 16932867 | 2 years ago | | | 0 | 0.0013042944 | |
| 16532817 | 2 years ago | | | 0 | 0.0010625004 | |
Transfer | 16444225 | 2 years ago | | | 0.2557 | 0.00033644655 | |
| 16378058 | 2 years ago | | | 0 | 0.0046350270 | |
| 16378056 | 2 years ago | | | 0 | 0.0031903085 | |
| 16378056 | 2 years ago | | | 0 | 0.0034029484 | |
| 16378053 | 2 years ago | | | 0 | 0.0044342663 | |
| 16378053 | 2 years ago | | | 0 | 0.0035776790 | |
| 16378053 | 2 years ago | | | 0 | 0.0036194825 |
ABI
ABI objects
Getter at block 21260852
DEFAULT_MAX_INVOCATIONS_PER_ADDRESS() view returns (uint256)
1
DELEGATION_REGISTRY_ADDRESS() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
genArt721CoreAddress() view returns (address)
0x942bc2d3e7a589fe5bd4a5c6ef9727dfd82f5c8a
minterFilterAddress() view returns (address)
0x3f4bbde879f9bb0e95aea08ff12f55e171495c8f
minterType() view returns (string)
MinterMerkleV2
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 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)
PricePerTokenInWeiUpdated(uint256 indexed _projectId, uint256 indexed _pricePerTokenInWei)
ProjectCurrencyInfoUpdated(uint256 indexed _projectId, address indexed _currencyAddress, string _currencySymbol)
PurchaseToDisabledUpdated(uint256 indexed _projectId, bool _purchaseToDisabled)
constructor(address _genArt721Address, address _minterFilter)
This contract contains no fallback and receive objects.
This contract contains no error objects.