HD Pass
Verified contract
Active on
Ethereum with 1,631 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 "HD Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210324 | 17 hours ago | | | 0 | 0.00061536275 | |
| 21210302 | 17 hours ago | | | 0 | 0.00073369212 | |
| 21202518 | 2 days ago | | | 0 | 0.00028919386 | |
| 21202517 | 2 days ago | | | 0 | 0.00051054185 | |
| 21145745 | 10 days ago | | | 0 | 0.00048464396 | |
| 21145400 | 10 days ago | | | 0 | 0.00079913890 | |
| 21141110 | 10 days ago | | | 0 | 0.00038115268 | |
| 21134322 | 11 days ago | | | 0 | 0.00064990857 | |
| 20996674 | a month ago | | | 0 | 0.00047897333 | |
| 20899390 | a month ago | | | 0 | 0.00019823272 |
ABI
ABI objects
Getter at block 21215354
mintActive() view returns (bool)
true
minted() view returns (uint256)
333
name() view returns (string)
HD Pass
owner() view returns (address)
0x6ae3fb2031a4f839daca59df10127645368ce56e
symbol() view returns (string)
HDPass
uriPrefix() view returns (string)
https://ipfs.io/ipfs/
uriSuffix() view returns (string)
.json
whitelistMerkle() view returns (bytes32)
0xdfa5cab072bbd37025c264d822b9e986da615cc6ca3d9fbd9207bee8ec59f52f
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkWhitelist(bytes32[] _merkleProof, address _address) view returns (bool)
exists(uint256 id) view returns (bool)
hasRedeemed(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events mint(bytes32[] _merkleProof) payable
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)
setMintStatus(bool _status)
setPrefix(string _prefix)
setSuffix(string _suffix)
setWhitelistMerkle(bytes32 _merkleRoot)
transferOwnership(address newOwner)
updateBaseURI(string base)
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(string _IPFSURL, string _prefix)
This contract contains no fallback and receive objects.
This contract contains no error objects.