ZkStars.io 15

Verified contract

Active on Base with 8,432 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $31.74
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xfe60a2883f2abb1ac7e4269ffdfd24887e70299d90675399117d1de65c226e79
0xa90d751c23c50e3a42012028c3ae69c823edf9a3028b5d9a50ec91e54580d425
0x861438561da8e1a062544cb5a69780114baa28ebe93d73909c0f93ad010b7769
0x4b6da5b4be50c7ae6f9e1f0e0782f7290031861d14b99cb22e9e565541ce3d80
0xe38525e61767171785f4e6efd7ff09c95bd51c66ec301e4ca9a65b204d00bd81
0xf49f0609ef0d7de5d9c6e1f9824ad1421027a63c605d5db33dd71c97ac3fca0b
0xe27c6899e41e7ee0442d41a2416c036d93fc46b17da78c04e47d378c1860abd7
0x89e653c408e866511b273fa3c41fc0665535455446f783a1b2a1e929203d0a1c
0x5762149ca6191a23aab1d18ac9f869b182dbd093759bc72bb72983fb82f41da8
0x022178849095259719d52a5c4c7e12f0711def43479f64fb5a5738517e897e62

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