Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x82a6…1e34
Balances ($304,299.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNSY | ERC-20 | 111.507722M | $0.002729 |
$304,299 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21189806 | 5 hours ago | | | 0 | 0.0018886696 | |
| 21189635 | 5 hours ago | | | 0 | 0.0015710118 | |
| 21189480 | 6 hours ago | | | 0 | 0.0021590385 | |
| 21189479 | 6 hours ago | | | 0 | 0.0022457508 | |
| 21189223 | 7 hours ago | | | 0 | 0.0024475727 | |
| 21189221 | 7 hours ago | | | 0 | 0.0024918381 | |
| 21188941 | 8 hours ago | | | 0 | 0.0023766480 | |
| 21187390 | 13 hours ago | | | 0 | 0.0035444334 | |
| 21186954 | 14 hours ago | | | 0 | 0.0033374830 | |
| 21186906 | 15 hours ago | | | 0 | 0.0028295803 |
ABI
ABI objects
Getter at block 21191248 getAllVestingPools() view returns (struct DecubateVestingV2VestingInfo[])
getToken() view returns (address)
0x82a605d6d9114f4ad6d5ee461027477eeed31e34
maxTokenTransfer() view returns (uint256 amount, bool active)
(amount=0, active=false)
owner() view returns (address)
0x6cedbcf28759056190d11344daa8874449fcab2b
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.