MeebitsDAOMembershipToken
Verified contract
Active on
Ethereum with 4,646 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18,084.71)
Native
Value
$18,084.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.05 | $3,581.13 |
$18,084.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177095 | 15 days ago | | | 0 | 0.00097275696 | |
| 20726289 | 3 months ago | | | 0 | 0.000060461874 | |
| 20667282 | 3 months ago | | | 0 | 0.000064196241 | |
| 20560992 | 3 months ago | | | 0 | 0.00016650717 | |
| 20202305 | 5 months ago | | | 0 | 0.000071354835 | |
| 20058926 | 6 months ago | | | 0 | 0.00028806068 | |
| 20040857 | 6 months ago | | | 0 | 0.0012675872 | |
| 20032096 | 6 months ago | | | 0 | 0.00077412468 | |
| 19742951 | 7 months ago | | | 0 | 0.00013797852 | |
| 19560380 | 8 months ago | | | 0 | 0.00086217494 |
ABI
ABI objects
Getter at block 21284320
MINT_PRICE() view returns (uint256)
50000000000000000
daoMaxSupply() view returns (uint256)
500
isSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
10000
name() view returns (string)
MeebitsDAOMembershipToken
owner() view returns (address)
0x2009a752a50d3cde486d7b5921944377b729e747
root() view returns (bytes32)
0xa4f62aad653386b40e50bf4582436c55006d1ffafe9fd9f6397a8f97fca2df8f
symbol() view returns (string)
MDM
totalSupply() view returns (uint256)
3491
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isEligibleMint(address _address) view returns (bool)
isEligibleWhitelist(bytes32[] proof, address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipSaleState()
mint(address to, uint256 tokenCount)
mintGeneralMembership() payable
mintWhitelistGeneralMembership(bytes32[] proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _maxSupply, uint256 _daoMaxSupply, bytes32 _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.