LIT Project Two
Verified contract
Active on
Ethereum with 7,972 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($55.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DG | ERC-20 | 4K | $0.013807 |
$55.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205464 | 15 hours ago | | | 0 | 0.00045260988 | |
| 21131655 | 11 days ago | | | 0 | 0.00079864579 | |
| 21063827 | 20 days ago | | | 0 | 0.00039785707 | |
| 21057331 | 21 days ago | | | 0 | 0.00036628596 | |
| 20981742 | a month ago | | | 0 | 0.00039467526 | |
| 20980289 | a month ago | | | 0 | 0.00063537966 | |
| 20958696 | a month ago | | | 0 | 0.0010137980 | |
| 20952642 | a month ago | | | 0 | 0.00037583807 | |
| 20928196 | a month ago | | | 0 | 0.00099815034 | |
| 20874307 | 2 months ago | | | 0 | 0.00025061054 |
ABI
ABI objects
Getter at block 21209983
getMintAllowance() view returns (uint256)
25
getNextTokenId() view returns (uint256)
4621
merkleRoot() view returns (bytes32)
0x3d4dae5d92c06c21fd37932b8d5917646a024b04dedb9cbc496dc6edd14f0820
mintOpen() view returns (bool)
true
mintPrice() view returns (uint256)
68000000000000000
name() view returns (string)
LIT Project Two
owner() view returns (address)
0xde9427e51545f2fbef7bd51fb7923be9c7bdfb2f
supply() view returns (uint256)
4620
symbol() view returns (string)
LP2
totalSupply() view returns (uint256)
4620
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintNum(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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 to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 num)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMintStatus(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyaltyAddress(address addr)
whitelistMint(bytes32[] merkleProof) payable
withdrawEther()
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(bytes32 root, address addr, uint256 perc)
This contract contains no fallback and receive objects.
This contract contains no error objects.