CryptoHodlers
Verified contract
Active on
Ethereum with 6,462 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 "CryptoHodlers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285163 | 2 days ago | | | 0 | 0.00043832332 | |
| 21103770 | a month ago | | | 0 | 0.00016825733 | |
| 21033643 | a month ago | | | 0 | 0.00027292220 | |
| 21033643 | a month ago | | | 0 | 0.00027242660 | |
| 21033612 | a month ago | | | 0 | 0.00027754800 | |
| 20902687 | 2 months ago | | | 0 | 0.00015366445 | |
| 20899598 | 2 months ago | | | 0 | 0.00022970253 | |
| 20848917 | 2 months ago | | | 0 | 0.00069781214 | |
| 20712003 | 3 months ago | | | 0 | 0.00012466980 | |
| 20712002 | 3 months ago | | | 0 | 0.00012489660 |
ABI
ABI objects
Getter at block 21301346
MAX_HODLERS() view returns (uint256)
10000
PROV() view returns (string)
3fbc69e837a3d070a0bccd70cd80aa9c6e97b7a60bc8bd48e6360b4dfcda1b21
baseURI() view returns (string)
https://metadata.hodlerlab.com/token-data/hodler/
hodlerPrice() view returns (uint256)
40000000000000000
maxHodlerPurchase() view returns (uint256)
30
name() view returns (string)
CryptoHodlers
owner() view returns (address)
0x418b9c0f89d1638c244a35ee489a1599842bcfbf
saleIsActive() view returns (bool)
true
symbol() view returns (string)
CRHDL
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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)
flipSaleState()
mintHodler(uint256 numberOfTokens) payable
renounceOwnership()
reserveHodlers()
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.