GenArt721MinterDAExp_PBAB
Verified contract
Active on
Ethereum with 2,257 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GenArt721MinterDAExp_PBAB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19379772 | 9 months ago | | | 0.06 | 0.014329474 | |
| 19379771 | 9 months ago | | | 0.06 | 0.015702585 | |
| 19379549 | 9 months ago | | | 0.06 | 0.014720199 | |
| 19379339 | 9 months ago | | | 0.06 | 0.015489671 | |
| 19379336 | 9 months ago | | | 0.06 | 0.016228039 | |
| 19379200 | 9 months ago | | | 0.06 | 0.014284606 | |
| 19379198 | 9 months ago | | | 0.06 | 0.015275224 | |
| 19379189 | 9 months ago | | | 0.06 | 0.015307775 | |
| 19375914 | 9 months ago | | | 0.06 | 0.014968667 | |
| 19375622 | 9 months ago | | | 0.06 | 0.013039350 |
ABI
ABI objects
Getter at block 21285368
genArt721CoreAddress() view returns (address)
0x32d4be5ee74376e08038d652d4dc26e62c67f436
maximumPriceDecayHalfLifeSeconds() view returns (uint256)
3600
minimumPriceDecayHalfLifeSeconds() view returns (uint256)
300
ownerAddress() view returns (address)
0xd86b9073d3ba67091ef8b5848aa35c8b606f7b44
ownerPercentage() view returns (uint256)
23
Read-only
getPriceInfo(uint256 _projectId) view returns (bool isConfigured, uint256 tokenPriceInWei, string currencySymbol, address currencyAddress)
projectAuctionParameters(uint256 _projectId) view returns (uint256 timestampStart, uint256 priceDecayHalfLifeSeconds, uint256 startPrice, uint256 basePrice)
projectConfig(uint256) view returns (bool maxHasBeenInvoked, uint24 maxInvocations, uint64 timestampStart, uint64 priceDecayHalfLifeSeconds, uint256 startPrice, uint256 basePrice)
projectMaxHasBeenInvoked(uint256 _projectId) view returns (bool)
projectMaxInvocations(uint256 _projectId) 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)
purchaseTo_do6(address _to, uint256 _projectId) payable returns (uint256 tokenId)
purchase_H4M(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)
setOwnerAddress(address _ownerAddress)
setOwnerPercentage(uint256 _ownerPercentage)
setProjectMaxInvocations(uint256 _projectId)
AuctionHalfLifeRangeSecondsUpdated(uint256 _minimumPriceDecayHalfLifeSeconds, uint256 _maximumPriceDecayHalfLifeSeconds)
ResetAuctionDetails(uint256 indexed projectId)
SetAuctionDetails(uint256 indexed projectId, uint256 _auctionTimestampStart, uint256 _priceDecayHalfLifeSeconds, uint256 _startPrice, uint256 _basePrice)
constructor(address _genArt721Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.