LUSDBondNFT
Verified contract
Active on
Ethereum with 262 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5761…7137
0x4af9…0022
Balances ($0.00)
No balances found for "LUSDBondNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194497 | 4 days ago | | | 0 | 0.00077144495 | |
| 21194223 | 4 days ago | | | 0 | 0.0012269233 | |
| 21047271 | 24 days ago | | | 0 | 0.00016882588 | |
| 20807876 | 2 months ago | | | 0 | 0.00056313614 | |
| 20807845 | 2 months ago | | | 0 | 0.00062533404 | |
| 20727702 | 2 months ago | | | 0 | 0.00015317100 | |
| 20727637 | 2 months ago | | | 0 | 0.00015658271 | |
| 20583622 | 3 months ago | | | 0 | 0.00016554600 | |
| 19664566 | 7 months ago | | | 0 | 0.00038871336 | |
| 19632193 | 7 months ago | | | 0 | 0.0015343378 |
ABI
ABI objects
Getter at block 21221718
CURVE_GAUGE_SLOPES_PRECISION() view returns (uint256)
1000000000
artwork() view returns (address)
0x4af9f911d825c2acba58d4e7eb4ae09795710022
chickenBondManager() view returns (address)
0x57619fe9c539f890b19c61812226f9703ce37137
curveGaugeController() view returns (address)
0x2f50d538606fa9edd2b11e2446beb18c9d5846bb
curveLUSD3CRVGauge() view returns (address)
0x9b8519a9a00100720ccdc8a120fbed319ca47a14
curveLUSDFRAXGauge() view returns (address)
0x389fc079a15354e9cbce8258433cc0f85b755a42
lqtyStaking() view returns (address)
0x4f9fbb3f1e99b56e0fe2892e623ed36a76fc605d
lqtyToken() view returns (address)
0x6dea81c8171d0ba574754ef6f8b412f2ed88c54d
name() view returns (string)
LUSDBondNFT
owner() view returns (address)
0x0000000000000000000000000000000000000000
pickleLQTYFarm() view returns (address)
0xa7bc844a76e727ec5250f3849148c21f4b43ceea
pickleLQTYJar() view returns (address)
0x65b2532474f717d5a8ba38078b78106d56118bbb
symbol() view returns (string)
LUSDBOND
totalSupply() view returns (uint256)
2635
transferLockoutPeriodSeconds() view returns (uint256)
86400
troveManager() view returns (address)
0xa39739ef8b0231dbfa0dcda07d7e29faabcf4bb2
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBondAmount(uint256 _tokenID) view returns (uint256 amount)
getBondClaimedBLUSD(uint256 _tokenID) view returns (uint256 claimedBLUSD)
getBondEndTime(uint256 _tokenID) view returns (uint256 endTime)
getBondExtraData(uint256 _tokenID) view returns (uint80 initialHalfDna, uint80 finalHalfDna, uint32 troveSize, uint32 lqtyAmount, uint32 curveGaugeSlopes)
getBondFinalDna(uint256 _tokenID) view returns (uint256 finalDna)
getBondFinalHalfDna(uint256 _tokenID) view returns (uint80 finalHalfDna)
getBondInitialDna(uint256 _tokenID) view returns (uint256 initialDna)
getBondInitialHalfDna(uint256 _tokenID) view returns (uint80 initialHalfDna)
getBondStartTime(uint256 _tokenID) view returns (uint256 startTime)
getBondStatus(uint256 _tokenID) view returns (uint8 status)
isApprovedForAll(address owner, address operator) 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)
mint(address _bonder, uint256 _permanentSeed) returns (uint256, uint80)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddresses(address _chickenBondManagerAddress)
setApprovalForAll(address operator, bool approved)
setArtworkAddress(address _artworkAddress)
setFinalExtraData(address _bonder, uint256 _tokenID, uint256 _permanentSeed) returns (uint80)
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(string name_, string symbol_, address _initialArtworkAddress, uint256 _transferLockoutPeriodSeconds, struct BondNFTLiquityDataAddresses _liquityDataAddresses)
This contract contains no fallback and receive objects.
This contract contains no error objects.