ClaimCampaigns
Verified contract
Active on
Ethereum with 4,527 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($156.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DGEN | ERC-20 | 74.933924K | $0.002089 |
$156.54 | |
GX | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19695905 | 7 months ago | | | 0 | 0.00035801859 | |
| 19692251 | 7 months ago | | | 0 | 0.00072970850 | |
| 19680715 | 7 months ago | | | 0 | 0.0011719495 | |
| 19680656 | 7 months ago | | | 0 | 0.0012621010 | |
| 19680654 | 7 months ago | | | 0 | 0.0012996890 | |
| 19679264 | 7 months ago | | | 0 | 0.0010503441 | |
| 19676819 | 7 months ago | | | 0 | 0.0022311058 | |
| 19671984 | 7 months ago | | | 0 | 0.00077712023 | |
| 19660725 | 7 months ago | | | 0 | 0.0013329141 | |
| 19656659 | 7 months ago | | | 0 | 0.0018737765 |
ABI
ABI objects
Getter at block 21211471
This contract contains no getter function objects.
Read-only
campaigns(bytes16) view returns (address manager, address token, uint256 amount, uint256 end, uint8 tokenLockup, bytes32 root)
claimLockups(bytes16) view returns (address tokenLocker, uint256 start, uint256 cliff, uint256 period, uint256 periods)
claimed(bytes16, address) view returns (bool)
usedIds(bytes16) view returns (bool)
verify(bytes32 root, bytes32[] proof, address claimer, uint256 amount) pure returns (bool)
State-modifying
Events cancelCampaign(bytes16 campaignId)
changeDonationcollector(address newCollector)
claimTokens(bytes16 campaignId, bytes32[] proof, uint256 claimAmount)
createLockedCampaign(bytes16 id, struct ClaimCampaignsCampaign campaign, struct ClaimCampaignsClaimLockup claimLockup, struct ClaimCampaignsDonation donation)
createUnlockedCampaign(bytes16 id, struct ClaimCampaignsCampaign campaign, struct ClaimCampaignsDonation donation)
CampaignCancelled(bytes16 indexed id)
CampaignStarted(bytes16 indexed id, struct ClaimCampaignsCampaign campaign)
ClaimLockupCreated(bytes16 indexed id, struct ClaimCampaignsClaimLockup claimLockup)
TokensClaimed(bytes16 indexed id, address indexed claimer, uint256 amountClaimed, uint256 amountRemaining)
TokensDonated(bytes16 indexed id, address donationCollector, address token, uint256 amount, address tokenLocker)
constructor(address _donationCollector)
This contract contains no fallback and receive objects.
This contract contains no error objects.