Karapunks

Verified contract

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

No balances found for "Karapunks"

0x831fa9b6c6436a7d633c58c6de0d5ede081fbdea0173192eaf6d31e3404adeb2
0x69e7ecdf072f298bf7344cdcf93db7a9d578c69b8f828046b43c569f1c2f4c3a
0x294b4e3f19bcb89f15105e0ba31a2fa5868f83a80947b8d70a0b884e844166d2
0x065e0fe03df75fbb43c1861db0f9954f60493136a60f33646f6bce9d458c0105
0x823f886ef3e07ce9bf96f376d4f74131a471817cab42ed765873d47ec3c9fa04
0x7395635f6b6615c7298cc11d2179c69e133d82de7a3ebf198520bd3d0fec0a2c
0x129e3f3c281d6bb70016f06e4cd20e8c554e913d92a91bdf04164125d9de180d
0xc5448689b76035a6e24431f322ab4b7eabd519ae90b33145ffa9e61adbe595d9
0xd7b19afa907c70a2afaa6ee5b2804211c2f5cd8be66ade408df767682c032219
From
0xb621f937b4d5e627d43ccfbb740d277dffef2399fc4da696f971a23942d5064b

Functions
Getter at block 21283455
MAX_SUPPLY(view returns (uint256)
1500
name(view returns (string)
Karapunks
owner(view returns (address)
0x9ae3b83174623cd77aec4ed85d542226acf779ba
price(view returns (uint256)
85000000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
KPUNKS
totalSupply(view returns (uint256)
1428
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

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