MinterDAExpV4
Verified contract
Active on
Ethereum with 564 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MinterDAExpV4"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17579149 | a year ago | | | 0.33262712 | 0.0012286751 | |
| 17579149 | a year ago | | | 0.34216102 | 0.0012286751 | |
| 17579149 | a year ago | | | 0.33898305 | 0.0012286751 | |
| 17579148 | a year ago | | | 0.33262712 | 0.0012491938 | |
| 17579148 | a year ago | | | 0.33580508 | 0.0012491938 | |
| 17579148 | a year ago | | | 0.33580508 | 0.0012491938 | |
| 17579142 | a year ago | | | 0.33262712 | 0.0013933372 | |
| 17579142 | a year ago | | | 0.33580508 | 0.0022888452 | |
| 17579142 | a year ago | | | 0.33580508 | 0.0037028052 | |
| 17579141 | a year ago | | | 0.33580508 | 0.0013435283 |
ABI
ABI objects
Getter at block 21220771
genArt721CoreAddress() view returns (address)
0xea698596b6009a622c3ed00dd5a8b5d1cae4fc36
isEngine() view returns (bool)
true
maximumPriceDecayHalfLifeSeconds() view returns (uint256)
3600
minimumPriceDecayHalfLifeSeconds() view returns (uint256)
300
minterFilterAddress() view returns (address)
0xc89c6dfde92aacd293af930bd8d290a33d35eef0
minterType() view returns (string)
MinterDAExpV4
Read-only
getPriceInfo(uint256 _projectId) view returns (bool isConfigured, uint256 tokenPriceInWei, string currencySymbol, address currencyAddress)
projectAuctionParameters(uint256 _projectId) view returns (uint256 timestampStart, uint256 priceDecayHalfLifeSeconds, uint256 startPrice, uint256 basePrice)
projectConfig(uint256) view returns (bool maxHasBeenInvoked, uint24 maxInvocations, uint64 timestampStart, uint64 priceDecayHalfLifeSeconds, uint256 startPrice, uint256 basePrice)
projectMaxHasBeenInvoked(uint256 _projectId) view returns (bool)
projectMaxInvocations(uint256 _projectId) view returns (uint256)
togglePurchaseToDisabled(uint256 _projectId) view
State-modifying
Events manuallyLimitProjectMaxInvocations(uint256 _projectId, uint256 _maxInvocations)
purchase(uint256 _projectId) payable returns (uint256 tokenId)
purchaseTo(address _to, uint256 _projectId) payable returns (uint256 tokenId)
purchaseTo_do6(address _to, uint256 _projectId) payable returns (uint256 tokenId)
purchase_H4M(uint256 _projectId) payable returns (uint256 tokenId)
resetAuctionDetails(uint256 _projectId)
setAllowablePriceDecayHalfLifeRangeSeconds(uint256 _minimumPriceDecayHalfLifeSeconds, uint256 _maximumPriceDecayHalfLifeSeconds)
setAuctionDetails(uint256 _projectId, uint256 _auctionTimestampStart, uint256 _priceDecayHalfLifeSeconds, uint256 _startPrice, uint256 _basePrice)
setProjectMaxInvocations(uint256 _projectId)
AuctionHalfLifeRangeSecondsUpdated(uint256 _minimumPriceDecayHalfLifeSeconds, uint256 _maximumPriceDecayHalfLifeSeconds)
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)
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)
ResetAuctionDetails(uint256 indexed projectId)
SetAuctionDetails(uint256 indexed projectId, uint256 _auctionTimestampStart, uint256 _priceDecayHalfLifeSeconds, uint256 _startPrice, uint256 _basePrice)
constructor(address _genArt721Address, address _minterFilter)
This contract contains no fallback and receive objects.
This contract contains no error objects.