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 "Slothz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246722 | 3 days ago | | | 0 | 0.00069064561 | |
| 21243388 | 3 days ago | | | 0 | 0.0013372880 | |
| 21072765 | a month ago | | | 0 | 0.00060653406 | |
| 20502904 | 3 months ago | | | 0 | 0.000044983045 | |
| 20376607 | 4 months ago | | | 0 | 0.00025789396 | |
| 19609396 | 8 months ago | | | 0 | 0.00029161096 | |
| 19483727 | 8 months ago | | | 0 | 0.0015206028 | |
| 19458729 | 8 months ago | | | 0 | 0.0022248480 | |
| 19407501 | 9 months ago | | | 0 | 0.0028600056 | |
| 19316432 | 9 months ago | | | 0 | 0.0016826709 |
ABI
ABI objects
Getter at block 21265093
METADATA_PROVENANCE_HASH() view returns (string)
availableToken() view returns (uint256)
9999
contractURI() pure returns (string)
https://www.slothz.io/contract-info.json
maxPurchaseSize() view returns (uint256)
20
name() view returns (string)
Slothz
owner() view returns (address)
0x5afa5fc631a787ecbb19f5faa8b83c3234d7b84e
paused() view returns (bool)
false
price() view returns (uint256)
45000000000000000
symbol() view returns (string)
SLOTHz
totalSupply() view returns (uint256)
4903
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintSlothz(uint256 _count) payable
ownerMint(uint256 _count, address to)
pause(bool val)
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)
setPrice(uint256 _price)
setProvenanceHash(string _hash)
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, string theBaseURI, address theOwner1, address theOwner2, address theOwner3, address theOwner4, uint256 numToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.