MemberCollectionsContract
Verified contract
Active on
Ethereum with 271 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($500.54)
Native
Value
$500.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.15 | $3,336.91 |
$500.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20700147 | 2 months ago | | | 0.15 | 0.00050452356 | |
| 20213045 | 4 months ago | | | 0 | 0.0022579444 | |
| 19934230 | 6 months ago | | | 0 | 0.00058034517 | |
| 19934228 | 6 months ago | | | 0 | 0.00056564191 | |
| 19849666 | 6 months ago | | | 0.15 | 0.0012187298 | |
| 19798305 | 6 months ago | | | 0 | 0.0016567426 | |
| 19730890 | 7 months ago | | | 0 | 0.0022336164 | |
| 19637217 | 7 months ago | | | 0 | 0.0026968406 | |
| 19555547 | 7 months ago | | | 0.15 | 0.0047127089 | |
| 19548971 | 7 months ago | | | 0 | 0.00087711873 |
ABI
ABI objects
Getter at block 21169752
ONE_MILLION() view returns (uint256)
1000000
collectionIdCount() view returns (uint256)
5
creatorsOnly() view returns (bool)
true
owner() view returns (address)
0x80448aecee9c49895f741cc17fa9d97e6df74662
patronTokenAddress() view returns (address)
0xb3a87c89acd407751bb6f4c7708548b17158a16d
tokenContract() view returns (address)
0x466279e153fe2dbd76519149122937782c587408
Read-only
allowlistCount(uint256, address) view returns (uint128)
collections(uint256) view returns (address author, uint256 price, uint64 editions, uint16 royalty, uint16 offset, address freeMinter, uint8 status, bool flag, string metadata, uint8 mintMode, bytes32 allowlist)
creators(uint256) view returns (address)
fundsCollected(uint256) view returns (uint256)
mintCount(uint256) view returns (uint64)
redeemedTokensRegistry(uint256, uint256) view returns (bool)
regularMintCount(uint256) view returns (uint64)
State-modifying
Events createCollection(address author, uint256 price, uint64 editions, uint16 royalty, address freeMinter, uint8 status, string metadata, uint8 mintMode, bytes32 allowlist, uint16 offset)
freeMint(uint256 collectionId, address owner)
mint(uint256 collectionId, address owner, bytes32[] proof, uint32 quantity) payable
redeem(uint256 collectionId, uint256 tokenId)
renounceOwnership()
setAllowlist(uint256 collectionId, bytes32 allowlist)
setCreators(address[] newCreators)
setMode(uint256 collectionId, uint8 mode)
setPatronPassTokenAddress(address newAddress)
setPrice(uint256 collectionId, uint256 price)
setStatus(uint256 collectionId, uint8 status)
transferOwnership(address newOwner)
withdrawFunds(uint256 collectionId)
CollectionCreated(uint256 id, address author, uint256 price, uint64 editions, uint16 royalty, address freeMinter, uint8 status, string metadata, address tokenContractAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token, bool isCreatorsOnly, address[] listCreators, address patronPassTokenAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.