DelegatedClaimCampaigns
Verified contract
Active on
Ethereum with 162,081 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOG | ERC-20 | 1.661761B | $0.006619 |
$10,999,325.74 | |
PUFFER | ERC-20 | 17.242813M | $0.274033 |
$4,725,099.76 | |
EIGEN | ERC-20 | 429.193713K | $2.50 |
$1,072,984.28 | |
VOW | ERC-20 | 976.284059K | $0.114201 |
$111,492.62 | |
VCX | ERC-20 | 468.486612K | $0.062624 |
$29,338.51 | |
ALVA | ERC-20 | 27.11416K | $0.383714 |
$10,404.08 | |
BLOCK | ERC-20 | 191.434K | $0.023363 |
$4,472.48 | |
ATH | ERC-20 | 44.47031K | $0.057764 |
$2,568.78 | |
QORPO | ERC-20 | 15.11973K | $0.07668 |
$1,159.38 | |
BIGCAT | ERC-20 | 680.927K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244749 | 43 minutes ago | | | 0 | 0.0011764753 | |
| 21244539 | an hour ago | | | 0 | 0.0020153944 | |
| 21244423 | 2 hours ago | | | 0 | 0.0021238476 | |
| 21243995 | 3 hours ago | | | 0 | 0.0016967692 | |
| 21243980 | 3 hours ago | | | 0 | 0.0018380805 | |
| 21243500 | 5 hours ago | | | 0 | 0.0022070268 | |
| 21243480 | 5 hours ago | | | 0 | 0.0020132160 | |
| 21243447 | 5 hours ago | | | 0 | 0.0018191628 | |
| 21243420 | 5 hours ago | | | 0 | 0.0056092651 | |
| 21243255 | 6 hours ago | | | 0 | 0.0016868397 |
ABI
ABI objects
Getter at block 21244956
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=ClaimCampaigns, version=2, chainId=1, verifyingContract=0x5ae97e4770b7034c7ca99ab7edc26a18a23cb412, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
Read-only
campaigns(bytes16) view returns (address manager, address token, uint256 amount, uint256 start, uint256 end, uint8 tokenLockup, bytes32 root, bool delegating)
claimLockups(bytes16) view returns (address tokenLocker, uint256 start, uint256 cliff, uint256 period, uint256 periods)
claimed(bytes16, address) view returns (bool)
nonces(address owner) view returns (uint256)
tokenLockers(address) view returns (bool)
usedIds(bytes16) view returns (bool)
verify(bytes32 root, bytes32[] proof, address claimer, uint256 amount) pure returns (bool)
State-modifying
Events cancelCampaigns(bytes16[] campaignIds)
claim(bytes16 campaignId, bytes32[] proof, uint256 claimAmount)
claimAndDelegate(bytes16 campaignId, bytes32[] proof, uint256 claimAmount, address delegatee, struct DelegatedClaimCampaignsSignatureParams delegationSignature)
claimAndDelegateWithSig(bytes16 campaignId, bytes32[] proof, address claimer, uint256 claimAmount, struct DelegatedClaimCampaignsSignatureParams claimSignature, address delegatee, struct DelegatedClaimCampaignsSignatureParams delegationSignature)
claimMultiple(bytes16[] campaignIds, bytes32[][] proofs, uint256[] claimAmounts)
claimMultipleWithSig(bytes16[] campaignIds, bytes32[][] proofs, address claimer, uint256[] claimAmounts, struct DelegatedClaimCampaignsSignatureParams claimSignature)
claimWithSig(bytes16 campaignId, bytes32[] proof, address claimer, uint256 claimAmount, struct DelegatedClaimCampaignsSignatureParams claimSignature)
createLockedCampaign(bytes16 id, struct DelegatedClaimCampaignsCampaign campaign, struct DelegatedClaimCampaignsClaimLockup claimLockup, address vestingAdmin, uint256 totalClaimers)
createUnlockedCampaign(bytes16 id, struct DelegatedClaimCampaignsCampaign campaign, uint256 totalClaimers)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
CampaignCancelled(bytes16 indexed id)
CampaignStarted(bytes16 indexed id, struct DelegatedClaimCampaignsCampaign campaign, uint256 totalClaimers)
ClaimLockupCreated(bytes16 indexed id, struct DelegatedClaimCampaignsClaimLockup claimLockup)
Claimed(address indexed recipient, uint256 indexed amount)
EIP712DomainChanged()
LockedTokensClaimed(bytes16 indexed id, address indexed claimer, uint256 indexed tokenId, uint256 amountClaimed, uint256 amountRemaining)
UnlockedTokensClaimed(bytes16 indexed id, address indexed claimer, uint256 amountClaimed, uint256 amountRemaining)
constructor(string name, string version, address[] _tokenLockups)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
StringTooLong(string str)