MinterDAExpSettlementV1
Verified contract
Active on
Ethereum with 20,218 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$175,202.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 52.117143 | $3,361.70 |
$175,202.2 | |
) | BLOCKS | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256221 | 16 hours ago | | | 0 | 0.00082144048 | |
| 21243595 | 2 days ago | | | 0 | 0.0011320828 | |
| 21242146 | 3 days ago | | | 0 | 0.00044187806 | |
| 21238842 | 3 days ago | | | 0 | 0.00063346713 | |
| 21238437 | 3 days ago | | | 0 | 0.00090915323 | |
| 21238204 | 3 days ago | | | 0 | 0.0015305971 | |
| 21237913 | 3 days ago | | | 0 | 0.00096094174 | |
| 21231021 | 4 days ago | | | 0 | 0.00076746115 | |
| 21078266 | 25 days ago | | | 0 | 0.00035541337 | |
| 21031790 | a month ago | | | 0 | 0.00022338500 |
ABI
ABI objects
Getter at block 21260906
genArt721CoreAddress() view returns (address)
0x99a9b7c1116f9ceeb1652de04d5969cce509b069
isEngine() view returns (bool)
false
maximumPriceDecayHalfLifeSeconds() view returns (uint256)
3600
minimumPriceDecayHalfLifeSeconds() view returns (uint256)
45
minterFilterAddress() view returns (address)
0x092b8f64e713d66b38522978bcf4649db14b931e
minterType() view returns (string)
MinterDAExpSettlementV1
Read-only
getNumSettleableInvocations(uint256 _projectId) view returns (uint256 numSettleableInvocations)
getPriceInfo(uint256 _projectId) view returns (bool isConfigured, uint256 tokenPriceInWei, string currencySymbol, address currencyAddress)
getProjectExcessSettlementFunds(uint256 _projectId, address _walletAddress) view returns (uint256 excessSettlementFundsInWei)
getProjectLatestPurchasePrice(uint256 _projectId) view returns (uint256 latestPurchasePrice)
projectAuctionParameters(uint256 _projectId) view returns (uint256 timestampStart, uint256 priceDecayHalfLifeSeconds, uint256 startPrice, uint256 basePrice)
projectConfig(uint256) view returns (bool maxHasBeenInvoked, bool auctionRevenuesCollected, uint24 numSettleableInvocations, uint64 timestampStart, uint64 priceDecayHalfLifeSeconds, uint128 startPrice, uint128 basePrice, uint256 latestPurchasePrice)
projectMaxHasBeenInvoked(uint256 _projectId) view returns (bool)
setProjectMaxInvocations(uint256) pure
togglePurchaseToDisabled(uint256 _projectId) view
State-modifying
Events adminEmergencyReduceSelloutPrice(uint256 _projectId, uint256 _newSelloutPrice)
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)
reclaimProjectExcessSettlementFunds(uint256 _projectId)
reclaimProjectExcessSettlementFundsTo(address _to, uint256 _projectId)
reclaimProjectsExcessSettlementFunds(uint256[] _projectIds)
reclaimProjectsExcessSettlementFundsTo(address _to, uint256[] _projectIds)
resetAuctionDetails(uint256 _projectId)
setAllowablePriceDecayHalfLifeRangeSeconds(uint256 _minimumPriceDecayHalfLifeSeconds, uint256 _maximumPriceDecayHalfLifeSeconds)
setAuctionDetails(uint256 _projectId, uint256 _auctionTimestampStart, uint256 _priceDecayHalfLifeSeconds, uint256 _startPrice, uint256 _basePrice)
withdrawArtistAndAdminRevenues(uint256 _projectId)
ArtistAndAdminRevenuesWithdrawn(uint256 indexed _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)
PurchaseToDisabledUpdated(uint256 indexed _projectId, bool _purchaseToDisabled)
ReceiptUpdated(address indexed _purchaser, uint256 indexed _projectId, uint256 _numPurchased, uint256 _netPosted)
ResetAuctionDetails(uint256 indexed projectId)
ResetAuctionDetails(uint256 indexed projectId, uint256 numPurchases, uint256 latestPurchasePrice)
SelloutPriceUpdated(uint256 indexed _projectId, uint256 _selloutPrice)
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.