diamond hand

Verified contract

Active on Base with 425 txns
Deployed by via 0xee2d8e2b at 2969820
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "diamond hand"

0xcc55a02cb562b2f7f7cd0f57c08f84151ebeda11201eb6c0e81046e0aa7b814c
0xa36ceb7ae20b878840265a36825400ebbba9bc009a49298d16153834cd37bb12
0xebf979ad38c5bcd9723b4bcccb7be931a1756ddb154c5e808081e0382b34de0e
0xc65698d70a99badd725a2273afc4644511440908e733ad2fa2f55b59e369b515
0x43ec4908dd45d7ccdad4dcbfc578abf2612b9fa23b44c17de09ff782a1a74091
0x14b9123d43cb7ba5c8485c888e52aaf3b8d7c411f3987cd3ade62730c3c43b81
0x777142a0379cae8426608805ae4155b1bc6a3ce30bd918086b750ba7170eeceb
0xfe4f949d06a1b9df5a43ba345024843d8534206b547fc71493fe2bb5bddcd005
0xb1b81630d36882ed5eb5936ac62f56b427ffdc4805d342487aeaf96030ad5f3f
0x929a9205da1e19c69a475e6e4beb7e7fc4b5c0b224ac33a0e23c1052faa12b81

Functions
Getter at block 23216977
MAX_FREE_PER_WALLET(view returns (uint256)
100
MAX_MINTS_PER_TX(view returns (uint256)
100
NUM_FREE_MINTS(view returns (uint256)
100
PUBLIC_SALE_PRICE(view returns (uint256)
0
baseTokenURI(view returns (string)
ipfs://bafybeibo6qicipvvfwm436lhu6kek5rxin47gz7ys6aycvstjww3xhgmva/
freeNFTAlreadyMinted(view returns (uint256)
138
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
4444
name(view returns (string)
diamond hand
owner(view returns (address)
0x3683973eec7829d712eaf674a61153a186004f96
symbol(view returns (string)
DBH
totalSupply(view returns (uint256)
1533
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(