Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5a35…db5f
Balances ($0.00)
No balances found for "Solars-404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21127525 | 16 days ago | | | 0 | 0.000000090319913853 | |
| 21127523 | 16 days ago | | | 0 | 0.000000090319913853 | |
| 21127519 | 16 days ago | | | 0 | 0.000000090319913853 | |
| 21127517 | 16 days ago | | | 0 | 0.000000090319913853 | |
| 21127516 | 16 days ago | | | 0 | 0.000000090319913853 | |
| 21127514 | 16 days ago | | | 0 | 0.000000090319913853 | |
| 21127512 | 16 days ago | | | 0 | 0.000000090319913853 | |
| 21127511 | 16 days ago | | | 0 | 0.000000090319913853 | |
| 21127509 | 16 days ago | | | 0 | 0.000000090319913853 | |
| 21127507 | 16 days ago | | | 0 | 0.000000090319913853 |
ABI
ABI objects
Getter at block 21823109
decimals() view returns (uint8)
18
minted() view returns (uint256)
19856
name() view returns (string)
Solars-404
owner() view returns (address)
0xea1151941e66faab319019628f9f26e03430d49a
renderer() view returns (address)
0x5a35ab0813ec702ee1ad266dcea7c8e91656db5f
symbol() view returns (string)
SLRS
totalSupply() view returns (uint256)
2500000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
getStarType(uint256 tokenId) view returns (string)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
updateRenderer(address _address)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _renderer, address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()