Lofi Originals
Verified contract
Active on
Ethereum with 12,031 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 "Lofi Originals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161128 | 6 days ago | | | 0 | 0.00068108438 | |
| 21106169 | 13 days ago | | | 0 | 0.000086867055 | |
| 21104829 | 13 days ago | | | 0 | 0.00010200960 | |
| 21072352 | 18 days ago | | | 0 | 0.00084717960 | |
| 21025497 | 25 days ago | | | 0 | 0.00014710329 | |
| 21018560 | 25 days ago | | | 0 | 0.00015046748 | |
| 21018539 | 25 days ago | | | 0 | 0.00015301440 | |
| 20997469 | a month ago | | | 0 | 0.00025477200 | |
| 20984314 | a month ago | | | 0 | 0.0011980508 | |
| 20881467 | a month ago | | | 0 | 0.00030392993 |
ABI
ABI objects
Getter at block 21201063
baseURI() view returns (string)
https://lo.mypinata.cloud/ipfs/QmSYJa1fFaMxYgieoBgpavNoP96wKpho6HbFk4AQTeLq1h/
getSalesStatus() view returns (bool onlyWhitelist, bool mintingEnabled)
(onlyWhitelist=false, mintingEnabled=false)
name() pure returns (string)
Lofi Originals
owner() view returns (address)
0xe751ea7f3005312b63711fac8487facaaaa841e4
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() pure returns (string)
LO
totalSupply() view returns (uint16)
5555
Read-only
amountMinted(address) view returns (uint8)
amountPreMinted(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFamMsg(address _wallet) pure returns (bytes32)
getOgMsg(address _wallet) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchMintFromReserve(uint256[] amount, address[] to)
famMint(bytes sig) payable
mint(uint256 amount) payable
mintFromReserve(uint256 amount, address to)
ogMint(bytes sig, uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setOpenseaProxyRegistry(address addr)
setRoyaltyPercent(uint256 amount)
togglePresale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(uint256 _royalty, address _openseaProxyRegistry, string _tempBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.