ZkStars.io 4

Verified contract

Active on Base with 11,743 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $39.57
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x02e4c88a7c6bf8a60bdd91728d5059e9cb6cf5cc3e1663c728682ec93dc3a0fc
0x7d4217105b671de346fe9469947a310e2df1def5bb59cad96fb79042f757bede
0xc4d5eb0c90780fec5d4d02518b09627e67cfa1c215ef7ca0576840d866a2ae5a
0x8b3d2723523ac1bf6cbc8aa8666d0bcd7af0dacb8f8b2d1c8697f8916cf22a52
0xf1174b28753def8b6e6bdab8eafa9b05e85bde379417a64855cc2010cbf2e430
0x0720126a417448c2323a1f136484804902aea9734901c2fa3863d7f7808bd0f6
0x69a7a210b08f21e8a40cbb4dda554aa05a06f7ec77cdabee3ec5646062cdd5de
0x081fe19585eccc49d8f280062618e42198d593b447e4e70a376076f49a52bda4
0x2ce7abf8a4eace659c77ef66490f56a6777f461e472c661ddf050e320aecded3
0x47abd4415ea9557ead959c75f7e31f943ab42bc8e0e659c915d98a6e6041928c

Functions
Getter at block 22744534
getPrice(view returns (uint256)
100000000000000
getRefPercent(view returns (uint256)
20
name(view returns (string)
ZkStars.io 4
symbol(view returns (string)
STARS
totalSupply(view returns (uint256)
11623
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
safeMint(address refpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setPrice(uint256 newPrice
setRefPercent(uint256 newPercent
transferFrom(address fromaddress touint256 tokenId
withdraw(address to
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address ownerstring baseURI_uint256 ref_precent_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ReentrancyGuardReentrantCall(