LIT Project Two: Flux
Verified contract
Active on
Ethereum with 1,881 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 "LIT Project Two: Flux"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109046 | 10 days ago | | | 0 | 0.00028564068 | |
| 21042524 | 19 days ago | | | 0 | 0.00037100855 | |
| 20952641 | a month ago | | | 0 | 0.00036090748 | |
| 20723993 | 2 months ago | | | 0 | 0.000094976897 | |
| 20299770 | 4 months ago | | | 0 | 0.000070620374 | |
| 20293192 | 4 months ago | | | 0 | 0.000077851824 | |
| 20293176 | 4 months ago | | | 0 | 0.000070474573 | |
| 20272193 | 4 months ago | | | 0 | 0.00017865269 | |
| 20036815 | 5 months ago | | | 0 | 0.00040688080 | |
| 20036727 | 5 months ago | | | 0 | 0.00051860663 |
ABI
ABI objects
Getter at block 21180305
name() view returns (string)
LIT Project Two: Flux
owner() view returns (address)
0xde9427e51545f2fbef7bd51fb7923be9c7bdfb2f
supply() view returns (uint256)
4369
symbol() view returns (string)
LP2F
totalSupply() view returns (uint256)
4369
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
changeRoyaltyPercentage(uint256 _newPerc)
changeRoyaltyRecipient(address _newRecipient)
mint(address[] addresses, uint256 id)
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address _royaltyRecipient, uint256 _royaltyAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.