VestingCvg
Verified contract
Active on
Ethereum with 1,361 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc974…e811
0x06fe…e19b
0x5f02…20fb
0x97ef…7be8
Balances ($18,998.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVG | ERC-20 | 32.203864M | $0.00059 |
$18,998.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21073810 | 12 days ago | | | 0 | 0.00065088690 | |
| 20721892 | 2 months ago | | | 0 | 0.00046344443 | |
| 20570221 | 3 months ago | | | 0 | 0.00021210335 | |
| 20564130 | 3 months ago | | | 0 | 0.00020725418 | |
| 20559571 | 3 months ago | | | 0 | 0.00019707380 | |
| 20558903 | 3 months ago | | | 0 | 0.00016524223 | |
| 20511337 | 3 months ago | | | 0 | 0.00026910632 | |
| 20433242 | 3 months ago | | | 0 | 0.00038025561 | |
| 20432566 | 3 months ago | | | 0 | 0.00053329769 | |
| 20426760 | 3 months ago | | | 0 | 0.00063509345 |
ABI
ABI objects
Getter at block 21160761
MAX_SUPPLY_DAO() view returns (uint256)
14250000000000000000000000
MAX_SUPPLY_TEAM() view returns (uint256)
12750000000000000000000000
ONE_DAY() view returns (uint256)
86400
ONE_GWEI() view returns (uint256)
1000000000
cvg() view returns (address)
0x97effb790f2fbb701d88f89db4521348a2b77be8
ibo() view returns (address)
0x5f02134c35449d9b6505723a56b02581356320fb
owner() view returns (address)
0x0af815364bd9e9e60f3d2d3bac1320b77d3e35f7
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
presaleSeed() view returns (address)
0x06feb7a047e540b8d92620a2c13ec96e1ff5e19b
presaleWl() view returns (address)
0xc9740aa94a8a02a3373f5f1b493d7e10d99ae811
startTimestamp() view returns (uint256)
1706679119
state() view returns (uint8)
2
whitelistedDao() view returns (address)
0x0af815364bd9e9e60f3d2d3bac1320b77d3e35f7
whitelistedTeam() view returns (address)
0x794c31863b0459039b17479dc638c1948c27fcb9
Read-only
amountReleasedIdIbo(uint256) view returns (uint256)
amountReleasedIdSeed(uint256) view returns (uint256)
amountReleasedIdWl(uint256) view returns (uint256)
getInfoVestingTokenId(uint256 _tokenId, uint8 _vestingType) view returns (struct VestingCvgInfoVestingTokenId)
getTotalReleasedScheduleId(uint8 _vestingType) view returns (uint256)
vestingSchedules(uint8) view returns (uint80 daysBeforeCliff, uint80 daysAfterCliff, uint96 dropCliff, uint256 totalAmount, uint256 totalReleased)
State-modifying
Events acceptOwnership()
openVesting()
releaseIbo(uint256 _tokenId)
releaseSeed(uint256 _tokenId)
releaseTeamOrDao(bool _isTeam)
releaseWl(uint256 _tokenId)
renounceOwnership()
setVesting(address _cvg)
setWhitelistDao(address newWhitelistedDao)
setWhitelistTeam(address newWhitelistedTeam)
transferOwnership(address newOwner)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _presaleWl, address _presaleSeed, address _ibo)
This contract contains no fallback and receive objects.
This contract contains no error objects.