Casual Sloths
Verified contract
Active on
Ethereum with 13,773 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 "Casual Sloths"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20902901 | a month ago | | | 0 | 0.000079779206 | |
| 20866756 | a month ago | | | 0 | 0.00026863915 | |
| 20842235 | a month ago | | | 0 | 0.00039526100 | |
| 20842234 | a month ago | | | 0 | 0.00069013197 | |
| 20842206 | a month ago | | | 0 | 0.00031062387 | |
| 20842170 | a month ago | | | 0 | 0.00062301840 | |
| 20836680 | 2 months ago | | | 0 | 0.0012034044 | |
| 20802498 | 2 months ago | | | 0 | 0.00050500952 | |
| 20783498 | 2 months ago | | | 0 | 0.0011496486 | |
| 20780011 | 2 months ago | | | 0 | 0.0016365717 |
ABI
ABI objects
Getter at block 21167092 getBalance() view returns (uint256)
MAX_NFT_TRX() view returns (uint256)
10
MAX_NFT_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
4444
RESERVED_AMOUNT() view returns (uint256)
200
allowListEnabled() view returns (bool)
true
claimTokensEnabled() view returns (bool)
false
isRevealed() view returns (bool)
true
name() view returns (string)
Casual Sloths
owner() view returns (address)
0x1eb1ea9f19d14fec432714f4db7aa2240864246c
publicSalePhase() view returns (bool)
false
symbol() view returns (string)
CSLOTHS
totalSupply() view returns (uint256)
4444
vaccinationPhase() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isVaccinated(uint256 skip, uint256 take) view returns (struct SlothsVaccinationStatus[])
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalStake(address _owner) view returns (uint256)
State-modifying
Events adopt(uint256 quantity, bytes32[] _proof)
approve(address to, uint256 tokenId)
claimTokens()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_, string suffix)
setMaxPerWallet(uint256 _max)
setRoot(uint256 _root)
setTokenContract(address _contract, address _wallet)
setVaccinationContract(address _contract)
toggleAllowlist()
toggleClaimTokens()
togglePublicSalePhase()
toggleReveal()
toggleVaccinationPhase()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vaccinateSloths(uint256[] tokenIds)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()