Cel Punks

Verified contract

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

No balances found for "Cel Punks"

0x0031639f81cfbb8988af2a1473c5ee8dd6584cf581c2b424e7aeed204c9660ed
0x83d43df81c53e4250b9a15317b45332a21b66b229867e6fcb830d94e569c14eb
0xab864f43ddb45aa9ce4bc6c08f7c395e1c9bc2be591abfe462d95f348313468a
0x1d4aa5b0a4e32ac5f9349ef46b6bb43152772cd3be5af8ee23f388ef55a2e41c
0x2f1917ffcfca05d33fa1e2118b2638e3088baf61d9042d758677fbec66336b87
0x9278cc0ae9a022970aeafaa6a848fe29733d5004b4b46e50a5c7ba5a7a6caf94
0xd48e9487d0d170e89171c0b5604727eb1299f010ad762e277009f0cbef4582ad
0x777fd704a003f0e0d9acff4a0c57199d7b324c6c17c59d83498609f94e714420
0x0f7dc3a1af3cb45dbaf1093c4fe3d296e186d408b1013db5aac6a5389df86c2d
0x9ba9dde46f5c71ed55f1a8307a9531d8ead78b23d6fb22ddfcce827b1b72d35c

Functions
Getter at block 21428721
MAX_PER_TX(view returns (uint256)
10
MAX_PER_TX_FREE(view returns (uint256)
3
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmYw61knATVodbb5ev6kVc4g6KgL1qdhXCQhNCzY7aStCQ/
contractURI(view returns (string)
ipfs://
free_max_supply(view returns (uint256)
555
max_supply(view returns (uint256)
3333
name(view returns (string)
Cel Punks
owner(view returns (address)
0x123d400323a687f9e4e38bd97bd046110970d7a5
paused(view returns (bool)
false
price(view returns (uint256)
900000000000000
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
CELP
totalSupply(view returns (uint256)
3333
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
PublicMint(uint256 _amountpayable 
TeamMint(uint256 quantity
Withdraw(
approve(address touint256 tokenId
burn(uint256[] tokenids
configMAX_PER_TX_FREE(uint256 newFREE
configPrice(uint256 newPrice
configfree_max_supply(uint256 newFreesupply
configmax_supply(uint256 newSupply
newbaseExtension(string newex
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
Fallback and receive

This contract contains no fallback and receive objects.

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