Cryptopons

Verified contract

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

No balances found for "Cryptopons"

0x717e3a457deca4d17ade6ed355afd3fca6b192c2242421c9755f4eca21205cc8
From
0x2eb6aff7233e4c2ac41f1c4dd5aaea79b57f754c6697df38c13bb4a535b4323e
0x91ede5b56ce7648730ff9c22cccc62f4a9399aa0c1c43f0b306efd734bff528d
0x27b10a8aac53ebb05b314b59562c13f6a4b9e8ef280acf477720a88098954660
0xcff0aedd51b5a69041462f07146472a9be89ef66f2bfd3211c67710a5220d3c2
0x8db4ecef72708885ad506aae700e545a6b15c376ac18733af8bcc58bd6b233c1
0x111234f3d9e8afa981e987069b10ce8206ce5fccf5cf4153d424e296c4727056
0xf88459a1136e31212888186d974a6240da20180bf547f7965e26477223eff973
0x49fc1ff96a003b83b0d2cf84ae35c0191e918ec0f6e24e2ff093f5e142b6c91d
0x9a1944be686dfc8445b99cbc252158210fb57f5d812d3c7d13994c8797df11e1

Functions
Getter at block 21225984
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint16)
3333
isStartPublicSale(view returns (bool)
true
isStartWaitListSale(view returns (bool)
false
isStartWhiteListSale(view returns (bool)
false
maxPerWallet(view returns (uint256)
1
mintPrice(view returns (uint256)
0
name(view returns (string)
CryptoPons
nextNewCollectionID(view returns (uint256)
1
owner(view returns (address)
0xee1f0dcae931e6f94b5e5f415b01bbff69a6492d
signer(view returns (address)
0x00a5bac26c0be6a598d0e524725c85ad8f188baf
symbol(view returns (string)
CTP
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (uint256)
newCollections(uint256view returns (uint256 suppliesuint256 startTokenIDuint256 endTokenIDstring collectionNamestring baseURI)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
burnNFT(uint256 _tokenIDbytes _proof
grantRole(bytes32 roleaddress account
mint(uint256 quantitypayable 
mintForAddress(address recipientuint256 quantity
mintNewCollection(address _recipientuint256 _suppliesstring _collectionNamestring _baseURI
modifyNewCollection(uint256 _newCollectionIDstring _collectionNamestring _baseURI
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setCustomBaseUri(uint256 _tokenIDstring _customBaseUribytes _proof
setMaxPerWallet(uint256 max
setMintPrice(uint256 price
setPausesStates(bool _isStartPublicSalebool _isStartWhiteListSalebool _isStartWaitListSale
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
setSigner(address signer_
specialMint(uint256 quantitybytes proofpayable 
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(address to
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
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidCall(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(