MinterFilterV1
Verified contract
Active on
Ethereum with 33 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) |
---|---|---|---|---|---|---|---|
| 17950165 | a year ago | | | 0 | 0.0016032132 | |
| 17949462 | a year ago | | | 0 | 0.0010631539 | |
| 17943072 | a year ago | | | 0 | 0.0034043610 | |
| 17936981 | a year ago | | | 0 | 0.0027334142 | |
| 17935945 | a year ago | | | 0 | 0.0055498098 | |
| 17930396 | a year ago | | | 0 | 0.0040995292 | |
| 17928775 | a year ago | | | 0 | 0.0031043135 | |
| 17922611 | a year ago | | | 0 | 0.0026512641 | |
| 17921762 | a year ago | | | 0 | 0.0025679897 | |
| 17914572 | a year ago | | | 0 | 0.0030988811 |
ABI
ABI objects
Getter at block 21230341
genArt721CoreAddress() view returns (address)
0x145789247973c5d612bf121e9e4eef84b63eb707
getNumProjectsWithMinters() view returns (uint256)
2
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.