Sablier
Verified contract
Active on
Ethereum with 19,667 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 |
---|---|---|---|---|---|
SPELL | ERC-20 | 10.084602B | $0.000991 |
$9,998,681.24 | |
VITA | ERC-20 | 1.529478M | $4.83 |
$7,387,378.41 | |
PERC | ERC-20 | 22.994018M | $0.267104 |
$6,141,794.15 | |
TRU | ERC-20 | 14.43998M | $0.111379 |
$1,608,310.57 | |
FOX | ERC-20 | 24.392441M | $0.060236 |
$1,469,303.07 | |
ALEPH | ERC-20 | 7.148834M | $0.159261 |
$1,138,530.51 | |
OCC | ERC-20 | 7.461975M | $0.107883 |
$805,020.26 | |
AKITA | ERC-20 | 4.715342T | $0.00 |
$462,103.54 | |
LETSGO | ERC-20 | 46.46245T | $0.00 |
$418,162.05 | |
MPL | ERC-20 | 18.895231K | $21.60 |
$408,136.99 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285974 | 6 hours ago | | | 0 | 0.00020828334 | |
| 21285906 | 6 hours ago | | | 0 | 0.00062935779 | |
| 21285892 | 6 hours ago | | | 0 | 0.00052252311 | |
| 21282046 | 19 hours ago | | | 0 | 0.0016104317 | |
| 21281176 | a day ago | | | 0 | 0.0021173682 | |
| 21277697 | a day ago | | | 0 | 0.00062586554 | |
| 21274597 | 2 days ago | | | 0 | 0.00080534824 | |
| 21274231 | 2 days ago | | | 0 | 0.00084952224 | |
| 21274012 | 2 days ago | | | 0 | 0.00066978292 | |
| 21268414 | 3 days ago | | | 0 | 0.00066873945 |
ABI
ABI objects
Getter at block 21287673
nextStreamId() view returns (uint256)
105526
Read-only
balanceOf(uint256 streamId, address who) view returns (uint256 balance)
deltaOf(uint256 streamId) view returns (uint256 delta)
getStream(uint256 streamId) view returns (address sender, address recipient, uint256 deposit, address tokenAddress, uint256 startTime, uint256 stopTime, uint256 remainingBalance, uint256 ratePerSecond)
State-modifying
Events cancelStream(uint256 streamId) returns (bool)
createStream(address recipient, uint256 deposit, address tokenAddress, uint256 startTime, uint256 stopTime) returns (uint256)
withdrawFromStream(uint256 streamId, uint256 amount) returns (bool)
CancelStream(uint256 indexed streamId, address indexed sender, address indexed recipient, uint256 senderBalance, uint256 recipientBalance)
CreateStream(uint256 indexed streamId, address indexed sender, address indexed recipient, uint256 deposit, address tokenAddress, uint256 startTime, uint256 stopTime)
WithdrawFromStream(uint256 indexed streamId, address indexed recipient, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.