SablierV2MerkleStreamerLL
Verified contract
Active on
Ethereum with 2,332 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SablierV2MerkleStreamerLL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21016981 | a month ago | | | 0 | 0.00030212406 | |
| 20998937 | a month ago | | | 0 | 0.0017877200 | |
| 20996292 | a month ago | | | 0 | 0.0018129514 | |
| 20994830 | a month ago | | | 0 | 0.0024795062 | |
| 20986960 | a month ago | | | 0 | 0.0075447153 | |
| 20982670 | a month ago | | | 0 | 0.0018974488 | |
| 20980001 | a month ago | | | 0 | 0.0025849539 | |
| 20977581 | a month ago | | | 0 | 0.0022882879 | |
| 20977533 | a month ago | | | 0 | 0.0025723205 | |
| 20977514 | a month ago | | | 0 | 0.0025971269 |
ABI
ABI objects
Getter at block 21249955
ASSET() view returns (address)
0x69457a1c9ec492419344da01daf0df0e0369d5d0
CANCELABLE() view returns (bool)
true
EXPIRATION() view returns (uint40)
1729353600
LOCKUP() view returns (address)
0xafb979d9afad1ad27c5eff4e27226e3ab9e5dcc9
LOCKUP_LINEAR() view returns (address)
0xafb979d9afad1ad27c5eff4e27226e3ab9e5dcc9
MERKLE_ROOT() view returns (bytes32)
0x7c8c65c82cb5aff91f8580fc8319b9124db767f58db4f18723dbbcb3c0fadcc5
TRANSFERABLE() view returns (bool)
false
admin() view returns (address)
0xec83f8f9d37caf8ffc47d1bdaf74e36f3ba7eb11
hasExpired() view returns (bool)
true
streamDurations() view returns (uint40 cliff, uint40 total)
(cliff=0, total=7776000)
Read-only
hasClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address recipient, uint128 amount, bytes32[] merkleProof) returns (uint256 streamId)
clawback(address to, uint128 amount)
transferAdmin(address newAdmin)
Claim(uint256 index, address indexed recipient, uint128 amount, uint256 indexed streamId)
Clawback(address indexed admin, address indexed to, uint128 amount)
TransferAdmin(address indexed oldAdmin, address indexed newAdmin)
constructor(address initialAdmin, address lockupLinear, address asset, bytes32 merkleRoot, uint40 expiration, struct LockupLinearDurations streamDurations_, bool cancelable, bool transferable)
This contract contains no fallback and receive objects.
CallerNotAdmin(address admin, address caller)
SablierV2MerkleStreamer_CampaignExpired(uint256 currentTime, uint40 expiration)
SablierV2MerkleStreamer_CampaignNotExpired(uint256 currentTime, uint40 expiration)
SablierV2MerkleStreamer_InvalidProof()
SablierV2MerkleStreamer_ProtocolFeeNotZero()
SablierV2MerkleStreamer_StreamClaimed(uint256 index)