Luminal Credit
Verified contract
Active on
Ethereum with 569 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 "Luminal Credit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19087646 | 9 months ago | | | 0 | 0.00046058135 | |
| 18719903 | a year ago | | | 0 | 0.0013213183 | |
| 18719898 | a year ago | | | 0 | 0.0012363177 | |
| 18624236 | a year ago | | | 0 | 0.0013373768 | |
| 18030496 | a year ago | | | 0 | 0.00078137373 | |
| 17501333 | a year ago | | | 0 | 0.00072633826 | |
| 17197549 | a year ago | | | 0 | 0.0079345157 | |
| 16985118 | 2 years ago | | | 0 | 0.0012986486 | |
| 16981855 | 2 years ago | | | 0 | 0.0010462828 | |
| 16975267 | 2 years ago | | | 0 | 0.0010507741 |
ABI
ABI objects
Getter at block 21068317
MAX_CREDITS() view returns (uint256)
500
allowlistMerkleRoot() view returns (bytes32)
0x57210f9254703b1ccfbf77a2bb8118bdf680f3340d03ebd0ab4b76118b8dc367
baseURI() view returns (string)
https://mint.luminalgenesis.xyz/api/metadata/
name() view returns (string)
Luminal Credit
owner() view returns (address)
0x05dfb122c4bb912a6cfe91139b2685edf9dbbd8f
preSaleIsActive() view returns (bool)
true
symbol() view returns (string)
LUMICREDIT
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _localOwner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address _to, uint256 _numberOfTokens)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipPreSaleState()
flipProxyState(address proxyAddress)
mint(uint256 numberOfTokens, uint256 allowed, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setRoot(bytes32 root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.