ZkStars.io 7
Verified contract
Active on
Base with 9,339 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.52)
Native
Value
$24.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00976 | $2,511.65 |
$24.51 | |
USA | ERC-20 | 1 | $0.001599 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 25 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21848034 | 5 minutes ago | | | 0.0001 | 5.2283195e-7 | |
| 21845549 | an hour ago | | | 0.0001 | 5.2732918e-7 | |
| 21842668 | 3 hours ago | | | 0.0001 | 4.2488326e-7 | |
| 21840949 | 4 hours ago | | | 0.0001 | 5.2732918e-7 | |
| 21840819 | 4 hours ago | | | 0.0001 | 5.2732918e-7 | |
| 21807577 | a day ago | | | 0.0001 | 5.2350809e-7 | |
| 21796083 | a day ago | | | 0.0001 | 5.2311062e-7 | |
| 21792194 | a day ago | | | 0.0001 | 5.2387934e-7 | |
| 21788595 | a day ago | | | 0.0001 | 5.2273172e-7 | |
| 21775982 | 2 days ago | | | 0.0001 | 5.2283195e-7 |
ABI
ABI objects
Getter at block 21848170
getPrice() view returns (uint256)
100000000000000
getRefPercent() view returns (uint256)
20
name() view returns (string)
ZkStars.io 7
symbol() view returns (string)
STARS
totalSupply() view returns (uint256)
9226
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
safeMint(address ref) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 newPrice)
setRefPercent(uint256 newPercent)
transferFrom(address from, address to, uint256 tokenId)
withdraw(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address owner, string baseURI_, uint256 ref_precent_)
This contract contains no fallback and receive objects.
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ReentrancyGuardReentrantCall()