LoFiSkylines
Verified contract
Active on
Ethereum with 1,372 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LFSL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20974422 | 2 months ago | | | 0 | 0.00043560435 | |
| 20855514 | 3 months ago | | | 0 | 0.00033622487 | |
| 19759318 | 8 months ago | | | 0 | 0.00041342779 | |
| 19138047 | a year ago | | | 0 | 0.00078024523 | |
| 19100091 | a year ago | | | 0 | 0.00050498424 | |
| 18910325 | a year ago | | | 0 | 0.00049338444 | |
| 18910118 | a year ago | | | 0 | 0.00044567393 | |
| 18909615 | a year ago | | | 0 | 0.00046773933 | |
| 18908691 | a year ago | | | 0 | 0.00058052189 | |
| 18902712 | a year ago | | | 0 | 0.00057941368 |
ABI
ABI objects
Getter at block 21424351
contractURI() view returns (string)
max_supply() view returns (uint256)
3333
name() view returns (string)
LoFiSkylines
owner() view returns (address)
0x7682969b74d73dd72963fdb353476a5c3cecf786
symbol() view returns (string)
LFSL
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
baseImg(string fg, string bg) view returns (string)
bytes32ToString(bytes32 _bytes32) pure returns (string)
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)
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAnimationCode(string newAnimationCode)
setAnimationURI(string newAnimationURI)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI_)
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 openseaProxyRegistry_)
This contract contains no fallback and receive objects.
This contract contains no error objects.