OpenDAOMembershipNFT
Verified contract
Active on
Ethereum with 9,202 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 "OpenDAOMembershipNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239066 | a day ago | | | 0 | 0.00067708340 | |
| 21014117 | a month ago | | | 0 | 0.00040634634 | |
| 20828176 | 2 months ago | | | 0 | 0.00084315377 | |
| 20816316 | 2 months ago | | | 0 | 0.0013283419 | |
| 20652018 | 3 months ago | | | 0 | 0.000062548834 | |
| 20651989 | 3 months ago | | | 0 | 0.000023957912 | |
| 20651979 | 3 months ago | | | 0 | 0.000023188232 | |
| 20651967 | 3 months ago | | | 0 | 0.000021418244 | |
| 20651955 | 3 months ago | | | 0 | 0.000039136241 | |
| 20651952 | 3 months ago | | | 0 | 0.000041254887 |
ABI
ABI objects
Getter at block 21249056
_claimEndTime() view returns (uint256)
1645459200
_merkleRoot() view returns (bytes32)
0x29298d5ec85241f3986875e8c5801a8d4f85f2cd8e1f83ab656c429a1304b57d
owner() view returns (address)
0x20f1da6b7913f62e09c9c03b5f9feffc82c8bc18
Read-only
_claimed(address) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events claimMembershipNFTs(uint8 tier, bytes32[] proof)
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)
setClaimEndTime(uint256 newEndTime)
setMerkleRoot(bytes32 newRoot)
setURI(string newUri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(bytes32 root, uint256 claimEndTime, string uri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.