MinterDAExpSettlementV3
Verified contract
Active on
Ethereum with 5,346 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Native
Value
$85,362.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 23.614819 | $3,614.79 |
$85,362.61 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285213 | an hour ago | | | 0 | 0.00098121335 | |
| 21285209 | an hour ago | | | 0 | 0.00099413646 | |
| 21284234 | 5 hours ago | | | 0 | 0.00044575360 | |
| 21284099 | 5 hours ago | | | 0.00001 | 0.0012224818 | |
| 21284071 | 5 hours ago | | | 0.00001 | 0.0012402657 | |
| 21284070 | 5 hours ago | | | 0.00001 | 0.0016053438 | |
| 21284047 | 5 hours ago | | | 0 | 0.00055241776 | |
| 21283901 | 6 hours ago | | | 0.00001 | 0.00093383290 | |
| 21283900 | 6 hours ago | | | 0.00001 | 0.00084007000 | |
| 21283900 | 6 hours ago | | | 0.00001 | 0.0010886523 |
ABI
ABI objects
Getter at block 21285627
minimumPriceDecayHalfLifeSeconds() view returns (uint256)
45
minterFilterAddress() view returns (address)
0xa2ccfe293bc2cdd78d8166a82d1e18cd2148122b
minterType() view returns (string)
MinterDAExpSettlementV3
minterVersion() view returns (string)
v3.0.0
Read-only
getNumSettleableInvocations(uint256 projectId, address coreContract) view returns (uint256 numSettleableInvocations)
getPriceInfo(uint256 projectId, address coreContract) view returns (bool isConfigured, uint256 tokenPriceInWei, string currencySymbol, address currencyAddress)
getProjectBalance(uint256 projectId, address coreContract) view returns (uint256 projectBalance)
getProjectExcessSettlementFunds(uint256 projectId, address coreContract, address walletAddress) view returns (uint256 excessSettlementFundsInWei)
getProjectLatestPurchasePrice(uint256 projectId, address coreContract) view returns (uint256 latestPurchasePrice)
isEngineView(address coreContract) view returns (bool)
maxInvocationsProjectConfig(uint256 projectId, address coreContract) view returns (struct MaxInvocationsLibMaxInvocationsProjectConfig)
projectAuctionParameters(uint256 projectId, address coreContract) view returns (uint40 timestampStart, uint40 priceDecayHalfLifeSeconds, uint256 startPrice, uint256 basePrice)
projectMaxHasBeenInvoked(uint256 projectId, address coreContract) view returns (bool)
projectMaxInvocations(uint256 projectId, address coreContract) view returns (uint256)
syncProjectMaxInvocationsToCore(uint256 projectId, address coreContract) view
State-modifying
Events manuallyLimitProjectMaxInvocations(uint256 projectId, address coreContract, uint24 maxInvocations)
purchase(uint256 projectId, address coreContract) payable returns (uint256 tokenId)
purchaseTo(address to, uint256 projectId, address coreContract) payable returns (uint256 tokenId)
reclaimProjectExcessSettlementFunds(uint256 projectId, address coreContract)
reclaimProjectExcessSettlementFundsTo(address to, uint256 projectId, address coreContract)
reclaimProjectsExcessSettlementFunds(uint256[] projectIds, address[] coreContracts)
reclaimProjectsExcessSettlementFundsTo(address to, uint256[] projectIds, address[] coreContracts)
resetAuctionDetails(uint256 projectId, address coreContract)
setAuctionDetails(uint256 projectId, address coreContract, uint40 auctionTimestampStart, uint40 priceDecayHalfLifeSeconds, uint256 startPrice, uint256 basePrice)
setMinimumPriceDecayHalfLifeSeconds(uint256 minimumPriceDecayHalfLifeSeconds_)
withdrawArtistAndAdminRevenues(uint256 projectId, address coreContract)
This contract contains no event objects.
constructor(address minterFilter)
This contract contains no fallback and receive objects.
This contract contains no error objects.