LULU

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x3da57365 at 19335699
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LULU"

0x4d909345faffd9a306b99b58e0df75ce336ab59c5abedf0cac2d7d677103e033

Functions
Getter at block 21229874
LULU_OLD(view returns (address)
0xb52639deee545c3e7e9d5a2cfa10d335b133c8d1
baseURI(view returns (string)
name(view returns (string)
LULU
owner(view returns (address result)
0x465b674065449864538fb818eeab11196effda57
symbol(view returns (string)
LULU
Read-only
balanceOf(address ownerview returns (uint256 result)
blockedOperators(address operatorview returns (bool isBlocked)
getApproved(uint256 idview returns (address result)
isApprovedForAll(address owneraddress operatorview returns (bool result)
ownerOf(uint256 idview returns (address result)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address accountuint256 idpayable 
burnForReveal(address _owneruint256[] tokenIds
burnForRevealAll(address _owner
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
initialize(string _baseURIaddress royaltyRecipientuint96 _2981FeeNumeratorbool _migrationEnabled
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeTransferFrom(address fromaddress touint256 idpayable 
safeTransferFrom(address fromaddress touint256 idbytes datapayable 
setApprovalForAll(address operatorbool isApproved
setBaseURI(string _baseURI
setBlockedOperators(address[] operatorsbool isBlocked
setRoyaltyInfo(address receiveruint96 feeNumerator
transferFrom(address fromaddress touint256 idpayable 
transferOwnership(address newOwnerpayable 
Events
Approval(address indexed owneraddress indexed accountuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool isApproved
Initialized(uint64 version
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccountBalanceOverflow(
AlreadyInitialized(
BalanceQueryForZeroAddress(
InvalidInitialization(
MigrationNotAllowed(
NewOwnerIsZeroAddress(
NoHandoverRequest(
NoTokensToBurn(
NotInitializing(
NotOwnerNorApproved(
OperatorNotAllowed(
RoyaltyOverflow(
RoyaltyReceiverIsZeroAddress(
TokenAlreadyExists(
TokenDoesNotExist(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
Unauthorized(