DeChads

Verified contract

Active on Ethereum with 4,468 txns
Deployed by via 0xef7f2e58 at 16969781
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DeChads"

0xf07ecdd6310bb23cd6f1e320369f0e49bbdd881b797158abce47b93642165cf5
0x63b56fa97bdf3a555b5f8b45e90c33c71fb32458c0b9056c8f5b1b3cb1c9aee6
0x500ff1497bee04392fd6c4aaa8ea221aa4ad4a05e8dd4c26c93dfc4b7e1c2bd0
0xd2a33627a4689031bcb1dcf5cedc53aa8f11be64f67d9e10c92545c95ba29d08
0xa82d8ad5cff13c59b02175954349e282f0fabcfc6ef2d21e6bb644f78ecfe807
0xa61af394045adb7aca4cfea9612e5daf30745d443aca6a5de05b9cefccfe38ba
0x92bc25800ef57148b5151acf935213f8bfed2425d1c391121820fa679ea9a7e5
0xa9bdb4e68aef05d940f161087031742069a23490cfa44f6a54d01bd6ede0ca20
0x0d7fae26dba4b9dd4e310be688463b08939a15430e23f6e95e00248da837e9ca
0xd13fec366ce36db2c7985d00e56b651a1c1983530bd0acca7c5bdaa4ea944e89

Functions
Getter at block 20941770
MAX_SUPPLY(view returns (uint256)
9999
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_ownerFortfr(view returns (address)
0xa440370276a30bd2336fedba3cea4b404150f784
contractURI(view returns (string)
max_free_per_wallet(view returns (uint256)
2
max_per_wallet(view returns (uint256)
22
name(view returns (string)
DeChads
notRevealedUri(view returns (string)
owner(view returns (address)
0xa440370276a30bd2336fedba3cea4b404150f784
publicSaleCost(view returns (uint256)
4000000000000000
public_mint_status(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
CHAD
totalSupply(view returns (uint256)
9999
Read-only
balanceOf(address ownerview returns (uint256)
freeMinted(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMinted(addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] receiveruint256[] quantitypayable 
approve(address operatoruint256 tokenId
bulkBurn(uint256[] tokenID
burn(uint256 tokenId
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _contractURI
setMAX_SUPPLY(uint256 _MAX_SUPPLY
setMax_free_per_wallet(uint256 _max_free_per_wallet
setMax_per_wallet(uint256 _max_per_wallet
setNotRevealedURI(string _notRevealedURI
setPublicSaleCost(uint256 _publicSaleCost
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
toggleReveal(
toggle_public_mint_status(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
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(string _initBaseURIstring _initNotRevealedUristring _contractURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferFromZeroAddressBlocked(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(