Capy Punks

Verified contract

Active on Ethereum with 301 txns
Deployed by via 0x202a914b at 15586827
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Capy Punks"

0x78415c82e6c466be4ce3279434d03f96454f2a249b38112daa176e51ecd5dc98
0xb3334b94681d63da25f18cfc09719fca495e063f442349eaa74d44b6aad8d7a5
0x0b5b49dd8acc3b2564de5d8dc8ce733d5dbb3b70315dec276d4e8242cd59bdb3
0x7551cfc744ecae2f1ff03c288b0e989020a8ac53b5e3ef9d1ce164200d881837
0xc9f35b9d623479d11384222b1ed530610572badcb8e1275050e76e48af96724d
0x75fb9e08ea08a61be4459f1034faf9226977ffee8822a28f958e3c08bfcd176a
0xdd43e7d654b617474892830fd522c6532b1b4029f0514a852c0aec9ea28deef8
0xf0d6fb0cdcbfbc13cc5aa4d1eb49ea871fc32ff380a6eb6f4f0efba8592657fd
0x9e9967ba3b3efc15fe871e938c14ecc3ce0c13d428a3b8685c92a8afd83c1a28
0xf578d364c8cc75cafe463b3ad104bd9f3910c8a2c1c904b4b94476eb182e6796

Functions
Getter at block 21387760
maxSupply(view returns (uint256)
1000
name(view returns (string)
Capy Punks
owner(view returns (address)
0x081e2b14a1ffdc643a99663c5180b875ffc32370
symbol(view returns (string)
CAPY
totalSupply(view returns (uint256)
274
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
changeSettings(uint256 _puint256 _ruint256 _m
deposit(payable 
flipState(bool _mintingIsEnabled
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseURI(string _newURI
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(