Lofi Dreamers
Verified contract
Active on
Ethereum with 1,735 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 Dreamers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19811431 | 7 months ago | | | 0 | 0.00045451324 | |
| 18819387 | a year ago | | | 0 | 0.0030400921 | |
| 18515272 | a year ago | | | 0 | 0.0019038992 | |
| 18343241 | a year ago | | | 0 | 0.00055229614 | |
| 17493843 | a year ago | | | 0 | 0.0014965402 | |
| 17493840 | a year ago | | | 0 | 0.0022011178 | |
| 17477338 | a year ago | | | 0 | 0.00096205714 | |
| 17477331 | a year ago | | | 0 | 0.00094392606 | |
| 17477326 | a year ago | | | 0 | 0.00095931227 | |
| 17477322 | a year ago | | | 0 | 0.00097352236 |
ABI
ABI objects
Getter at block 21247741
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
5900000000000000
maxPerTx() view returns (uint256)
5
maxPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
3333
name() view returns (string)
Lofi Dreamers
notRevealedURI() view returns (string)
ipfs://QmZaHJkGNYpyvV7oJYWd8wMFSCCwcusc3wiycu3pZiWxpJ/1.json
owner() view returns (address)
0x56ad8e5fe4b8b6ad0465a16e8e2e8bf57faaead6
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
LD
totalSupply() view returns (uint256)
3333
uriPrefix() view returns (string)
ipfs://QmQCxRtqqhPVxgsk25gsuXoa8TKebpFm6CqRqDNvsdN2FS/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintClaimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events MassAirdrop(uint256 amount, address[] _receivers)
approve(address operator, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintToAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _MaxSupply)
setNotRevealedURI(string _notRevealedURI)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()