Star Chain Server
Verified contract
Active on
Ethereum with 4 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 "Star Chain Server"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17897523 | a year ago | | | 0 | 0.0029959320 | |
| 17897511 | a year ago | | | 0 | 0.0030253390 | |
| 17897419 | a year ago | | | 0 | 0.0030909985 | |
| 17890214 | a year ago | | | 0 | 0.00055010110 |
ABI
ABI objects
Getter at block 21329954
boxAddress() view returns (address)
0x0000000000000000000000000000000000000000
getUri() view returns (string)
https://nft.starlinkserver.cc/
manager() view returns (address)
0x5d5f65cf0f2ae2a89e08f5601d64e4645c895083
name() view returns (string)
Star Chain Server
owner() view returns (address)
0x5d5f65cf0f2ae2a89e08f5601d64e4645c895083
symbol() view returns (string)
SCS
totalSupply() view returns (uint256)
3
Read-only
balanceOf(address owner) view returns (uint256)
cids(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getCards(address account) view returns (uint256[] tokenIds)
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 approve(address to, uint256 tokenId)
mint(address to, uint256 id, string cid)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBox(address box)
setCID(uint256 id, string cid)
setManager(address account)
setURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address account, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.