Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYC | ERC-20 | 1.140639M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20505923 | 4 months ago | | | 0 | 0.00013643816 | |
| 17932877 | a year ago | | | 0 | 0.0012619242 | |
| 17877927 | a year ago | | | 0 | 0.0019232854 | |
| 17875946 | a year ago | | | 0 | 0.00056049246 | |
| 17875946 | a year ago | | | 0 | 0.0012199772 | |
| 17693357 | a year ago | | | 0 | 0.0020329190 | |
| 17693352 | a year ago | | | 0 | 0.0029594579 | |
| 17672352 | a year ago | | | 0 | 0.0020825498 |
ABI
ABI objects
Getter at block 21332374
MAX_PERCENTAGE() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x0db3dc907b28313c4b10ba963dd278e6c0995de554f50e27b871f86ba1ffa029
owner() view returns (address)
0xc1d18038032527cbee663b6e2d35fa34fe8cb12c
token() view returns (address)
0x0a41e6d4d4897e8cec819ce7d10b2d7cda61dc94
Read-only
claimed(uint256) view returns (uint256)
getClaimable(uint256 index, uint256 amount, uint256 start, uint256 end, uint256 cadence, uint256 percentageOnStart) view returns (uint256)
getRevoked(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bool revocable, uint256 start, uint256 end, uint256 cadence, uint256 percentageOnStart, bytes32[] merkleProof, uint256 claimAmount)
stopVesting(uint256 index, address account, uint256 amount, bool revocable, uint256 start, uint256 end, uint256 cadence, uint256 percentageOnStart, bytes32[] merkleProof)
transferOwnership(address newOwner)
Claim(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
VestingRevoked(address indexed account, uint256 amountUnvested)
constructor(address _token, bytes32 _merkleRoot, address _owner)
This contract contains no fallback and receive objects.
AlreadyRevoked()
CantRevokeEndedVesting()
ClaimAmountGtClaimable()
EmptyMerkleRoot()
InvalidDates()
InvalidProof()
NothingToClaim()
OnlyOwner()
Revoked()
UnrevocableVesting()
ZeroAddress()