ZkStars.io 13

Verified contract

Active on Base with 8,264 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $24.79
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0x8d50ca72e8a722767227ee0e510c9ac74996a5fd611e73e94234cde25f2d3dc8
0xbcb36153188b2371c61a95e58a56bfe9a2981eeca5b9920b2d6ce04196752cfc
0xbe35eeddb9b1c26749ecc6141053842e4ceb79f011ec91e3ffbbfef2ebf1ff07
0x5c0be0749a9ff512291a2a34315125a86d3d7bfface3105173e15f0121a87e37
0x23331093dbf96848580f79171f8c517903ad03ed11b91d8d570e6c4350472710
0xb807f96abfb3e89b433d214b9a7508675a0d5c55ac70e85fb0348863811d09b3
0x8f1aab427a5a3387169aea18009949457a9630bba454559712773014a67a6d8b
0xa7ea8a2b107ae189882d7cbdb688d892ee3f8b2b0a84da40d82eb6a01874d49d
0x6d2f6f9677e4901081ab53af67da7b63a8be1d6675ba2efecdd4571a72b69e81
0xc5971707b10cbe17852c249de2b04b354dc1913788be78cdd64bd80e4318dce1

Functions
Getter at block 22760227
getPrice(view returns (uint256)
100000000000000
getRefPercent(view returns (uint256)
20
name(view returns (string)
ZkStars.io 13
symbol(view returns (string)
STARS
totalSupply(view returns (uint256)
8160
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(