A LIT Invitation to Kindness
Verified contract
Active on
Ethereum with 7,775 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
pk69 | ERC-721 | 1 | -- | -- | |
pk69 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133815 | 4 days ago | | | 0 | 0.00040194996 | |
| 21084532 | 11 days ago | | | 0 | 0.00037409473 | |
| 20910930 | a month ago | | | 0 | 0.00043541127 | |
| 20799152 | 2 months ago | | | 0 | 0.00070098402 | |
| 20715610 | 2 months ago | | | 0 | 0.00013788492 | |
| 20664498 | 2 months ago | | | 0 | 0.00051836136 | |
| 20637544 | 2 months ago | | | 0 | 0.000017760220 | |
| 20381760 | 4 months ago | | | 0 | 0.00016331598 | |
| 20380053 | 4 months ago | | | 0 | 0.00012869467 | |
| 20319463 | 4 months ago | | | 0 | 0.00020218067 |
ABI
ABI objects
Getter at block 21163471
claimOpen() view returns (bool)
true
name() view returns (string)
A LIT Invitation to Kindness
owner() view returns (address)
0xf82d9b6853a103c17a04d8d2cea9401ce3154231
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 _interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events adminMint(address _address, uint256 _tokenId)
changeRoyaltyPercentage(uint256 _newPerc)
changeRoyaltyRecipient(address _newRecipient)
getHasMinted(address _address) returns (bool)
mint(bytes32[] _litRiderMerkleProof, bytes32[] _rareRiderMerkleProof)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setClaimStatus(bool _status)
transferOwnership(address newOwner)
updateAllowlistRoots(bytes32 _litRiderRoot, bytes32 _rareRiderRoot)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(bytes32 _litRiderMerkleRoot, bytes32 _rareRiderMerkleRoot, address _royaltyRecipient, uint256 _royaltyAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.