This contract is being backfilled. You may encounter incomplete storage history.

LOVE SBT

Verified contract

Active on Base with 10,226 txns
Deployed by via 0x89b0e5da at 14584990
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional variables
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x5d472ce66eeec2cdce9555c24373d1344172341ccea637ba6ca93231882b83d8
0x8c328ff0e4701e942c00e729507c720d40bd6b3f67091cf1972caee24dbf3667
0x31b9a1bea0c20e0fe509329f60145c596ec23abcd5e526c8d3a1f26832d81c90
0x26a192bd3f4ddc82b503350e47bf41f1ee9e4126ef16ec99eefe6cae2d5ce4d0
0x497a62eff3a9472fff0995632e62021c36b2d4befb6cb5b11e92e4d951219228
0x14cb36f362ae16ff218f8203177f61cde96a927fef93b4195e247510b52b7f03
0xfb53bbc2660189c7f39a087f5f819ed94d8a43a284c887d5690ed686d893a4ad
0x1255abf85352c76f5f9015a500f1998795e8eee253cd8f2f47e97203e95c7dad
0x3e347406b45216d2b4c8cf011a4e96ce306801b33eb1edb48706b275bcd6dbdd
0x3ee075f04fd98e6888ad699741108d024ed8dbe64c41b613f8b6b2b0bf6a5b1b

Functions
Getter at block 22743794
OPERATOR_ROLE(view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
_kycMintMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_preMintMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getMintCount(view returns (uint256 kycMintCountuint256 preMintCountuint256 publicMintCountuint256 superMintCount)
(kycMintCount=0, preMintCount=0, publicMintCount=0, superMintCount=0)
getMintLimit(view returns (uint256 kycMintLimituint256 preMintLimituint256 publicMintLimituint256 addressMintLimituint256 superMintLimit)
(kycMintLimit=0, preMintLimit=0, publicMintLimit=0, addressMintLimit=0, superMintLimit=0)
getMintPrice(view returns (uint256 kycMintPriceuint256 preMintPriceuint256 publicMintPrice)
(kycMintPrice=0, preMintPrice=0, publicMintPrice=0)
getSuperMintPrice(view returns (uint256)
0
getSwith(view returns (bool kycMintOpenbool preMintOpenbool publicMintOpenbool transferOpenbool superMintOpen)
(kycMintOpen=false, preMintOpen=false, publicMintOpen=false, transferOpen=false, superMintOpen=false)
name(view returns (string)
LOVE SBT
owner(view returns (address)
0xa236e308d9dd703d9684fe2c27054c95177da104
supply(view returns (uint256)
100000000
symbol(view returns (string)
LOVE SBT
totalMinted(view returns (uint256)
10224
totalSupply(view returns (uint256)
10224
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getCanMintCount(address userview returns (uint256)
getSuperAddress(address contractAddressview returns (uint256)
getTokenCanMintCount(address contractAddressuint256 tokenIdview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isOperator(address accountview returns (bool)
isWhitelist(bytes32[] kycMerkleProofbytes32[] preMerkleProofview returns (bool isKycWhitelistbool isPreWhitelist)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addOperator(address account
approve(address touint256 tokenId
burn(uint256 tokenId
kycMint(bytes32[] merkleProofuint256 countpayable 
operatorMint(address[] toAddressesuint256[] amounts
preMint(bytes32[] merkleProofuint256 countpayable 
publicMint(uint256 countpayable 
renounceOwnership(
revokeOperator(address account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string baseUri
setMerkleRoot(bytes32 kycMintMerkleRootbytes32 preMintMerkleRoot
setMintLimit(uint256 kycMintLimituint256 preMintLimituint256 publicMintLimituint256 addressMintLimituint256 superMintLimit
setMintPrice(uint256 kycMintPriceuint256 preMintPriceuint256 publicMintPrice
setOpen(bool open
setSuperAddress(address contractAddressuint256 count
setSuperMintPrice(uint256 superMintPrice
setSwith(bool kycMintOpenbool preMintOpenbool publicMintOpenbool transferOpenbool superMintOpen
superMint(address[] contractsuint256[] tokenIdsuint256[] countspayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(address[] tokensaddress _to
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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