MinterDAExpV1
Verified contract
Active on
Ethereum with 17,692 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
) | BLOCKS | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20284886 | 4 months ago | | | 0.2 | 0.0029549248 | |
| 19763524 | 7 months ago | | | 0.2 | 0.0023482073 | |
| 19256628 | 9 months ago | | | 0.1 | 0.012161905 | |
| 19256130 | 9 months ago | | | 0.1 | 0.0092767185 | |
| 19256129 | 9 months ago | | | 0.1 | 0.0099422735 | |
| 19241585 | 9 months ago | | | 0.1 | 0.012772119 | |
| 19241353 | 9 months ago | | | 0.1 | 0.016640554 | |
| 19240870 | 9 months ago | | | 0.1 | 0.013200420 | |
| 19240840 | 9 months ago | | | 0.1 | 0.014232414 | |
| 19240838 | 9 months ago | | | 0.1 | 0.015366701 |
ABI
ABI objects
Getter at block 21247572
genArt721CoreAddress() view returns (address)
0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270
maximumPriceDecayHalfLifeSeconds() view returns (uint256)
34241
minimumPriceDecayHalfLifeSeconds() view returns (uint256)
300
minterFilterAddress() view returns (address)
0x4aafce293b9b0fad169c78049a81e400f518e199
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.