Roaring Kitteh
Verified contract
Active on
Ethereum with 889 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($136.30)
Native
Value
$113.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.031671 | $3,581.01 |
$113.42 | |
WETH | ERC-20 | 0.006391 | $3,580.83 |
$22.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21184311 | 14 days ago | | | 0 | 0.0017019360 | |
| 21114348 | 24 days ago | | | 0 | 0.00028635238 | |
| 21048921 | a month ago | | | 0 | 0.00020758279 | |
| 21048448 | a month ago | | | 0 | 0.00021936274 | |
| 21022038 | a month ago | | | 0 | 0.00097669708 | |
| 21015419 | a month ago | | | 0 | 0.00058056471 | |
| 21001213 | a month ago | | | 0 | 0.00048465703 | |
| 20989442 | a month ago | | | 0 | 0.00069699664 | |
| 20977599 | a month ago | | | 0 | 0.00058058743 | |
| 20973350 | a month ago | | | 0 | 0.00083379390 |
ABI
ABI objects
Getter at block 21288109
MAX_PURCHASE() view returns (uint256)
11
MAX_TOKENS() view returns (uint256)
5555
freeMintActive() view returns (bool)
false
name() view returns (string)
Roaring Kitteh
owner() view returns (address)
0xed48b69b1c0cb424bc2213fb13a26ec4f020629d
preSaleIsActive() view returns (bool)
false
saleIsActive() view returns (bool)
false
symbol() view returns (string)
kitteh
tokenPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
canMint(address wallet) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address to, uint256 numberOfTokens)
airdrop(address[] addresses, uint256 amt_each)
approve(address to, uint256 tokenId)
flipSaleState()
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseURI)
setRoyalties(uint16 _royalties)
setRoyaltyReceiver(address receiver)
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)
ROYALTIESUPDATED(uint256 royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)