Membership
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
-
variable spans 2 additional slots
0x0000…0000
Balances ($0.00)
No balances found for "Membership"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Membership"
ABI
ABI objects
Getter at block 20874270 getStart() view returns (uint256)
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 publicId) view returns (address)
getAttributes(uint256 publicId) view returns (struct IMembershipAttributes)
getRoundId(uint256 publicId) view returns (uint256)
getUsage(uint256 publicId) view returns (struct IMembershipUsage)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 publicId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 publicId) view returns (string)
unlocked(uint256 publicId) view returns (uint256)
unlocked(uint256 start, uint256 allocation, struct IMembershipAttributes attributes) view returns (uint256)
State-modifying
Events approve(address to, uint256 publicId)
consume(uint256 publicId, uint256 amount) returns (uint256)
extend(uint256 publicId, uint256 amount) returns (uint256)
initialize(address presale_, struct IMembershipMetadata metadata, address descriptor)
mint(address owner_, uint256 roundId, uint256 currentUsage, uint256 maxUsage, struct IMembershipAttributes attributes) returns (uint256 publicId)
reduce(uint256 publicId, uint256 amount) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 publicId, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 publicId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DynamicIdNFTMinted(uint256 indexed mintId, address indexed owner, bytes data)
DynamicIdNFTUpdated(uint256 indexed mintId, uint256 indexed newPublicId, bytes payload)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
InvalidInitialization()
InvalidMintId(uint256 mintId)
InvalidPresale(address presale)
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)