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 "Slimies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19773337 | 7 months ago | | | 0 | 0.00025597907 | |
| 18808478 | a year ago | | | 0 | 0.00088509788 | |
| 16974485 | 2 years ago | | | 0 | 0.0012214209 | |
| 16974484 | 2 years ago | | | 0 | 0.0016712386 | |
| 16972100 | 2 years ago | | | 0 | 0.0011740428 | |
| 16972099 | 2 years ago | | | 0 | 0.00059855293 | |
| 16972099 | 2 years ago | | | 0 | 0.0016369911 | |
| 16972098 | 2 years ago | | | 0 | 0.0024797865 | |
| 16972098 | 2 years ago | | | 0 | 0.00059855293 | |
| 16972098 | 2 years ago | | | 0 | 0.0010508657 |
ABI
ABI objects
Getter at block 21290615
baseApiURI() view returns (string)
https://us-central1-toons-genesis-smart-contract.cloudfunctions.net/app/slimies/
cost() view returns (uint256)
10000000000000000
freeLimit() view returns (uint256)
3333
maxMintAmountPerTransaction() view returns (uint16)
5
maxMintAmountPerWallet() view returns (uint16)
5
maxSupply() view returns (uint256)
3333
name() view returns (string)
Slimies
owner() view returns (address)
0x63dec0c18f4f76c5b802c652e1e713924fb108d8
paused() view returns (bool)
false
symbol() view returns (string)
Slimies
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _airdropAddresses)
approve(address to, uint256 tokenId)
batchBurn(uint256[] _nftIds)
burn(uint256 _nftId)
gift(address _to, uint256 _mintAmount)
mint(uint256 _mintAmount) payable
mintExternal(address _address, uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBreedingContractAddress(address _bAddress)
setCost(uint256 _newCost)
setFreeLimit(uint256 _limit)
setMaxMintAmountPerWallet(uint16 _amount)
setMaxSupply(uint256 _supply)
setmaxMintAmountPerTransaction(uint16 _amount)
togglePause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _baseUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()