LULU

Unverified contract

Proxy

Active on Ethereum with 2,279 txns
Deployed by via 0xfe770147 at 19335704
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LULU"

0x3b3c60ab176dae56e1267fd374ff715498e69233c284971c8179423e8b5ea79d
0x92b96b799783889d7b4577d7cab0ae977a31a9d64f45eab4843158cf13b3b8d0
From
0x295023607e636720ede684a9b46137019bde836e366eb3b789bff5a5d13456a0
0x31ada0081dccc20d44c27ddb861413cd5186ee3c6385939f1c1db4b6ef6f934b
0x16cfcb10a843693fd2159620ae969b98334215aab1dee36f8665dba0289e4b81
0xcb783a7032f48b14a7781b193948507ac544e29d5f7a0fac35e00c694c0171b8
0xcc89b3feaac88eb07dc1f9c912413c86c2f28fa9071a886cbc6296a0eba9a261
0x3a3e4eacf56e5e9208c236a0779fb16f7539576fe50b50ba1ce754ce3e79ed1f
0x8831bb6bc16abcc6efc0ca43e10b817deb651be7c7cbc63dba1b557c115d0a32
0xc9efc1bf1b5198f683955d3d2da6ceeb88d8d2113b88ac0e46282e52ed423046

Functions
Getter at block 21229239
LULU_OLD(view returns (address)
0xb52639deee545c3e7e9d5a2cfa10d335b133c8d1
baseURI(view returns (string)
https://server.odlabs.io/api/contract/
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(