Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.28)
Native
Value
$3.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00099 | $3,311.46 |
$3.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12008778 | 8 months ago | | | 0.00099 | 0.00015947221 | |
| 3308493 | a year ago | | | 0 | 0.0000035820068 | |
| 3257640 | a year ago | | | 0.00099 | 0.0000011343576 | |
| 3257628 | a year ago | | | 0.00099 | 0.0000011362073 | |
| 3257356 | a year ago | | | 0.00297 | 0.0000079014031 | |
| 3257309 | a year ago | | | 0.0099 | 0.0000094891862 | |
| 3257283 | a year ago | | | 0.00495 | 0.0000012520415 | |
| 3257202 | a year ago | | | 0.00495 | 0.0000012631678 | |
| 3257164 | a year ago | | | 0.00495 | 0.0000083550554 | |
| 3257143 | a year ago | | | 0.00198 | 0.0000011672150 |
ABI
ABI objects
Getter at block 22920166
MAX_PER_TXN() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
10000
isSaleActive() view returns (bool)
true
name() view returns (string)
Cryptocrats
owner() view returns (address)
0x6ac5559d5f4d043c11596efd70758cd788e08212
symbol() view returns (string)
CRAT
tokenPrice() view returns (uint256)
990000000000000
totalSupply() view returns (uint256)
150
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) payable
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
toggleSaleActive()
transferFrom(address from, address to, uint256 tokenId) payable
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()