CrownyVesting
Verified contract
Active on
Ethereum with 1,078 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdbdd…43b1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRWNY | ERC-20 | 342.379408M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14275659 | 3 years ago | | | 0 | 0.0036636440 | |
| 14264096 | 3 years ago | | | 0 | 0.0099405562 | |
| 14167197 | 3 years ago | | | 0 | 0.015598309 | |
| 14167138 | 3 years ago | | | 0 | 0.011118671 | |
| 14167095 | 3 years ago | | | 0 | 0.011732423 | |
| 14166217 | 3 years ago | | | 0 | 0.0095108760 | |
| 14161189 | 3 years ago | | | 0 | 0.014410729 | |
| 14161170 | 3 years ago | | | 0 | 0.011220241 | |
| 14160749 | 3 years ago | | | 0 | 0.044465328 | |
| 14155819 | 3 years ago | | | 0 | 0.0075284974 |
ABI
ABI objects
Getter at block 21271135
__balanceAllocated() view returns (uint256)
342379407564999999751104065
owner() view returns (address)
0xea37b1a690fb99a465cd019993634b0299e53b84
tokenAddress() view returns (address)
0xdbddf072d7aae7b9288e31a4eebe6c54e3a143b1
Read-only
allowedToClaim(address _beneficiary) view returns (uint256)
claimed(address _beneficiary) view returns (uint256)
incrementAmount(address _beneficiary) view returns (uint256)
nextJuncture(address _beneficiary) view returns (uint32)
vestedAmount(address _beneficiary) view returns (uint256)
vestingAmount(address _beneficiary) view returns (uint256)
State-modifying
Events changeVestingAddress(address _from, address _to)
claimTokens(uint256 _amount)
emergencyClaim(address _beneficiary, uint256 _amount)
renounceOwnership()
returnUnallocatedTokens(address _to)
revokeVesting(address _beneficiary, address _to)
setVesting(address _beneficiary, uint32[] _junctures, uint256 _vestingAmount, uint256 _vestingIncrement, uint256 _initialClaim)
transferOwnership(address newOwner)
Claimed(address _address, uint256 _amount)
EmergencyClaim(address _address, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReturnUnallocated(address _address, uint256 _amount)
Revoked(address _address)
Vesting(address _address, uint256 _amount)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.