MinterSetPriceV0
Verified contract
Active on
Ethereum with 9,288 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MinterSetPriceV0"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19808179 | 7 months ago | | | 0.1 | 0.0018374464 | |
| 19564844 | 8 months ago | | | 0.000001 | 0.0074536359 | |
| 19549381 | 8 months ago | | | 0.1 | 0.0077403795 | |
| 19549053 | 8 months ago | | | 0.03 | 0.0016519170 | |
| 19549051 | 8 months ago | | | 0.03 | 0.0018574576 | |
| 19549051 | 8 months ago | | | 0.03 | 0.0018574576 | |
| 19549051 | 8 months ago | | | 0.03 | 0.0018574576 | |
| 19549051 | 8 months ago | | | 0.03 | 0.0018574576 | |
| 19549051 | 8 months ago | | | 0.03 | 0.0018674302 | |
| 19549051 | 8 months ago | | | 0.03 | 0.0019917202 |
ABI
ABI objects
Getter at block 21286409
genArt721CoreAddress() view returns (address)
0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270
minterFilterAddress() view returns (address)
0x4aafce293b9b0fad169c78049a81e400f518e199
minterType() view returns (string)
MinterSetPriceV0
Read-only
contractMintable(uint256) view returns (bool)
getPriceInfo(uint256 _projectId) view returns (bool isConfigured, uint256 tokenPriceInWei, string currencySymbol, address currencyAddress)
projectMaxHasBeenInvoked(uint256) view returns (bool)
projectMaxInvocations(uint256) view returns (uint256)
projectMintCounter(address, uint256) view returns (uint256)
projectMintLimit(uint256) view returns (uint256)
purchaseToDisabled(uint256) view returns (bool)
State-modifying
Events purchase(uint256 _projectId) payable returns (uint256 tokenId)
purchaseTo(address _to, uint256 _projectId) payable returns (uint256 tokenId)
setProjectMaxInvocations(uint256 _projectId)
setProjectMintLimit(uint256 _projectId, uint8 _limit)
toggleContractMintable(uint256 _projectId)
togglePurchaseToDisabled(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.