TokenLockupPlans
Verified contract
Active on
Base with 53,543 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($942,655.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JOJO | ERC-20 | 3.078789M | $0.20471 |
$630,258.9 | |
ANON | ERC-20 | 7M | $0.04228 |
$295,961.82 | |
SPACE | ERC-20 | 975.981766K | $0.011396 |
$11,122.26 | |
$STREET | ERC-20 | 267.67827M | $0.000013 |
$3,445.02 | |
MAXI | ERC-20 | 50B | $0.00 |
$1,850 | |
cbBTC | ERC-20 | 0.00017 | $94,331.00 |
$16.05 | |
SUMI | ERC-20 | 99.996 | $0.004776 |
$0.48 | |
DOG | ERC-20 | 29 | $0.006108 |
$0.18 | |
AEROBUD | ERC-20 | 8 | $0.014692 |
$0.12 | |
WGC | ERC-20 | 300 | $0.000314 |
$0.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22907808 | a few seconds ago | | | 0 | 0.0000021758327 | |
| 22907795 | a few seconds ago | | | 0 | 0.0000021789212 | |
| 22907734 | 3 minutes ago | | | 0 | 0.0000021758327 | |
| 22907715 | 3 minutes ago | | | 0 | 0.0000022820951 | |
| 22907712 | 3 minutes ago | | | 0 | 0.0000024660987 | |
| 22907681 | 4 minutes ago | | | 0 | 0.0000021779168 | |
| 22907667 | 5 minutes ago | | | 0 | 0.0000021802778 | |
| 22907637 | 6 minutes ago | | | 0 | 0.0000021759578 | |
| 22907581 | 8 minutes ago | | | 0 | 0.0000021782390 | |
| 22907555 | 9 minutes ago | | | 0 | 0.0000021758327 |
ABI
ABI objects
Getter at block 22907811
baseURI() view returns (string)
https://dynamic-nft.hedgey.finance/base/0x1961a23409ca59eedca6a99c97e4087dad752486/
name() view returns (string)
TokenLockupPlans
symbol() view returns (string)
TLP
totalSupply() view returns (uint256)
36750
Read-only
balanceOf(address owner) view returns (uint256)
balanceOfDelegate(address delegate) view returns (uint256)
delegatedBalances(address delegatee, address token) view returns (uint256 delegatedBalance)
delegatedTo(uint256 tokenId) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getApprovedDelegator(uint256 planId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedForAllDelegation(address owner, address operator) view returns (bool)
lockedBalances(address holder, address token) view returns (uint256 lockedBalance)
ownerOf(uint256 tokenId) view returns (address)
planBalanceOf(uint256 planId, uint256 timeStamp, uint256 redemptionTime) view returns (uint256 balance, uint256 remainder, uint256 latestUnlock)
planEnd(uint256 planId) view returns (uint256 end)
plans(uint256) view returns (address token, uint256 amount, uint256 start, uint256 cliff, uint256 rate, uint256 period)
segmentOriginalEnd(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfDelegateByIndex(address delegate, 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)
approveDelegator(address delegator, uint256 planId)
approveSpenderDelegator(address spender, uint256 planId)
combinePlans(uint256 planId0, uint256 planId1) returns (uint256 survivingPlanId)
createPlan(address recipient, address token, uint256 amount, uint256 start, uint256 cliff, uint256 rate, uint256 period) returns (uint256 newPlanId)
delegate(uint256 planId, address delegatee)
delegateAll(address token, address delegatee)
delegatePlans(uint256[] planIds, address[] delegatees)
deleteAdmin()
partialRedeemPlans(uint256[] planIds, uint256 redemptionTime)
redeemAllPlans()
redeemPlans(uint256[] planIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
segmentAndDelegatePlans(uint256 planId, uint256[] segmentAmounts, address[] delegatees) returns (uint256[] newPlanIds)
segmentPlan(uint256 planId, uint256[] segmentAmounts) returns (uint256[] newPlanIds)
setApprovalForAll(address operator, bool approved)
setApprovalForAllDelegation(address operator, bool approved)
setApprovalForOperator(address operator, bool approved)
transferAndDelegate(uint256 planId, address from, address to)
transferFrom(address from, address to, uint256 tokenId)
updateBaseURI(string _uri)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ApprovalForAllDelegation(address owner, address operator, bool approved)
DelegateRemoved(uint256 indexed tokenId, address indexed delegate)
DelegatorApproved(uint256 indexed id, address owner, address delegator)
PlanCreated(uint256 indexed id, address indexed recipient, address indexed token, uint256 amount, uint256 start, uint256 cliff, uint256 end, uint256 rate, uint256 period)
PlanRedeemed(uint256 indexed id, uint256 amountRedeemed, uint256 planRemainder, uint256 resetDate)
PlanSegmented(uint256 indexed id, uint256 indexed segmentId, uint256 newPlanAmount, uint256 newPlanRate, uint256 segmentAmount, uint256 segmentRate, uint256 start, uint256 cliff, uint256 period, uint256 newPlanEnd, uint256 segmentEnd)
PlansCombined(uint256 indexed id0, uint256 indexed id1, uint256 indexed survivingId, uint256 amount, uint256 rate, uint256 start, uint256 cliff, uint256 period, uint256 end)
TokenDelegated(uint256 indexed tokenId, address indexed delegate)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
URIAdminDeleted(address _admin)
URISet(string newURI)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.