SavageKittens
Verified contract
Active on
Ethereum with 628 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 "SavageKittens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20646324 | 3 months ago | | | 0 | 0.000052560883 | |
| 20597977 | 3 months ago | | | 0 | 0.000047105371 | |
| 20477144 | 4 months ago | | | 0 | 0.00023918194 | |
| 18657310 | a year ago | | | 0 | 0.0014222663 | |
| 16877023 | 2 years ago | | | 0 | 0.0013965831 | |
| 16734162 | 2 years ago | | | 0 | 0.0012569584 | |
| 16732503 | 2 years ago | | | 0 | 0.0016726739 | |
| 16725466 | 2 years ago | | | 0 | 0.00085335559 | |
| 16640753 | 2 years ago | | | 0 | 0.0011555094 | |
| 16388177 | 2 years ago | | | 0 | 0.00088928071 |
ABI
ABI objects
Getter at block 21328552
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmYM8ewwPkEpcZGXoTerVcnzsT1J17XEc1Z7nipBwaoC3w/
maxPerTx() view returns (uint256)
20
maxPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
7000
name() view returns (string)
SavageKittens
owner() view returns (address)
0x46a4ed210daf81801c80cf47b63dff0283b8ae17
symbol() view returns (string)
SavageKittens
totalSupply() view returns (uint256)
7000
unrevealedTokenURI() view returns (string)
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)
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)
setIsActive(bool _isActive)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string name, string symbol, address ownerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()