Light Years
Verified contract
Active on
Ethereum with 204 txns
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 "Light Years"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309176 | 2 hours ago | | | 0 | 0.00098008103 | |
| 21245227 | 9 days ago | | | 0 | 0.00076446691 | |
| 21073019 | a month ago | | | 0 | 0.00064775206 | |
| 20466660 | 4 months ago | | | 0 | 0.000086477516 | |
| 20466539 | 4 months ago | | | 0 | 0.00014149277 | |
| 20449571 | 4 months ago | | | 0 | 0.00020868184 | |
| 20257783 | 5 months ago | | | 0 | 0.00011628291 | |
| 20257745 | 5 months ago | | | 0 | 0.00018525746 | |
| 19883387 | 7 months ago | | | 0 | 0.00044874468 | |
| 19872515 | 7 months ago | | | 0 | 0.00022382181 |
ABI
ABI objects
Getter at block 21309781
baseURI() view returns (string)
https://ipfs.io/ipfs/QmQakdHV7ibUSp6gMu7s4ERdsebrb61BftwAwsZ2QtRL92/
metadataContract() view returns (address)
0x0000000000000000000000000000000000000000
minter() view returns (address)
0xb03ee4f1e9459f42a1964c851dae4917b945f20e
name() view returns (string)
Light Years
owner() view returns (address)
0xe38398a94b84e527114252a4b79bde3905c47f7a
royaltyDenominator() view returns (uint256)
100
royaltyFraction() view returns (uint256)
10
royaltyReceiver() view returns (address)
0xf94db70e5b815f3fe513ec94b15289feeff90263
symbol() view returns (string)
LIGHTYEARS
totalSupply() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
delegateTokenURIs(address delegate)
mint(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMinter(address minter_)
setRoyaltyFraction(uint256 royaltyFraction_, uint256 royaltyDenominator_)
setRoyaltyReceiver(address royaltyReceiver_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string baseURI_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
MetadataUpdate(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address royaltyReceiver, string baseURI_)
This contract contains no fallback and receive objects.
OnlyMinter()
OperatorNotAllowed(address operator)