MinterDALinV1
Verified contract
Active on
Ethereum with 993 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MinterDALinV1"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15179629 | 2 years ago | | | 0.0000001 | 0.00082616414 | |
| 15143480 | 2 years ago | | | 0 | 0.0018774129 | |
| 15143463 | 2 years ago | | | 0 | 0.0019148118 | |
| 15139246 | 2 years ago | | | 0 | 0.0020594015 | |
| 15131616 | 2 years ago | | | 0 | 0.0020010731 | |
| 15122838 | 2 years ago | | | 0.1 | 0.0075234000 | |
| 15122838 | 2 years ago | | | 0.1 | 0.0075234000 | |
| 15122838 | 2 years ago | | | 0.1 | 0.0075234000 | |
| 15122838 | 2 years ago | | | 0.1 | 0.0075234000 | |
| 15122838 | 2 years ago | | | 0.1 | 0.0075234000 |
ABI
ABI objects
Getter at block 21213032
genArt721CoreAddress() view returns (address)
0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270
minimumAuctionLengthSeconds() view returns (uint256)
900
minterFilterAddress() view returns (address)
0x4aafce293b9b0fad169c78049a81e400f518e199
minterType() view returns (string)
MinterDALinV1
Read-only
getPriceInfo(uint256 _projectId) view returns (bool isConfigured, uint256 tokenPriceInWei, string currencySymbol, address currencyAddress)
projectAuctionParameters(uint256) view returns (uint256 timestampStart, uint256 timestampEnd, 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)
setAuctionDetails(uint256 _projectId, uint256 _auctionTimestampStart, uint256 _auctionTimestampEnd, uint256 _startPrice, uint256 _basePrice)
setMinimumAuctionLengthSeconds(uint256 _minimumAuctionLengthSeconds)
setProjectMaxInvocations(uint256 _projectId)
MinimumAuctionLengthSecondsUpdated(uint256 _minimumAuctionLengthSeconds)
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 _auctionTimestampEnd, uint256 _startPrice, uint256 _basePrice)
constructor(address _genArt721Address, address _minterFilter)
This contract contains no fallback and receive objects.
This contract contains no error objects.