SabaiVesting
Verified contract
Active on
Ethereum with 1,724 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,518,568.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SABAI | ERC-20 | 384.487668M | $0.024757 |
$9,518,568.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21313184 | a day ago | | | 0 | 0.00077422184 | |
| 21313172 | a day ago | | | 0 | 0.00096996011 | |
| 21309281 | 2 days ago | | | 0 | 0.0011900887 | |
| 21308063 | 2 days ago | | | 0 | 0.0012095965 | |
| 21307081 | 2 days ago | | | 0 | 0.00062279505 | |
| 21306865 | 2 days ago | | | 0 | 0.00061271263 | |
| 21296106 | 3 days ago | | | 0 | 0.00084301658 | |
| 21291221 | 4 days ago | | | 0 | 0.00038621820 | |
| 21291201 | 4 days ago | | | 0 | 0.00038584605 | |
| 21291191 | 4 days ago | | | 0 | 0.00039492933 |
ABI
ABI objects
Getter at block 21321083
ManagerAddress() view returns (address)
0x752d7575a5e1c05351d56cb432622ec314040997
getToken() view returns (address)
0xb5d730d442e1d5b119fb4e5c843c48a64202ef92
getVestingSchedulesCount() view returns (uint256)
566
getVestingSchedulesTotalAmount() view returns (uint256)
384182522442513822066892679
getWithdrawableAmount() view returns (uint256)
305146000000000000000000
owner() view returns (address)
0x8361eb8dc2a766b9f593db15c841a7920e608338
Read-only
computeNextVestingScheduleIdForHolder(address holder) view returns (bytes32)
computeReleasableAmount(bytes32 vestingScheduleId) view returns (uint256)
computeVestingScheduleIdForAddressAndIndex(address holder, uint256 index) pure returns (bytes32)
getLastVestingScheduleForHolder(address holder) view returns (struct SabaiVestingVestingSchedule)
getVestingIdAtIndex(uint256 index) view returns (bytes32)
getVestingSchedule(bytes32 vestingScheduleId) view returns (struct SabaiVestingVestingSchedule)
getVestingScheduleByAddressAndIndex(address holder, uint256 index) view returns (struct SabaiVestingVestingSchedule)
getVestingSchedulesCountByBeneficiary(address _beneficiary) view returns (uint256)
State-modifying
Events changeManagerAddress(address _newManagerAddress)
createVestingSchedule(address _beneficiary, uint256 _start, uint256 _cliff, uint256 _duration, bool _revocable, uint256 _amount)
createVestingScheduleMany(struct SabaiVestingVestingScheduleMany[] _schedules)
release(bytes32 vestingScheduleId, uint256 amount)
renounceOwnership()
revoke(bytes32 vestingScheduleId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, address _managerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.