LightSloth
Verified contract
Proxy
Active on
Ethereum with 0 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "LightSloth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LightSloth"
ABI
ABI objects
Getter at block 21230563
baseURI() view returns (string)
https://sloth-nft.life/api/lightSloths/
disableTransferPeriod() view returns (uint256)
86400
maxPerAddressDuringMint() view returns (uint256)
10
name() view returns (string)
LightSloth
onMint() view returns (bool)
true
owner() view returns (address)
0x452ccc6d4a818d461e20837b417227ab70c72b56
royaltyBasis() view returns (uint256)
200
symbol() view returns (string)
LST
totalSupply() view returns (uint256)
67789
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getEquipments(uint256 tokenId) view returns ((uint256, address)[6])
isApprovedForAll(address owner, address operator) view returns (bool)
items(uint256, uint256) view returns (uint256 itemId, address itemAddr)
numberMinted(address sender) view returns (uint256)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
initialize()
mint(address sender, uint8 quantity)
receiveItem(address tokenOwner, address itemContractAddress, uint256 itemTokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendItem(address tokenOwner, address itemContractAddress, uint256 itemTokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setDisableTransferPeriod(uint256 newDisableTransferPeriod)
setItem(uint256 _tokenId, struct IEquipmentV2EquipmentTargetItem _targetItem, uint8 _targetItemType, address sender) returns (address)
setMaxPerAddressDuringMint(uint256 newNum)
setOnMint(bool newOnMint)
setSlothAddr(address newSlothAddr)
setSlothEquipmentAddr(address newSlothEquipmentAddr)
setSlothItemAddr(address newSlothItemAddr)
setSpecialSlothItemAddr(address newSpecialSlothItemAddr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()