Sherbet
Verified contract
Active on
Ethereum with 18,187 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 "Sherbet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213376 | 9 days ago | | | 0 | 0.00026388860 | |
| 21210243 | 9 days ago | | | 0 | 0.00044016714 | |
| 21090416 | a month ago | | | 0 | 0.00017790871 | |
| 21090413 | a month ago | | | 0 | 0.00015832130 | |
| 21089063 | a month ago | | | 0 | 0.00032113284 | |
| 21030544 | a month ago | | | 0 | 0.00032199516 | |
| 21011554 | a month ago | | | 0 | 0.00028355420 | |
| 21011482 | a month ago | | | 0 | 0.00037780204 | |
| 21010581 | a month ago | | | 0 | 0.00032850948 | |
| 21010494 | a month ago | | | 0 | 0.00037092072 |
ABI
ABI objects
Getter at block 21275387
baseTokenURI() view returns (string)
https://api.sherbet.com/tokens/
cost() view returns (uint256)
77000000000000000
maxMintable() view returns (uint256)
4
maxPreSaleMintTotal() view returns (uint256)
6000
maxSupply() view returns (uint256)
7777
name() view returns (string)
Sherbet
owner() view returns (address)
0xe2665358fcd9ecd3f40fe4d1d87d473236180202
preSaleStatus() view returns (bool)
false
publicSaleStatus() view returns (bool)
true
symbol() view returns (string)
SHERBET
totalSupply() view returns (uint256)
7777
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)
State-modifying
Events airDrop(address[] _to)
approve(address to, uint256 tokenId)
mint(uint256 _number) 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 _newBaseUri)
setCost(uint256 _newCost)
setPreSaleStatus(bool _status)
setPublicSaleStatus(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistAddresses(address[] _addresses)
withdrawAllFunds(address _to)
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)
TokenMinted(uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.