LoFiStargazer
Verified contract
Active on
Ethereum with 459 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf7c2…a960
Balances ($0.00)
No balances found for "LoFiStargazer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18889201 | a year ago | | | 0 | 0.00098027833 | |
| 16940799 | 2 years ago | | | 0 | 0.0016273193 | |
| 16344713 | 2 years ago | | | 0 | 0.00087980870 | |
| 16307724 | 2 years ago | | | 0 | 0.00074872569 | |
| 16278395 | 2 years ago | | | 0 | 0.0010771738 | |
| 16012115 | 2 years ago | | | 0 | 0.0011565435 | |
| 15914054 | 2 years ago | | | 0 | 0.00053466955 | |
| 15764108 | 2 years ago | | | 0 | 0.00059494853 | |
| 15741892 | 2 years ago | | | 0 | 0.00089055929 | |
| 15343949 | 2 years ago | | | 0 | 0.00060122058 |
ABI
ABI objects
Getter at block 21313257
animationURI() view returns (string)
ipfs://QmVUjhbhR4rG9vd8BpzfZhDHPDmNPYH8eh7NbVfWAF367i/?seed=
name() view returns (string)
LoFiStargazer
owner() view returns (address)
0x7682969b74d73dd72963fdb353476a5c3cecf786
purchased() view returns (uint256)
7
symbol() view returns (string)
LFSG
totalSupply() view returns (uint256)
846
Read-only
balanceOf(address owner) view returns (uint256)
baseImg(string fg, string bg) pure returns (string)
bytes32ToString(bytes32 _bytes32) pure returns (string)
canTokenClaim(uint256 _token) view returns (bool)
fromHex(string s) pure returns (uint256)
fromHexChar(uint8 c) pure returns (uint8)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnersOpenSeaProxy(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
strSlice(uint256 begin, uint256 end, string text) pure returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
toByte(uint8 _uint8) pure returns (bytes1)
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)
freeClaim()
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAnimationURI(string newAnimationURI)
setApprovalForAll(address operator, bool approved)
setOpenSeaRegistry(address proxyRegistryAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _admin, string _animationURI, address _skylines, address openseaProxyRegistry_)
This contract contains no fallback and receive objects.
This contract contains no error objects.