MinterSetPrice
Verified contract
Active on
Ethereum with 220 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MinterSetPrice"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20863282 | 2 months ago | | | 0.02 | 0.0018985445 | |
| 20863257 | 2 months ago | | | 0.06 | 0.0035466635 | |
| 20863249 | 2 months ago | | | 0.04 | 0.0027689280 | |
| 20863232 | 2 months ago | | | 0.06 | 0.0038488544 | |
| 20863217 | 2 months ago | | | 0.04 | 0.0027368776 | |
| 20862994 | 2 months ago | | | 0.1 | 0.0063473375 | |
| 20862925 | 2 months ago | | | 0.1 | 0.0060833808 | |
| 20862924 | 2 months ago | | | 0.06 | 0.0040264555 | |
| 20862506 | 2 months ago | | | 0.1 | 0.0064054780 | |
| 20862470 | 2 months ago | | | 0.1 | 0.0071400088 |
ABI
ABI objects
Getter at block 21294240
MAX_ADDITIONAL_FEE() view returns (uint256)
10
MAX_WHITE_LENGTH() view returns (uint256)
1000
canArtistModify() view returns (bool)
false
defaultAdditionalPayee() view returns (uint256)
8
defaultWhiteListMintCount() view returns (uint8)
100
genArt721CoreAddress() view returns (address)
0x00ed4c82c4779ade58f1062fce0e4b512b859b8c
getConfig() view returns (address config)
0x0f128118495f04a6f7f08b8cbb830355e32dccbc
maxBatchMintCount() view returns (uint8)
100
minterFilterAddress() view returns (address)
0xf738cb4ea4aea881c6ebe29273d199c76751ebba
minterType() view returns (string)
MinterSetPrice
Read-only
getMintInfo(uint256 _projectId) view returns (uint256 pricePerTokenInWei, uint256 whitePerTokenInWei, uint256 invocations, uint256 maxInvocations, uint256 startTime, bool disable)
getPriceInfo(uint256 _projectId) view returns (bool isConfigured, uint256 tokenPriceInWei, uint256 whitePriceInWei, address currencyAddress)
getWhitelists(uint256 _projectId) view returns (address[])
projectIdToAdditionalPayee(uint256) view returns (address)
projectIdToAdditionalPayeePercentage(uint256) view returns (uint256)
projectIdToMintCurrency(uint256) view returns (address)
projectIdWhiteListMintCounts(uint256) view returns (uint256)
projectMaxHasBeenInvoked(uint256) view returns (bool)
projectMaxInvocations(uint256) view returns (uint256)
State-modifying
Events addProjectWhitelist(uint256 _projectId, address[] _addrs)
purchase(uint256 _projectId, uint8 mintCount) payable
purchaseTo(address _to, uint256 _projectId, uint8 _mintCount) payable
setProjectMintInfo(uint256 _projectId, address _token, uint256 _pricePerTokenInWei, uint256 _maxInvocations, uint256 _startTime, bool _disable, address[] _addrs, uint256[] _rates)
togglePurchaseToDisabled(uint256 _projectId)
updateCanArtistModify(bool _flag)
updateDefaultAdditionalPayee(uint256 _fee)
updateDefaultWhiteListMintCount(uint8 _count)
updateMaxBatchMintCount(uint8 _count)
updateMaxInvocations(uint256 _projectId, uint256 _maxInvocations)
updateMaxMintBatchCount(uint8 _count)
updatePricePerTokenInWei(uint256 _projectId, uint256 _pricePerTokenInWei)
updateProjectAdditionalPayeePercentage(uint256 _projectId, uint256 _percentage)
updateProjectIdToAdditionalPayee(uint256 _projectId, address _additionalAddr)
updateProjectIdWhiteListMintCounts(uint256 _projectId, uint256 _count)
updateProjectWhitelistMaxLength(uint256 _num)
updateProjectWhitelistPrice(uint256 _projectId, uint256 _price)
updateStartTime(uint256 _projectId, uint256 _startTime)
PricePerTokenInWeiUpdated(uint256 indexed _projectId, uint256 indexed _pricePerTokenInWei)
ProjectCurrencyInfoUpdated(uint256 indexed _projectId, address indexed _currencyAddress, string _currencySymbol)
Purchase(uint256 projectId, address currency, address minter, uint256 mintCount, uint256 total)
PurchaseToDisabledUpdated(uint256 indexed _projectId, bool _purchaseToDisabled)
SetProjectMintInfo(uint256 projectId, address token, uint256 price, uint256 maxInvocations, uint256 startTime, bool disable)
UpdateProjectMaxInvocations(uint256 projectId, uint256 maxInvocations)
UpdateProjectStartTime(uint256 projectId, uint256 startTime)
constructor(address _genArt721Address, address _minterFilter, address _config)
This contract contains no fallback and receive objects.
This contract contains no error objects.