Cel Mates Crime Reports
Verified contract
Active on
Ethereum with 11,004 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8b66…b635
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x8b66…b635 | ERC-1555 | 22 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249953 | 4 days ago | | | 0 | 0.00045635898 | |
| 21243707 | 5 days ago | | | 0 | 0.00086230220 | |
| 21237130 | 6 days ago | | | 0 | 0.0012072336 | |
| 21226470 | 8 days ago | | | 0 | 0.00047070273 | |
| 21214713 | 9 days ago | | | 0 | 0.00087688246 | |
| 21147425 | 19 days ago | | | 0 | 0.00017696175 | |
| 21099564 | 25 days ago | | | 0 | 0.00022391623 | |
| 21089637 | a month ago | | | 0 | 0.00023950819 | |
| 21024362 | a month ago | | | 0 | 0.00030816462 | |
| 21022381 | a month ago | | | 0 | 0.00087820637 |
ABI
ABI objects
Getter at block 21282059
BASE_URI() view returns (string)
ipfs://QmWcJUXE9a5v212rbdZYF7RsEWdBKJb6DA4b6ABUphRHg2/
currentPhase() view returns (uint8)
1
mintIndex() view returns (uint256)
4207
name() view returns (string)
Cel Mates Crime Reports
owner() view returns (address)
0x5856f106f8a3bc0d8fdb430f26fb0978262bd807
symbol() view returns (string)
CRIMES
Read-only
balanceOf(address owner) view returns (uint256)
celblocks(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnedCrimes(address _owner) 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 _celId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeMintPrice(uint256 _newPrice)
checkWardenList(address _toCheck, bytes _sig)
claim(uint256 _celblock, uint256 _amount, bytes _signature) payable
claimKey(uint256 _celblock)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
safeMint(address _to, uint256[] _celblocks, uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAddresses(address _vault, address _nsAddress, address _contraband)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setMintPhase(uint8 _phase)
setSigner(address _signer)
setUriMode(bool _flag)
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.
OperatorNotAllowed(address operator)