L O V E L E T T E R S from jlove featuring a Compilation of Hugs by The Alice Tsai

Verified contract

Proxy

Active on Ethereum with 46 txns
Deployed by via 0x78148811 at 16641649
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 48 additional slots
3 additional variables
Native
Value $0.05
0x7229e2ba340298f4a3b1a0eb4aefeb78486bd3fe7a54c97ec3a6c13e3db2979d
0xb88b1664e185e833c7914f105140fcb1055fd64c8a07dcaa1d54320c75ca0a83
0xdf50383571439d62b9798c35bb23a2d220d3f449c780977ece9638adbb3175ac
0x939620aac764effd60720cab501b95cc3c7b2face37b5bb3e997fba7318c4aba
0xec6da79aecccbf3b1e0eda16ade698f4123cda0ff096e13762a7b7edaebd997a
0x5a560c3e2470b81b7ab0857451a714ff4bc36a5d2d4ce0ccabc544e61825c8c8
0xe0b727555aa18aff99de7c9c61f4a97f934a3d340c186eb4f3453c34dacd25d3
0xda7a582011e09a3313d30d0d5f749614e9a4e54c8c0373298a343b0b365ab62a
0xaf79ef1d075959f4df9f099d9128c9ae64407f9b4080f0f273ee9bd7cfc92f99
0x5e87104e01b01401c99a121f1778f9993dc76113ff3fbebf839afa8fab819ee1

Functions
Getter at block 21314066
IS_PUBLIC_MINTING_OPEN(view returns (bool)
true
MAX_MINTS_PER_WALLET(view returns (uint256)
0
MINT_FEE(view returns (uint256)
0
ammountWithdrawn(view returns (uint256)
0
 
contractURI(view returns (string)
lockBaseUri(view returns (bool)
false
name(view returns (string)
L O V E L E T T E R S from jlove featuring a Compilation of Hugs by The Alice Tsai
owner(view returns (address)
0x7d38ae457a3e24e5af60a637638e134c97e2a1d5
placeholderImage(view returns (string)
remaining(view returns (uint256)
0
reserve(view returns (uint256)
0
royaltyBasis(view returns (uint256)
1000
symbol(view returns (string)
HUGS
totalSupply(view returns (uint256)
1111
version(pure returns (string)
2.0.2
Read-only
accountMintCount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintsUsed(address accountview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTokenAvailable(uint256 tokenIDview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 quantity
airdrop(address[] to
approve(address touint256 tokenId
changeBaseUri(string baseURI_
changeMintFee(uint256 mintFee_
changeMintLimit(uint256 mintLimit_
changePlaceholderImage(string placeholderImage_
initialize(string name_string symbol_string baseURI_address ownerAddress_uint256 mintFee_uint256 size_address whiteListSignerAddress_uint256 mintLimit_uint256 royaltyBasis_string placeholderImage_
mint(uint256 quantitypayable 
mintTo(address recipientuint256 quantitypayable 
mintWithSignature(bool isFreeaddress touint256 customFeeuint256 limituint256 quantitybytes signaturepayable 
permanentlyLockBaseUri(
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
togglePublicMinting(
transferBalance(address touint256 ammount
transferERC20Balance(address erc20ContractAddressaddress touint256 ammount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateReserveAmmount(uint256 ammount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(