Lux Silver: Good Delivery Edition
Unverified contract
Proxy
Active on
Base with 9 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
0x4e0a…19f1
-
variable spans 49 additional slots
9 additional
variables
Balances ($0.00)
No balances found for "Lux Silver: Good Delivery Edition"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11403999 | 9 months ago | | | 0 | 0.000000001236066772 | |
| 11338478 | 9 months ago | | | 0 | 0.000000000624035494 | |
| 7197681 | a year ago | | | 0 | 0.000000000028295652 | |
| 7163938 | a year ago | | | 0 | 0.000000000499032408 | |
| 6945726 | a year ago | | | 0 | 0.000000046903551968 | |
| 6910501 | a year ago | | | 0 | 0.0000055330779 | |
| 6909900 | a year ago | | | 0 | 0.000000055901735286 | |
| 6909875 | a year ago | | | 0 | 0.000000000061980952 | |
| 6909764 | a year ago | | | 0 | 0.000000049490197776 |
ABI
ABI objects
Getter at block 22922278
contractURI() view returns (string)
https://arweave.net/Onnpv6anzSzrYo3a0vOhhm87BuXGOElkVN6QwHyJ4Wo
defaultManager() view returns (address)
0x0000000000000000000000000000000000000000
getEditionStartIds() view returns (uint256[])
[1]
minters() view returns (address[])
[0x8087039152c472Fa74F47398628fF002994056EA, 0x9AcDfE8020c3c191F7aA158e1c155F12e55c9717]
name() view returns (string)
Lux Silver: Good Delivery Edition
nextTokenId() view returns (uint256)
2
observability() view returns (address)
0x4e0afba59894060369881f4bc9ba05731a4119f1
operatorFiltererRegistry() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x2781bdc83a612f0fe382476556c0cc12fe602294
royaltyManager() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LUXSGD
totalSupply() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
editionCurrentSupply(uint256) view returns (uint256)
editionMaxSupply(uint256) view returns (uint256)
editionStartId(uint256) view returns (uint256)
editionURI(uint256 editionId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getEditionDetails(uint256 editionId) view returns (struct IEditionCollectionEditionDetails)
getEditionId(uint256 tokenId) view returns (uint256)
getEditionsDetailsAndUri(uint256[] editionIds) view returns (struct IEditionCollectionEditionDetails[], string[])
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenManager(uint256 id) view returns (address manager)
tokenManagerByTokenId(uint256 tokenId) view returns (address)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
createEdition(string _editionUri, uint256 _editionSize, address _editionTokenManager, struct IRoyaltyManagerRoyalty editionRoyalty, bytes mintVectorData) returns (uint256)
createEditionWithAuction(string _editionUri, bytes auctionData, address _editionTokenManager, struct IRoyaltyManagerRoyalty editionRoyalty) returns (uint256)
freezeMints()
initialize(bytes data)
mintAmountToRecipient(uint256 editionId, address recipient, uint256 amount) returns (uint256)
mintAmountToRecipients(uint256 editionId, address[] recipients, uint256 amount) returns (uint256)
mintOneToRecipient(uint256 editionId, address recipient) returns (uint256)
mintOneToRecipients(uint256 editionId, address[] recipients) returns (uint256)
registerMinter(address minter)
removeDefaultTokenManager()
removeGranularTokenManagers(uint256[] _ids)
removeRoyaltyManager()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractMetadata(string newName, string newSymbol, string newContractUri)
setDefaultRoyalty(struct IRoyaltyManagerRoyalty _royalty)
setDefaultTokenManager(address _defaultTokenManager)
setEditionURI(uint256 editionId, string _uri)
setGranularRoyalties(uint256[] ids, struct IRoyaltyManagerRoyalty[] _newRoyalties)
setGranularTokenManagers(uint256[] _ids, address[] _tokenManagers)
setRegistryAndSubscription(address newRegistry, address subscription)
setRoyaltyManager(address _royaltyManager)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unregisterMinter(address minter)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DefaultRoyaltySet(address indexed recipientAddress, uint16 indexed royaltyPercentageBPS)
DefaultTokenManagerChanged(address indexed newDefaultTokenManager)
EditionCreated(uint256 indexed editionId, uint256 indexed size, address indexed editionTokenManager)
GranularRoyaltiesSet(uint256[] ids, struct IRoyaltyManagerRoyalty[] _newRoyalties)
GranularTokenManagersRemoved(uint256[] _ids)
GranularTokenManagersSet(uint256[] _ids, address[] _tokenManagers)
Initialized(uint8 version)
MinterRegistrationChanged(address indexed minter, bool indexed registered)
MintsFrozen()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltyManagerChanged(address indexed newRoyaltyManager)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
EditionDoesNotExist()
InvalidManager()
InvalidSize()
ManagerDoesNotExist()
ManagerRemoveBlocked()
ManagerSwapBlocked()
MetadataUpdateBlocked()
MintFrozen()
MinterRegistrationInvalid()
NotAContract()
NotMinter()
OperatorNotAllowed()
RoyaltyBPSInvalid()
RoyaltySetBlocked()
SoldOut()
TokenDoesNotExist()
Unauthorized()