Slowths
Verified contract
Active on
Ethereum with 1,685 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 "Slowths"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910585 | a year ago | | | 0 | 0.00047497157 | |
| 16690175 | 2 years ago | | | 0 | 0.0014247275 | |
| 16664361 | 2 years ago | | | 0 | 0.0013147932 | |
| 16410146 | 2 years ago | | | 0 | 0.00074079499 | |
| 16302090 | 2 years ago | | | 0 | 0.00070899422 | |
| 16299331 | 2 years ago | | | 0 | 0.00042725166 | |
| 16190587 | 2 years ago | | | 0 | 0.0011029260 | |
| 16190022 | 2 years ago | | | 0 | 0.00076942160 | |
| 16190021 | 2 years ago | | | 0 | 0.00076720025 | |
| 16189972 | 2 years ago | | | 0 | 0.00072732109 |
ABI
ABI objects
Getter at block 21218310
MAX_FREE_MINT() view returns (uint256)
1
MAX_PER_WALLET() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
3333
MAX_TEAM_MINT() view returns (uint256)
100
MINT_PRICE() view returns (uint256)
2000000000000000
_teamMinted() view returns (uint256)
100
name() view returns (string)
Slowths
owner() view returns (address)
0xc6eda14e42fdec781c564c3422d5fc3572e9d1fe
publicSale() view returns (bool)
true
symbol() view returns (string)
SLOWTHS
totalSupply() view returns (uint256)
3233
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)
publicAddressMintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 _quantity)
mintPublic(uint256 _quantity) payable
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_)
setPublicSale(bool toggle)
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)
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()