ClappedWolves
Verified contract
Active on
Ethereum with 5,464 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20866993 | 2 months ago | | | 0 | 0.00047381239 | |
| 18907984 | a year ago | | | 0 | 0.00077346582 | |
| 18898801 | a year ago | | | 0 | 0.00070750007 | |
| 18898675 | a year ago | | | 0 | 0.00077421042 | |
| 18898275 | a year ago | | | 0 | 0.00067023929 | |
| 18803571 | a year ago | | | 0 | 0.00068889409 | |
| 17382799 | 2 years ago | | | 0 | 0.0017646396 | |
| 17148960 | 2 years ago | | | 0 | 0.00083951749 | |
| 17125007 | 2 years ago | | | 0 | 0.0022367628 | |
| 17011354 | 2 years ago | | | 0 | 0.00051040413 |
ABI
ABI objects
Getter at block 21311896
maxSupply_() view returns (uint32)
6969
metadataURI_() view returns (string)
ipfs://QmSvAXPB311M5TtpAaU2BxDgqANRiDZEJ1mt5HooSRCQGV/
mintPrice_() view returns (uint256)
6900000000000000
name() view returns (string)
ClappedWolves
open_() view returns (bool)
true
owner() view returns (address)
0x4cf8c22a7ed4d8e5750d2b815fcaf8f2a0f14441
symbol() view returns (string)
CP
totalSupply() view returns (uint256)
6969
txLimit_() view returns (uint32)
10
walletLimit_() view returns (uint32)
10
Read-only
_state(address minter) view returns (struct ClappedWolvesState)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setOpen(bool open)
setmetadata(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 mintPrice, uint32 maxSupply, uint32 txLimit, uint32 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ErrorExceedMaxSupply()
ErrorExceedTransactionLimit()
ErrorExceedWalletLimit()
ErrorInsufficientFund()
ErrorSaleNotOpen()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()