Cryptocrats
Verified contract
Active on
Ethereum with 1,464 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 "Cryptocrats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19757441 | 7 months ago | | | 0 | 0.00012857216 | |
| 19388692 | 9 months ago | | | 0 | 0.0018680613 | |
| 18916543 | a year ago | | | 0 | 0.00037661580 | |
| 18916533 | a year ago | | | 0 | 0.00039547576 | |
| 18906818 | a year ago | | | 0 | 0.00079215702 | |
| 17115373 | 2 years ago | | | 0 | 0.0016374383 | |
| 16950564 | 2 years ago | | | 0 | 0.00095225718 | |
| 16770752 | 2 years ago | | | 0 | 0.0013479399 | |
| 16639062 | 2 years ago | | | 0 | 0.0013663860 | |
| 16628209 | 2 years ago | | | 0 | 0.00098444830 |
ABI
ABI objects
Getter at block 21301773
MAX_PER_TXN() view returns (uint256)
10
MAX_PER_WALLET() view returns (uint256)
50
MAX_SUPPLY() view returns (uint256)
10000
isSaleActive() view returns (bool)
true
name() view returns (string)
Cryptocrats
owner() view returns (address)
0x01a9c173466308a283c1fa7f3986da8e1bde5b72
symbol() view returns (string)
CRAT
totalSupply() view returns (uint256)
10000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
toggleSaleActive()
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()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()