Liquid-NFT
Verified contract
Active on
Ethereum with 551 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,842,700.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XFIT | ERC-20 | 186.311103M | $0.00989 |
$1,842,700.65 | |
AG8 | ERC-20 | 22.533586M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19098697 | 10 months ago | | | 0 | 0.0016693767 | |
| 18427203 | a year ago | | | 0 | 0.0011303969 | |
| 18292893 | a year ago | | | 0 | 0.00079746189 | |
| 17338495 | a year ago | | | 0 | 0.0013804297 | |
| 17338490 | a year ago | | | 0 | 0.0015071145 | |
| 17338486 | a year ago | | | 0 | 0.0022330054 | |
| 16913390 | 2 years ago | | | 0 | 0.0010878503 | |
| 16907475 | 2 years ago | | | 0 | 0.00080003414 | |
| 16894357 | 2 years ago | | | 0 | 0.00088810184 | |
| 16853084 | 2 years ago | | | 0 | 0.00091881516 |
ABI
ABI objects
Getter at block 21249914
feeGeneratingContract() view returns (address)
0x0000000000000000000000000000000000000000
getLatestID() view returns (uint256 counter)
377
name() view returns (string)
Liquid-NFT
stakedReserve() view returns (uint256)
246310787097123517594466081
symbol() view returns (string)
LNFT
totalReserveShare() view returns (uint256)
1339357173823410002
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNFTData(uint256 _tokenID) view returns (uint256 share, uint256 vestingStart, uint256 vestingEnd)
getRedeemableTokenAmount(uint256 _tokenID) view returns (uint256 redeemableAmount)
getUnderlyingValue(uint256 _tokenID) view returns (uint256 underlyingNFTValue)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenID) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
boost(uint256 _amount, uint256 _tokenID) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
redeem(address _to, uint256 _amount, uint256 _tokenID) returns (bool)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setFeeGeneratingContract(address _feeGeneratingContract)
setOwner(address _owner)
setVestingPeriod(uint256 _vestingPeriod)
setVestingPeriodStart(uint256 _vestingPeriodStart)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Boosted(address indexed from, uint256 staked, uint256 lp, uint256 nftID)
ChangedOwner(address indexed newOwner)
Redeemed(address indexed from, uint256 amount, uint256 nftID)
Staked(address indexed from, uint256 staked, uint256 lp, uint256 nftID)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _owner, address _token2Stake, uint256 _vestingPeriod, uint256 _initialReserve)
This contract contains no fallback and receive objects.
This contract contains no error objects.