MinterFilterV1
Verified contract
Active on
Ethereum with 8 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) |
---|---|---|---|---|---|---|---|
| 18322590 | a year ago | | | 0 | 0.00091791996 | |
| 16480324 | 2 years ago | | | 0 | 0.00093299560 | |
| 16355896 | 2 years ago | | | 0 | 0.0011694683 | |
| 16021215 | 2 years ago | | | 0 | 0.00095271631 | |
| 15891527 | 2 years ago | | | 0 | 0.0024767907 | |
| 15885373 | 2 years ago | | | 0 | 0.0010497683 | |
| 15829028 | 2 years ago | | | 0 | 0.0015265167 | |
| 15791064 | 2 years ago | | | 0 | 0.0038823600 |
ABI
ABI objects
Getter at block 21206708
genArt721CoreAddress() view returns (address)
0x942bc2d3e7a589fe5bd4a5c6ef9727dfd82f5c8a
getNumProjectsWithMinters() view returns (uint256)
3
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)
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.