Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MinterSetPriceV1"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19141658 | 10 months ago | | | 0 | 0.0076174660 | |
| 19141618 | 10 months ago | | | 0 | 0.00085259113 | |
| 15833634 | 2 years ago | | | 0.2 | 0.0018358270 | |
| 15833634 | 2 years ago | | | 0.2 | 0.0018358270 | |
| 15833634 | 2 years ago | | | 0.2 | 0.0018431518 | |
| 15833634 | 2 years ago | | | 0.2 | 0.0022508990 | |
| 15833634 | 2 years ago | | | 0.2 | 0.0022508990 | |
| 15833634 | 2 years ago | | | 0.2 | 0.0022997310 | |
| 15833634 | 2 years ago | | | 0.2 | 0.0026857600 | |
| 15833634 | 2 years ago | | | 0.2 | 0.0048832000 |
ABI
ABI objects
Getter at block 21321317
genArt721CoreAddress() view returns (address)
0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270
minterFilterAddress() view returns (address)
0x4aafce293b9b0fad169c78049a81e400f518e199
minterType() view returns (string)
MinterSetPriceV1
Read-only
getPriceInfo(uint256 _projectId) view returns (bool isConfigured, uint256 tokenPriceInWei, string currencySymbol, address currencyAddress)
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)
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.