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 "Slime"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19126402 | 10 months ago | | | 0 | 0.00049330207 | |
| 18962223 | 10 months ago | | | 0 | 0.00049213564 | |
| 16718133 | 2 years ago | | | 0 | 0.00070446775 | |
| 16087976 | 2 years ago | | | 0 | 0.00053016210 | |
| 15620295 | 2 years ago | | | 0 | 0.00090172001 | |
| 15606761 | 2 years ago | | | 0 | 0.00057594944 | |
| 15300313 | 2 years ago | | | 0 | 0.00065671713 | |
| 15242030 | 2 years ago | | | 0 | 0.00031572427 | |
| 15039508 | 2 years ago | | | 0 | 0.00047774756 | |
| 15010519 | 2 years ago | | | 0 | 0.00098524629 |
ABI
ABI objects
Getter at block 21213911
amountForDevs() view returns (uint256)
50
collectionSize() view returns (uint256)
5000
freeMintSize() view returns (uint256)
1500
isPublicSaleOn() view returns (bool)
true
maxPerAddressDuringMint() view returns (uint256)
10
name() view returns (string)
Slime
owner() view returns (address)
0x610ebc15956fac14ad5e2469e33dace94ded6993
saleConfig() view returns (uint32 publicSaleStartTime, uint64 publicPriceWei)
(publicSaleStartTime=1653975000, publicPriceWei=0)
symbol() view returns (string)
SLIME
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address minter) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 quantity)
mint(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)
setupNonAuctionSaleInfo(uint64 publicPriceWei, uint32 publicSaleStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForDevs_, uint256 freeMintSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()