DecubateVestingV2
Verified contract
Active on
Ethereum with 167 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xd979…2e0f
Balances ($8,348.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BBL | ERC-20 | 1.233214M | $0.00677 |
$8,348.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21360469 | 5 days ago | | | 0 | 0.0020311212 | |
| 21359699 | 5 days ago | | | 0 | 0.0016650317 | |
| 21342916 | 7 days ago | | | 0 | 0.0027255397 | |
| 21306328 | 12 days ago | | | 0 | 0.0015025593 | |
| 21301404 | 13 days ago | | | 0 | 0.0016910904 | |
| 21152010 | a month ago | | | 0 | 0.0011101324 | |
| 21101643 | a month ago | | | 0 | 0.0012913221 | |
| 21100606 | a month ago | | | 0 | 0.0010392443 | |
| 21094672 | a month ago | | | 0 | 0.0013775304 | |
| 21094665 | a month ago | | | 0 | 0.0012175458 |
ABI
ABI objects
Getter at block 21394892 getAllVestingPools() view returns (struct DecubateVestingV2VestingInfo[])
getToken() view returns (address)
0xd979c468a68062e7bdff4ba6df7842dfd3492e0f
maxTokenTransfer() view returns (uint256 amount, bool active)
(amount=0, active=false)
owner() view returns (address)
0x77cc5c8f73dc5f9d4d4b43a3844557c1c9065b72
Read-only
getDay(uint256 timestamp) pure returns (uint8)
getDaysInMonth(uint8 month, uint16 year) pure returns (uint8)
getHour(uint256 timestamp) pure returns (uint8)
getMinute(uint256 timestamp) pure returns (uint8)
getMonth(uint256 timestamp) pure returns (uint8)
getReleasableAmount(uint256 _option, address _wallet) view returns (uint256)
getSecond(uint256 timestamp) pure returns (uint8)
getTotalToken(address _addr) view returns (uint256)
getVestAmount(uint256 _option, address _wallet) view returns (uint256)
getVestingInfo(uint256 _strategy) view returns (struct DecubateVestingV2VestingInfo)
getWeekday(uint256 timestamp) pure returns (uint8)
getWhitelist(uint256 _option, address _wallet) view returns (struct DecubateVestingV2WhitelistInfo)
getWhitelistPool(uint256 _option) view returns (struct DecubateVestingV2WhitelistInfo[])
getYear(uint256 timestamp) pure returns (uint16)
hasWhitelist(uint256 _option, address _wallet) view returns (bool)
isLeapYear(uint16 year) pure returns (bool)
leapYearsBefore(uint256 year) pure returns (uint256)
toTimestamp(uint16 year, uint8 month, uint8 day) pure returns (uint256 timestamp)
toTimestamp(uint16 year, uint8 month, uint8 day, uint8 hour) pure returns (uint256 timestamp)
toTimestamp(uint16 year, uint8 month, uint8 day, uint8 hour, uint8 minute) pure returns (uint256 timestamp)
toTimestamp(uint16 year, uint8 month, uint8 day, uint8 hour, uint8 minute, uint8 second) pure returns (uint256 timestamp)
vestingPools(uint256) view returns (string name, uint256 cliff, uint256 start, uint256 duration, uint256 initialUnlockPercent, bool revocable, uint8 vestType, uint256 interval, uint256 unlockPerInterval)
State-modifying
Events addVestingStrategy(string _name, uint256 _cliff, uint256 _start, uint256 _duration, uint256 _initialUnlockPercent, bool _revocable, uint256 _interval, uint16 _unlockPerInterval, uint8 _monthGap, uint8 _type) returns (bool)
addWhitelist(address _wallet, uint256 _dcbAmount, uint256 _option) returns (bool)
batchAddWhitelist(address[] wallets, uint256[] amounts, uint256 option) returns (bool)
claimDistribution(uint256 _option, address _wallet) returns (bool)
renounceOwnership()
revoke(uint256 _option, address _wallet)
setMaxTokenTransfer(uint256 _amount, bool _active) returns (bool)
setToken(address _addr) returns (bool)
setVesting(uint256 _option, address _wallet, bool _status)
setVestingStrategy(uint256 _strategy, string _name, uint256 _cliff, uint256 _start, uint256 _duration, uint256 _initialUnlockPercent, bool _revocable, uint256 _interval, uint16 _unlockPerInterval) returns (bool)
setWhitelist(address _wallet, uint256 _dcbAmount, uint256 _option) returns (bool)
transferOwnership(address newOwner)
transferToken(address _addr, uint256 _amount) returns (bool)
AddToken(address indexed token)
AddWhitelist(address indexed wallet)
Claim(address indexed token, uint256 amount, uint256 indexed option, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Revoked(address indexed wallet)
StatusChanged(address indexed wallet, bool status)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.