Katatonik
Verified contract
Active on
Ethereum with 4,873 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 "Katatonik"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21009055 | a month ago | | | 0 | 0.00043631408 | |
| 21009003 | a month ago | | | 0 | 0.00046929047 | |
| 20997759 | a month ago | | | 0 | 0.00023488550 | |
| 20917340 | a month ago | | | 0 | 0.00031367384 | |
| 20917332 | a month ago | | | 0 | 0.00031197516 | |
| 20649604 | 3 months ago | | | 0 | 0.000033341981 | |
| 20649101 | 3 months ago | | | 0 | 0.000041961791 | |
| 20605444 | 3 months ago | | | 0 | 0.000031479500 | |
| 20562607 | 3 months ago | | | 0 | 0.000057360186 | |
| 20425679 | 4 months ago | | | 0 | 0.00020710723 |
ABI
ABI objects
Getter at block 21228235
animatedBaseURI() view returns (string)
collectionSize() view returns (uint256)
9999
crossmint() view returns (address)
0xdab1a1854214684ace522439684a145e62505233
getMinted() view returns (uint256)
0
isStartingIndexLocked() view returns (bool)
true
name() view returns (string)
Katatonik
owner() view returns (address)
0x0d357823677665ae28fc1ff7d0ab1ce06478dd60
preRevealBaseURI() view returns (string)
https://meta.katatonik.xyz/
provenanceHash() view returns (string)
bb1a8ca3e785b7dd8d50a2f1d4f094b9215cedb0de52b0af5898e08c47451295
signingAddress() view returns (address)
0xe61627e06d28c764ef926865a25076efb1c7ce15
startingIndex() view returns (uint256)
1259
startingIndexTimestamp() view returns (uint256)
1658598581
staticBaseURI() view returns (string)
https://meta.katatonik.xyz/unlocked/metadata/
symbol() view returns (string)
KATS
totalSupply() view returns (uint256)
2501
treasuryAddress() view returns (address)
0x84afe264ea13aeaf13c4ac56eed68b90242c960b
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenID) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
crossMint(bytes signature, uint256 quantity, uint256 maxMintable, address to) payable
devMint(address to, uint256 quantity)
mint(bytes signature, uint256 quantity, uint256 maxMintable) payable
privateCrossMint(bytes signature, uint256 quantity, uint256 maxMintable, address to) payable
privateMint(bytes signature, uint256 quantity, uint256 maxMintable) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAnimatedBaseURI(string newBaseURI)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setCollectionSize(uint256 size)
setCrossmint(address _crossmint)
setIsAnimated(bytes signature, uint256 tokenID, bool isAnimated)
setPreRevealBaseURI(string newBaseURI)
setRoyaltyInfo(uint96 newRoyaltyPercentage)
setSigningAddress(address newSigningAddress)
setStartingIndex()
setTreasuryAddress(address newAddress)
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)
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(address defaultTreasury, uint256 defaultCollectionSize, uint256 toTreasury, string defaultPreRevealBaseURI, address signer)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
CallerIsNotOwner()
CanOnlyBeDecreased()
CannotSetZeroAddress()
CollectionTooSmall()
IncorrectSignature()
MaxMinted()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NonExistentToken()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()