Skeletal Cats
Verified contract
Active on
Ethereum with 3,744 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 "Skeletal Cats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20071073 | 6 months ago | | | 0 | 0.00099059910 | |
| 19819699 | 7 months ago | | | 0 | 0.00017263108 | |
| 19819699 | 7 months ago | | | 0 | 0.00015971056 | |
| 19785951 | 7 months ago | | | 0 | 0.00014311589 | |
| 19308679 | 10 months ago | | | 0 | 0.00068903924 | |
| 18920513 | a year ago | | | 0 | 0.00071009459 | |
| 18898105 | a year ago | | | 0 | 0.00060012599 | |
| 18803068 | a year ago | | | 0 | 0.00079362755 | |
| 18514741 | a year ago | | | 0 | 0.0012178266 | |
| 18293849 | a year ago | | | 0 | 0.00014348270 |
ABI
ABI objects
Getter at block 21395862
allowlistMerkleRoot() view returns (bytes32)
0x4723b950eea19298851017d1528020172736e1bcaca6a88b2ad1c00357632c95
allowlistMintPrice() view returns (uint256)
0
availableTokenCount() view returns (uint256)
0
maxAvailableSupply() view returns (uint256)
3333
metadataIsFrozen() view returns (bool)
false
mintPrice() view returns (uint256)
0
name() view returns (string)
Skeletal Cats
owner() view returns (address)
0xc294d3fae2b67392749717dec31f855edb16e724
phase() view returns (uint8)
2
symbol() view returns (string)
SKTLCAT
tokenCount() view returns (uint256)
3333
waitlistMerkleRoot() view returns (bytes32)
0x7ac4ba93cd3445ae492a6e6e3598fa54ddeed887644bf2b7a75b2c98a0434b9f
Read-only
addressToMints(uint8, address) view returns (uint256 _numberOfMintsByAddress)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnAllowList(bytes32[] merkleProof, address sender) view returns (bool)
isOnWaitlist(bytes32[] merkleProof, address sender) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adjustMintPrice(uint256 allowlistNewPrice_, uint256 newPrice_)
approve(address to, uint256 tokenId)
disbursePayments(address[] payees_, uint256[] amounts_)
drawRaffle()
enterPhase(uint8 phase_)
freezeMetadata()
mint(uint256 count) payable
mintAllowlist(uint256 count, bytes32[] merkleProof) payable
mintWaitlist(uint256 count, bytes32[] merkleProof) payable
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
ownerMint(address[] payees_, uint256[] counts)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAllowlistRoot(bytes32 _merkleRoot)
updateWaitlistRoot(bytes32 _merkleRoot)
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)
RaffleWinner(uint256 winner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.