CardsVesting
Verified contract
Active on
Ethereum with 1,863 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3d6f…52d9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COOM | ERC-20 | 794K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13259452 | 3 years ago | | | 0 | 0.0019690794 | |
| 13206201 | 3 years ago | | | 0 | 0.0018924308 | |
| 13206195 | 3 years ago | | | 0 | 0.0021244776 | |
| 12827590 | 3 years ago | | | 0 | 0.00086909300 | |
| 12788267 | 3 years ago | | | 0 | 0.00064594750 | |
| 12700764 | 3 years ago | | | 0 | 0.00061071400 | |
| 12694228 | 3 years ago | | | 0 | 0.00031570500 | |
| 12694228 | 3 years ago | | | 0 | 0.00026156900 | |
| 12693947 | 3 years ago | | | 0 | 0.00023779000 | |
| 12693947 | 3 years ago | | | 0 | 0.00023779000 |
ABI
ABI objects
Getter at block 21260682
owner() view returns (address)
0xcfd68c54f5632aba6c79154b1c37e5724f2c360f
paused() view returns (bool)
true
Read-only
_amounts(address) view returns (uint256)
_balances(address) view returns (uint256)
_cliffs(address) view returns (uint256)
_lastClaim(address) view returns (uint256)
_lasts(address) view returns (uint256)
vestedTokens(address account) view returns (uint256)
State-modifying
Events addVesters(address[] owners, uint256[] amounts, uint256[] cliffs, uint256[] durations)
claimVestedTokens()
emergencyPause(bool _state)
emergencyWithdraw()
renounceOwnership()
transferOwnership(address newOwner)
Claim(address indexed account, uint256 timestamp, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _tokenAdd)
This contract contains no fallback and receive objects.
This contract contains no error objects.