Capy Punks
Verified contract
Active on
Ethereum with 301 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 "Capy Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17600380 | a year ago | | | 0 | 0.0013734598 | |
| 16370857 | 2 years ago | | | 0.005 | 0.0030133211 | |
| 16354035 | 2 years ago | | | 0.005 | 0.00096012000 | |
| 16345338 | 2 years ago | | | 0.005 | 0.0012386162 | |
| 16345332 | 2 years ago | | | 0.005 | 0.0017428965 | |
| 16345328 | 2 years ago | | | 0.005 | 0.0013561835 | |
| 16345328 | 2 years ago | | | 0.005 | 0.0013561835 | |
| 16345328 | 2 years ago | | | 0.005 | 0.0013561835 | |
| 16345326 | 2 years ago | | | 0.005 | 0.0011826475 | |
| 16345324 | 2 years ago | | | 0.005 | 0.0011810017 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeSettings(uint256 _p, uint256 _r, uint256 _m)
deposit() payable
flipState(bool _mintingIsEnabled)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string _newURI)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()