MinterFilterV1
Verified contract
Active on
Ethereum with 20 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) |
---|---|---|---|---|---|---|---|
| 18380722 | a year ago | | | 0 | 0.00062698580 | |
| 18368062 | a year ago | | | 0 | 0.00073140374 | |
| 17521277 | a year ago | | | 0 | 0.00092254080 | |
| 17386988 | a year ago | | | 0 | 0.0047008409 | |
| 16980188 | 2 years ago | | | 0 | 0.0027875952 | |
| 16980102 | 2 years ago | | | 0 | 0.0028446261 | |
| 16950365 | 2 years ago | | | 0 | 0.0032396084 | |
| 16843946 | 2 years ago | | | 0 | 0.0017331045 | |
| 16843941 | 2 years ago | | | 0 | 0.0019933475 | |
| 16843938 | 2 years ago | | | 0 | 0.0020227311 |
ABI
ABI objects
Getter at block 21119782
genArt721CoreAddress() view returns (address)
0xea698596b6009a622c3ed00dd5a8b5d1cae4fc36
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.