MinterDAExpV1
Verified contract
Active on
Ethereum with 2,647 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MinterDAExpV1"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16488063 | 2 years ago | | | 0.46492947 | 0.0056105026 | |
| 16485911 | 2 years ago | | | 0.52 | 0.013617250 | |
| 16485404 | 2 years ago | | | 0.46492947 | 0.0017819010 | |
| 16485402 | 2 years ago | | | 0.47198276 | 0.0018898950 | |
| 16485399 | 2 years ago | | | 0.46492947 | 0.0020223380 | |
| 16485399 | 2 years ago | | | 0.46492947 | 0.0020223380 | |
| 16485399 | 2 years ago | | | 0.44376959 | 0.0044078214 | |
| 16485399 | 2 years ago | | | 0.46492947 | 0.0020223380 | |
| 16485399 | 2 years ago | | | 0.46492947 | 0.0020223380 | |
| 16485399 | 2 years ago | | | 0.46492947 | 0.0020223380 |
ABI
ABI objects
Getter at block 21256294
genArt721CoreAddress() view returns (address)
0x64780ce53f6e966e18a22af13a2f97369580ec11
maximumPriceDecayHalfLifeSeconds() view returns (uint256)
3600
minimumPriceDecayHalfLifeSeconds() view returns (uint256)
300
minterFilterAddress() view returns (address)
0x267313e435863f15285cf0f8572068aaa62fc40d
minterType() view returns (string)
MinterDAExpV1
Read-only
getPriceInfo(uint256 _projectId) view returns (bool isConfigured, uint256 tokenPriceInWei, string currencySymbol, address currencyAddress)
projectAuctionParameters(uint256) view returns (uint256 timestampStart, uint256 priceDecayHalfLifeSeconds, uint256 startPrice, uint256 basePrice)
projectMaxHasBeenInvoked(uint256) view returns (bool)
projectMaxInvocations(uint256) view returns (uint256)
togglePurchaseToDisabled(uint256 _projectId) view
State-modifying
Events purchase(uint256 _projectId) payable returns (uint256 tokenId)
purchaseTo(address _to, 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)
PricePerTokenInWeiUpdated(uint256 indexed _projectId, uint256 indexed _pricePerTokenInWei)
ProjectCurrencyInfoUpdated(uint256 indexed _projectId, address indexed _currencyAddress, string _currencySymbol)
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.