Cosmos People Club (hot dog)
Verified contract
Active on
Ethereum with 312 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 "Cosmos People Club (hot dog)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16915621 | 2 years ago | | | 0 | 0.00068239194 | |
| 16759331 | 2 years ago | | | 0 | 0.00055157723 | |
| 16755583 | 2 years ago | | | 0.009 | 0.00080764968 | |
| 16754596 | 2 years ago | | | 0.009 | 0.0011635200 | |
| 16754569 | 2 years ago | | | 0.009 | 0.00051709794 | |
| 16754554 | 2 years ago | | | 0 | 0.00085840567 | |
| 16754552 | 2 years ago | | | 0 | 0.0010107372 | |
| 16754552 | 2 years ago | | | 0 | 0.0010107372 | |
| 16754549 | 2 years ago | | | 0 | 0.0010606064 | |
| 16754548 | 2 years ago | | | 0.009 | 0.00058981023 |
ABI
ABI objects
Getter at block 21217474
maxPerTx() view returns (uint32)
5
maxSupply() view returns (uint32)
999
minFeel() view returns (uint256)
3000000000000000
mintPrice() view returns (uint256)
3000000000000000
name() view returns (string)
Cosmos People Club (hot dog)
owner() view returns (address)
0x93aa5eab4ef3b177966623efb9e22caaab16530e
symbol() view returns (string)
CPC
totalSupply() view returns (uint256)
998
uriPrefix() view returns (string)
ipfs://QmdVnS8TW37deMr4QAXzAwtHyyjzgm9wUfpqiVLSthCNGk/
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 amount)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()