The Lucid Planet
Verified contract
Active on
Ethereum with 1,453 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "The Lucid Planet"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21231770 | 7 days ago | | | 0 | 0.00071767703 | |
| 20410186 | 4 months ago | | | 0 | 0.000054302095 | |
| 20364071 | 4 months ago | | | 0 | 0.00040127290 | |
| 19632617 | 8 months ago | | | 0 | 0.0011967890 | |
| 19605903 | 8 months ago | | | 0 | 0.00077344164 | |
| 19605901 | 8 months ago | | | 0 | 0.00075868186 | |
| 19307559 | 9 months ago | | | 0 | 0.0015424417 | |
| 18964466 | a year ago | | | 0 | 0.0015380420 | |
| 18800427 | a year ago | | | 0 | 0.0014341425 | |
| 18705627 | a year ago | | | 0 | 0.0013816872 |
ABI
ABI objects
Getter at block 21282420
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_ALLOWLIST_MINT() view returns (uint256)
2
MAX_PUBLIC_MINT() view returns (uint256)
2
MAX_RESERVE_SUPPLY() view returns (uint256)
15
MAX_SUPPLY() view returns (uint256)
650
PRICE_PER_TOKEN() view returns (uint256)
100000000000000000
SUPPORT_ROLE() view returns (bytes32)
0xd8acb51ff3d48f690a25887aaf234c4ae5a66ab9839243cd8e2b639cade0663b
allowListActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x0082d0adf58122cc7aa9ba15d01364df8046a7a77fc7c8f4233cc40bc7b83754
name() view returns (string)
The Lucid Planet
provenance() view returns (string)
37e88b3056737abfd9b98a5483f38acbe94618753d4dec50c931128589e0a34a
reserveSupply() view returns (uint256)
15
saleActive() view returns (bool)
false
shareholderAddress() view returns (address)
0x3241cee833132d8312e99200087d31ce95a3e2a8
symbol() view returns (string)
LUCID
totalSupply() view returns (uint256)
650
Read-only
balanceOf(address owner) view returns (uint256)
getAllowListMinted(address from) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address claimer, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 numberOfTokens)
grantRole(bytes32 role, address account)
mint(uint256 numberOfTokens) payable
mintAllowList(uint256 numberOfTokens, bytes32[] merkleProof) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(bytes32 merkleRoot)
setAllowListActive(bool allowListActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setProvenance(string provenance_)
setSaleActive(bool state)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(address indexed account, uint256 amount)
MerkleRootChanged(bytes32 merkleRoot)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address shareholderAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.