NonFungibleLifetimeMembership
Verified contract
Active on
Ethereum with 3,796 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "NonFungibleLifetimeMembership"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238063 | 10 days ago | | | 0 | 0.00071090215 | |
| 21196849 | 15 days ago | | | 0 | 0.00062127557 | |
| 20639105 | 3 months ago | | | 0 | 0.000045463883 | |
| 20639100 | 3 months ago | | | 0 | 0.000065469118 | |
| 20638947 | 3 months ago | | | 0 | 0.000050521170 | |
| 20638878 | 3 months ago | | | 0 | 0.000072717491 | |
| 20343141 | 4 months ago | | | 0 | 0.00023793893 | |
| 20152425 | 5 months ago | | | 0 | 0.00010740344 | |
| 20031437 | 6 months ago | | | 0 | 0.00092298657 | |
| 19836973 | 7 months ago | | | 0 | 0.000077982260 |
ABI
ABI objects
Getter at block 21307566
MAX_MINT_PER_TX() view returns (uint8)
3
RESERVED_SUPPLY() view returns (uint8)
20
SUPPLY() view returns (uint16)
1000
claimActive() view returns (bool)
true
claimedTokensCount() view returns (uint16)
157
foundingMembershipContractAddress() view returns (address)
0x24e047001f0ac15f72689d3f5cd0b0f52b1abdf9
getBalance() view returns (uint256)
0
getPrice() view returns (uint256)
500000000000000000
owner() view returns (address)
0xe4b80b17e78020f28076966afc1f17e9bedc8823
paused() view returns (bool)
false
saleActive() view returns (bool)
true
supplyLeft() view returns (uint16)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkClaimedForMembership(uint8 memberId) view returns (uint8)
exists(uint256 id) view returns (bool)
hasLifetimeToken(address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events claimToken(address account, uint8 memberId, uint8 amount)
mint(address account, uint8 amount) payable
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setClaimStatus(bool _claimActive)
setPrice(uint256 price)
setSaleStatus(bool _saleActive)
setURI(string newuri)
transferOwnership(address newOwner)
unpause()
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claim(address _address, uint8 membershipId, uint8 amount, uint8 membershipClaimCount, uint16 totalClaimed)
Mint(address indexed _address, uint8 amount, uint16 supplyLeft)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(address _address, bool _saleAndClaimActive)
This contract contains no fallback and receive objects.
This contract contains no error objects.