HODLER CHADS
Verified contract
Active on
Ethereum with 2,238 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbad6…f731
0xbc4c…f13d
3 additional
variables
Balances ($821.05)
Native
Value
$821.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.264 | $3,110.02 |
$821.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103496 | 15 days ago | | | 0 | 0.000096146455 | |
| 19257629 | 9 months ago | | | 0 | 0.00085970596 | |
| 18998986 | 10 months ago | | | 0 | 0.0011043984 | |
| 18782254 | a year ago | | | 0 | 0.0099620251 | |
| 18643506 | a year ago | | | 0 | 0.0014522823 | |
| 18543476 | a year ago | | | 0 | 0.0024159918 | |
| 18288148 | a year ago | | | 0 | 0.00026442317 | |
| 17509757 | a year ago | | | 0 | 0.00060652800 | |
| 17432018 | a year ago | | | 0 | 0.00088346409 | |
| 17008439 | 2 years ago | | | 0 | 0.00048486771 |
ABI
ABI objects
Getter at block 21211412
cost() view returns (uint256)
0
costPartners() view returns (uint256)
42000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmRXyTiJTuRjeksUMvcbsqhBqHm8N65ZwrEddcRwESpT7e/hidden.json
maxFreeChads() view returns (uint256)
2000
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
mintLimitPartners() view returns (uint256)
3997
name() view returns (string)
HODLER CHADS
owner() view returns (address)
0x4113f4d979ef44b6ee1698682851d188682c851a
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
CHADS
totalSupply() view returns (uint256)
10000
uriPrefix() view returns (string)
ipfs://QmZeGnbjJEPNsQVp3HU392ye7hNNDAuUjfJRjn47CfVBec/
uriSuffix() view returns (string)
.json
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistRoles(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintQuantity) payable
mintDiscounted(uint256 _mintQuantity) payable
mintForAddress(uint256 _mintQuantity, address _receiver)
mintFreeRoles(uint256 _mintQuantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeLimit(uint256 _maxFree)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistForRoles(address[] _users, uint256[] _roleCounts)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(uint256 index, address creator)
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.