Proof of Chad
Verified contract
Active on
Ethereum with 417 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 "Proof of Chad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20610899 | 4 months ago | | | 0 | 0.000072881676 | |
| 19025173 | a year ago | | | 0 | 0.00077169814 | |
| 17803877 | a year ago | | | 0 | 0.00037090356 | |
| 16958256 | 2 years ago | | | 0 | 0.00083827483 | |
| 16888572 | 2 years ago | | | 0 | 0.0010968521 | |
| 16876432 | 2 years ago | | | 0 | 0.0010522829 | |
| 16853533 | 2 years ago | | | 0 | 0.00081250393 | |
| 16849320 | 2 years ago | | | 0 | 0.00081052858 | |
| 16845276 | 2 years ago | | | 0 | 0.0018059527 | |
| 16817751 | 2 years ago | | | 0 | 0.00096668120 |
ABI
ABI objects
Getter at block 21412497
chadlistMintEnabled() view returns (bool)
true
chadlistMintMax() view returns (uint256)
3
chadlistMintPrice() view returns (uint256)
7000000000000000
maxToken() view returns (uint256)
5555
mintMax() view returns (uint256)
1
name() view returns (string)
Proof of Chad
owner() view returns (address)
0x8af0828085ff896a254d43c63175a750694045a8
pbmintPrice() view returns (uint256)
0
publicMintEnabled() view returns (bool)
true
symbol() view returns (string)
POC
totalSupply() view returns (uint256)
723
Read-only
balanceOf(address owner) view returns (uint256)
chadlistMinted(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address address_, bytes32[] proof_) view returns (bool)
isWhitelisted2(address address_, bytes32[] proof_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pbMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
chadlistMint(uint256 _amount, bytes32[] proof_) payable
cutSupply(uint256 newMaxToken)
letsGo(bool soldOut)
ownerMint(uint256 _amount, address _address)
pbMint(uint256 _amount) payable
reserveBulk(address[] to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri_)
setChadlistPrice(uint256 newChadlistPrice)
setMaxMint(uint256 newMax)
setMerkleRoot(bytes32 merkleRoot_)
setMerkleRoot2(bytes32 merkleRoot2_)
setPbPrice(uint256 newPrice)
teamMint(uint256 _amount, bytes32[] proof_) payable
toggleChadlistMint()
togglePublicMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address new_)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()