MinterSetPriceV2
Verified contract
Active on
Ethereum with 236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MinterSetPriceV2"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19520888 | 8 months ago | | | 0 | 0.0043865609 | |
| 18978909 | 10 months ago | | | 0 | 0.0055263191 | |
| 18593284 | a year ago | | | 0 | 0.0042079281 | |
| 18344067 | a year ago | | | 0 | 0.0020405209 | |
| 18344059 | a year ago | | | 0 | 0.0017283513 | |
| 18344051 | a year ago | | | 0 | 0.0016543008 | |
| 18323248 | a year ago | | | 0 | 0.00029557426 | |
| 18228398 | a year ago | | | 0 | 0.0035324812 | |
| 18221788 | a year ago | | | 0 | 0.0026104624 | |
| 18221780 | a year ago | | | 0 | 0.0028268777 |
ABI
ABI objects
Getter at block 21222471
genArt721CoreAddress() view returns (address)
0x942bc2d3e7a589fe5bd4a5c6ef9727dfd82f5c8a
minterFilterAddress() view returns (address)
0x3f4bbde879f9bb0e95aea08ff12f55e171495c8f
minterType() view returns (string)
MinterSetPriceV2
Read-only
getPriceInfo(uint256 _projectId) view returns (bool isConfigured, uint256 tokenPriceInWei, string currencySymbol, address currencyAddress)
projectConfig(uint256) view returns (bool maxHasBeenInvoked, bool priceIsConfigured, uint24 maxInvocations, uint256 pricePerTokenInWei)
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)
setProjectMaxInvocations(uint256 _projectId)
updatePricePerTokenInWei(uint256 _projectId, uint256 _pricePerTokenInWei)
PricePerTokenInWeiUpdated(uint256 indexed _projectId, uint256 indexed _pricePerTokenInWei)
ProjectCurrencyInfoUpdated(uint256 indexed _projectId, address indexed _currencyAddress, string _currencySymbol)
PurchaseToDisabledUpdated(uint256 indexed _projectId, bool _purchaseToDisabled)
constructor(address _genArt721Address, address _minterFilter)
This contract contains no fallback and receive objects.
This contract contains no error objects.