Cryples
Verified contract
Active on
Ethereum with 2,411 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 "Cryples"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105824 | 14 days ago | | | 0 | 0.00011669731 | |
| 21105700 | 14 days ago | | | 0 | 0.00017256360 | |
| 20886048 | a month ago | | | 0 | 0.00062263989 | |
| 20109252 | 5 months ago | | | 0 | 0.00016629931 | |
| 19812116 | 6 months ago | | | 0 | 0.00038092903 | |
| 19770086 | 7 months ago | | | 0 | 0.00084324172 | |
| 19624066 | 7 months ago | | | 0 | 0.00082515033 | |
| 19568041 | 7 months ago | | | 0 | 0.0012923094 | |
| 19437122 | 8 months ago | | | 0 | 0.0023228608 | |
| 19263201 | 9 months ago | | | 0 | 0.0014107759 |
ABI
ABI objects
Getter at block 21202977
MAX_SUPPLY() view returns (uint256)
3333
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmaKnWZVPLAmGhZ1DWQZ2Tka93yaqEjmXQR4H17X6EcEn7/
maxMintsPerWallet() view returns (uint256)
4
name() view returns (string)
Cryples
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x7ff0af9cc67a2c0af6c57875e9550c853976e056
symbol() view returns (string)
PP
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getNumPublicMints(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address[] to, uint256[] amount)
approve(address operator, uint256 tokenId) payable
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string __baseExtension)
setBaseURI(string __baseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxMintsPerWallet(uint256 _maxMintsPerWallet)
setOperatorFilteringEnabled(bool value)
setPublicOn(bool _publicOn)
setPublicPrice(uint256 _publicMintPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintingTooMany()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotStarted()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Underpriced()