TokenVestingPlans
Verified contract
Active on
Base with 1,212 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($37,719,622.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SCI | ERC-20 | 3.580319M | $4.96 |
$17,758,383.27 | |
CLANKER | ERC-20 | 129K | $49.15 |
$6,340,350 | |
FROK | ERC-20 | 49.389006M | $0.098734 |
$4,876,374.12 | |
ElonRWA | ERC-20 | 24.5783B | $0.000163 |
$4,000,364.06 | |
EAI | ERC-20 | 8.672733M | $0.4597 |
$3,986,855.42 | |
TN100x | ERC-20 | 393.719525M | $0.000664 |
$261,453.39 | |
ANON | ERC-20 | 15M | $0.01628 |
$244,196.4 | |
SPACE | ERC-20 | 10.061041M | $0.016174 |
$162,725.67 | |
WSB | ERC-20 | 420K | $0.081813 |
$34,361.46 | |
NATIVE | ERC-20 | 500M | $0.000038 |
$19,175 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23828999 | an hour ago | | | 0 | 0.0000029509604 | |
| 23824945 | 4 hours ago | | | 0 | 0.000028691462 | |
| 23820210 | 6 hours ago | | | 0 | 0.000028964405 | |
| 23819453 | 7 hours ago | | | 0 | 0.000014383108 | |
| 23815424 | 9 hours ago | | | 0 | 0.0000023367760 | |
| 23815403 | 9 hours ago | | | 0 | 0.0000023367760 | |
| 23815176 | 9 hours ago | | | 0 | 7.3250463e-7 | |
| 23815160 | 9 hours ago | | | 0 | 7.4179238e-7 | |
| 23815130 | 9 hours ago | | | 0 | 0.0000010892932 | |
| 23806630 | 14 hours ago | | | 0 | 0.0000024041753 |
ABI
ABI objects
Getter at block 23831469
baseURI() view returns (string)
https://dynamic-nft.hedgey.finance/base/0x2cde9919e81b20b4b33dd562a48a84b54c48f00c/
name() view returns (string)
TokenVestingPlans
symbol() view returns (string)
TVP
totalSupply() view returns (uint256)
1014
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, address vestingAdmin, bool adminTransferOBO)
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)
changeVestingPlanAdmin(uint256 planId, address newVestingAdmin)
createPlan(address recipient, address token, uint256 amount, uint256 start, uint256 cliff, uint256 rate, uint256 period, address vestingAdmin, bool adminTransferOBO) returns (uint256 newPlanId)
delegate(uint256 planId, address delegatee)
delegateAll(address token, address delegatee)
delegatePlans(uint256[] planIds, address[] delegatees)
deleteAdmin()
futureRevokePlans(uint256[] planIds, uint256 revokeTime)
partialRedeemPlans(uint256[] planIds, uint256 redemptionTime)
redeemAllPlans()
redeemPlans(uint256[] planIds)
revokePlans(uint256[] planIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setApprovalForAllDelegation(address operator, bool approved)
setApprovalForOperator(address operator, bool approved)
toggleAdminTransferOBO(uint256 planId, bool transferrable)
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, address vestingAdmin, bool adminTransferOBO)
PlanRedeemed(uint256 indexed id, uint256 amountRedeemed, uint256 planRemainder, uint256 resetDate)
PlanRevoked(uint256 indexed id, uint256 amountRedeemed, uint256 revokedAmount)
PlanTransferredByVestingAdmin(uint256 indexed id, address indexed from, address indexed to)
PlanVestingAdminTransferToggle(uint256 indexed id, bool transferable)
TokenDelegated(uint256 indexed tokenId, address indexed delegate)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
URIAdminDeleted(address _admin)
URISet(string newURI)
VestingPlanAdminChanged(uint256 indexed id, address _newVestingAdmin)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.