Diamond Hands Club
Verified contract
Active on
Ethereum with 168 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Diamond Hands Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16555508 | 2 years ago | | | 0 | 0.00047855890 | |
| 15383086 | 2 years ago | | | 0 | 0.00069005265 | |
| 15103621 | 2 years ago | | | 0 | 0.0016185085 | |
| 15032672 | 2 years ago | | | 0 | 0.00099957112 | |
| 14882933 | 2 years ago | | | 0 | 0.0013194862 | |
| 14228903 | 3 years ago | | | 0 | 0.0034096041 | |
| 14011261 | 3 years ago | | | 0 | 0.0051404603 | |
| 13915848 | 3 years ago | | | 0 | 0.0032694262 | |
| 13913428 | 3 years ago | | | 0 | 0.0078599798 | |
| 13863735 | 3 years ago | | | 0 | 0.0058940620 |
ABI
ABI objects
Getter at block 21187376
LICENSE_TEXT() view returns (string)
MAX_MEMBERSHIPS() view returns (uint256)
777
MEMBERSHIP_PROVENANCE() view returns (string)
baseURI() view returns (string)
https://diamondhandsclub.vercel.app/api/
maxMembershipPurchase() view returns (uint256)
50
membershipPrice() view returns (uint256)
70000000000000000
membershipReserve() view returns (uint256)
73
name() view returns (string)
Diamond Hands Club
owner() view returns (address)
0x43df365c5286c3b15bec82188c877871c1ebb9c6
saleIsActive() view returns (bool)
true
symbol() view returns (string)
DHC
totalSupply() view returns (uint256)
181
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
membershipNames(uint256) view returns (string)
membershipNamesOfOwner(address _owner) view returns (string[])
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
viewMembershipName(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeLicense(string _license)
changeMembershipName(uint256 _tokenId, string _name)
flipSaleState()
lockLicense()
mintMembership(uint256 numberOfTokens) payable
renounceOwnership()
reserveMemberships(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
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)
licenseisLocked(string _licenseText)
membershipNameChange(address _by, uint256 _tokenId, string _name)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.