LULU
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
15
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 "LULU"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19335701 | 9 months ago | | | 0 | 0.0060965704 |
ABI
ABI objects
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 owner) view returns (uint256 result)
blockedOperators(address operator) view returns (bool isBlocked)
getApproved(uint256 id) view returns (address result)
isApprovedForAll(address owner, address operator) view returns (bool result)
ownerOf(uint256 id) view returns (address result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address account, uint256 id) payable
burnForReveal(address _owner, uint256[] tokenIds)
burnForRevealAll(address _owner)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(string _baseURI, address royaltyRecipient, uint96 _2981FeeNumerator, bool _migrationEnabled)
renounceOwnership() payable
requestOwnershipHandover() payable
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
setBaseURI(string _baseURI)
setBlockedOperators(address[] operators, bool isBlocked)
setRoyaltyInfo(address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner) payable
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
Initialized(uint64 version)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
AlreadyInitialized()
BalanceQueryForZeroAddress()
InvalidInitialization()
MigrationNotAllowed()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NoTokensToBurn()
NotInitializing()
NotOwnerNorApproved()
OperatorNotAllowed()
RoyaltyOverflow()
RoyaltyReceiverIsZeroAddress()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()