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 |
---|---|---|---|---|---|
YFI | ERC-20 | 0 | $6,857.25 |
$0 | |
$ Evmosia.com | ERC-20 | 25K | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17563677 | a year ago | | | 0 | 0.00083248769 | |
| 17400518 | a year ago | | | 0 | 0.0013497689 | |
| 17400515 | a year ago | | | 0 | 0.0019002377 | |
| 17362078 | a year ago | | | 0 | 0.0022057682 | |
| 17165505 | 2 years ago | | | 0 | 0.0049087246 | |
| 17136398 | 2 years ago | | | 0 | 0.0023367650 | |
| 17136387 | 2 years ago | | | 0 | 0.0021168206 | |
| 17128149 | 2 years ago | | | 0 | 0.0019830333 | |
| 17097551 | 2 years ago | | | 0 | 0.0028023334 | |
| 17088539 | 2 years ago | | | 0 | 0.0080063969 |
ABI
ABI objects
Getter at block 21249393
DECIMALS_DIVISOR() view returns (uint256)
100
token() view returns (address)
0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e
Read-only
balances(address) view returns (uint256)
getPayerBalance(address payerAddress) view returns (int256)
getStreamId(address from, address to, uint216 amountPerSec) pure returns (bytes32)
payers(address) view returns (uint40 lastPayerUpdate, uint216 totalPaidPerSec)
streamToStart(bytes32) view returns (uint256)
withdrawable(address from, address to, uint216 amountPerSec) view returns (uint256 withdrawableAmount, uint256 lastUpdate, uint256 owed)
State-modifying
Events batch(bytes[] calls, bool revertOnFail) payable
cancelStream(address to, uint216 amountPerSec)
createStream(address to, uint216 amountPerSec)
createStreamWithReason(address to, uint216 amountPerSec, string reason)
deposit(uint256 amount)
depositAndCreate(uint256 amountToDeposit, address to, uint216 amountPerSec)
depositAndCreateWithReason(uint256 amountToDeposit, address to, uint216 amountPerSec, string reason)
modifyStream(address oldTo, uint216 oldAmountPerSec, address to, uint216 amountPerSec)
pauseStream(address to, uint216 amountPerSec)
permitToken(address token, address from, address to, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
withdraw(address from, address to, uint216 amountPerSec)
withdrawPayer(uint256 amount)
withdrawPayerAll()
PayerDeposit(address indexed from, uint256 amount)
PayerWithdraw(address indexed from, uint256 amount)
StreamCancelled(address indexed from, address indexed to, uint216 amountPerSec, bytes32 streamId)
StreamCreated(address indexed from, address indexed to, uint216 amountPerSec, bytes32 streamId)
StreamCreatedWithReason(address indexed from, address indexed to, uint216 amountPerSec, bytes32 streamId, string reason)
StreamModified(address indexed from, address indexed oldTo, uint216 oldAmountPerSec, bytes32 oldStreamId, address indexed to, uint216 amountPerSec, bytes32 newStreamId)
StreamPaused(address indexed from, address indexed to, uint216 amountPerSec, bytes32 streamId)
Withdraw(address indexed from, address indexed to, uint216 amountPerSec, bytes32 streamId, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.