curatedMinterV3
Verified contract
Active on
Ethereum with 742 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 "curatedMinterV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21042601 | 25 days ago | | | 0.12 | 0.0023787210 | |
| 21016425 | a month ago | | | 0.36 | 0.0059411811 | |
| 19457841 | 8 months ago | | | 0.12 | 0.0067454481 | |
| 19341306 | 9 months ago | | | 0.12 | 0.019421706 | |
| 19151692 | 10 months ago | | | 0.12 | 0.0034736758 | |
| 19007538 | 10 months ago | | | 0.12 | 0.0060455692 | |
| 18862668 | a year ago | | | 0.6 | 0.021779610 | |
| 18859770 | a year ago | | | 0.12 | 0.0039743643 | |
| 18822753 | a year ago | | | 0.12 | 0.013665332 | |
| 18818312 | a year ago | | | 0.12 | 0.012995108 |
ABI
ABI objects
Getter at block 21223101
curatedHolderReq() view returns (uint256)
5
maxPreMint() view returns (uint256)
1
maxPreMintSentient() view returns (uint256)
1
maxSecondPhase() view returns (uint256)
1
membershipContract() view returns (address)
0x0170227514a274826685bf81aed06e4218175572
mirageContract() view returns (address)
0xb7ec7bbd2d2193b47027247fc666fb342d23c4b5
owner() view returns (address)
0x4a462cbf4902a8d26bf2c6931f12260d8fcec69e
registry() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
Read-only
excluded(uint256) view returns (bool)
intelQuantity(address, uint256) view returns (uint256 allotment)
maxPubMint(uint256) view returns (uint256)
secondPresalePhase(uint256) view returns (bool)
tokensMinted(uint256, uint256) view returns (uint256)
usingCoupons(uint256) view returns (bool)
viewAllotment(address _address, uint256 _projectID) view returns (uint256)
State-modifying
Events earlyCuratedHolderPurchase(uint256 _projectId, uint256 numberOfTokens, address _vault) payable
earlyIntelligentCouponPurchase(uint256 _projectId, struct curatedMinterV3Coupon coupon, address _vault, uint256 numberOfTokens) payable
earlyIntelligentPurchase(uint256 _projectId, uint256 numberOfTokens, address _vault) payable
earlySentientPurchase(uint256 _projectId, uint256 _membershipId, uint256 numberOfTokens, address _vault) payable
enableCoupons(uint256 _projectId)
enableSecondPresalePhase(uint256 _projectId)
purchase(uint256 _projectId, uint256 numberOfTokens) payable
renounceOwnership()
setIntelAllotment(uint256 _projectID, address[] _addresses, uint256[] allotments)
setLimits(uint256 _projectId, uint256 pubLimit, uint256 preLimit, uint256 preSentient)
toggleProject(uint256 _projectId)
transferOwnership(address newOwner)
updateContracts(address _curatedAddress, address _membershipAddress)
updateHolderReq(uint256 newLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _curatedAddress, address _membershipAddress, address _registry, address _adminSigner)
This contract contains no fallback and receive objects.
This contract contains no error objects.