Crusty Cum Rags
Verified contract
Active on
Ethereum with 3,806 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 "Crusty Cum Rags"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20667787 | 3 months ago | | | 0 | 0.000027928395 | |
| 20251441 | 5 months ago | | | 0 | 0.000084245780 | |
| 19996607 | 6 months ago | | | 0 | 0.00010142884 | |
| 18053417 | a year ago | | | 0 | 0.00024977536 | |
| 18007441 | a year ago | | | 0 | 0.00079018595 | |
| 17515892 | a year ago | | | 0 | 0.0011170027 | |
| 16977039 | 2 years ago | | | 0 | 0.0017527074 | |
| 16916256 | 2 years ago | | | 0 | 0.00079577818 | |
| 16901204 | 2 years ago | | | 0 | 0.00098176079 | |
| 16840889 | 2 years ago | | | 0 | 0.0015426778 |
ABI
ABI objects
Getter at block 21399483
SUPPLY() view returns (uint256)
3328
baseURI() view returns (string)
ipfs://QmRwiP51E68p2EtEHNLtUaE7bTCHcyshpHn9q9euLXRpt2/
name() view returns (string)
Crusty Cum Rags
owner() view returns (address)
0x3184927e8e43e444f7eee06d8a4f872bd4136a87
paused() view returns (bool)
false
symbol() view returns (string)
CUM
tokenLimit() view returns (uint256)
2
totalSupply() view returns (uint256)
3328
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 airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
flipPaused()
mint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
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)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()