MinterFilterV1
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
No balances found for "MinterFilterV1"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18142631 | a year ago | | | 0 | 0.0012789883 | |
| 18142629 | a year ago | | | 0 | 0.0013488050 | |
| 18142628 | a year ago | | | 0 | 0.0014168023 |
ABI
ABI objects
Getter at block 21297038
genArt721CoreAddress() view returns (address)
0x8cdbd7010bd197848e95c1fd7f6e870aac9b0d3c
getNumProjectsWithMinters() view returns (uint256)
8
minterFilterType() pure returns (string)
MinterFilterV1
minterFilterVersion() pure returns (string)
v1.0.1
Read-only
getMinterForProject(uint256 _projectId) view returns (address)
getProjectAndMinterInfoAt(uint256 _index) view returns (uint256 projectId, address minterAddress, string minterType)
isApprovedMinter(address) view returns (bool)
numProjectsUsingMinter(address) view returns (uint256)
projectHasMinter(uint256 _projectId) view returns (bool)
State-modifying
Events addApprovedMinter(address _minterAddress)
mint(address _to, uint256 _projectId, address sender) returns (uint256 _tokenId)
removeApprovedMinter(address _minterAddress)
removeMinterForProject(uint256 _projectId)
removeMintersForProjects(uint256[] _projectIds)
setMinterForProject(uint256 _projectId, address _minterAddress)
Deployed()
MinterApproved(address indexed _minterAddress, string _minterType)
MinterRevoked(address indexed _minterAddress)
ProjectMinterRegistered(uint256 indexed _projectId, address indexed _minterAddress, string _minterType)
ProjectMinterRemoved(uint256 indexed _projectId)
constructor(address _genArt721Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.