FungTokenVest
Verified contract
Active on
Ethereum with 355 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,288,132.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FUNG | ERC-20 | 424.230315M | $0.012465 |
$5,288,132.69 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168678 | 5 hours ago | | | 0 | 0.0022780175 | |
| 21156618 | 2 days ago | | | 0 | 0.00070049388 | |
| 21156578 | 2 days ago | | | 0 | 0.00075511201 | |
| 21151104 | 3 days ago | | | 0 | 0.00085367695 | |
| 21143191 | 4 days ago | | | 0 | 0.0013010887 | |
| 21143186 | 4 days ago | | | 0 | 0.0014536962 | |
| 21143176 | 4 days ago | | | 0 | 0.0016583657 | |
| 21141974 | 4 days ago | | | 0 | 0.00082467362 | |
| 21125842 | 6 days ago | | | 0 | 0.0041671133 | |
| 21125841 | 6 days ago | | | 0 | 0.0018273415 |
ABI
ABI objects
Getter at block 21170099
nextVestingId() view returns (uint256)
193
owner() view returns (address result)
0x43a314183c0033528827be7cf426523bac412780
Read-only
getVesting(uint256 id) view returns (struct FungTokenVestVesting)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
vestedAmount(uint256 id) view returns (uint256 vestedAmount)
vestings(uint256) view returns (uint256 amount, uint256 claimed, address token, address recipient, uint32 start, uint32 end, uint32 lastClaim)
State-modifying
Events cancel(uint256 id)
cancelOwnershipHandover() payable
claim(uint256 id)
completeOwnershipHandover(address pendingOwner) payable
create(address token, address recipient, uint256 amount, uint32 start, uint32 end) returns (uint256 vestingId)
renounceOwnership() payable
requestOwnershipHandover() payable
transferOwnership(address newOwner) payable
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
AlreadyInitialized()
InvalidAddress()
InvalidAmount()
InvalidTimestamp()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotOwner()
Unauthorized()