TokenConversion
Verified contract
Active on
Ethereum with 899 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($339,078.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOND | ERC-20 | 213.257051K | $1.59 |
$339,078.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239899 | 11 days ago | | | 0 | 0.00077436513 | |
| 21214662 | 14 days ago | | | 0 | 0.00053647821 | |
| 21214619 | 14 days ago | | | 0 | 0.00067720000 | |
| 21213658 | 14 days ago | | | 0 | 0.00077115567 | |
| 21211926 | 14 days ago | | | 0 | 0.00056264327 | |
| 21209290 | 15 days ago | | | 0 | 0.00074492000 | |
| 21209290 | 15 days ago | | | 0 | 0.00074492000 | |
| 21203284 | 16 days ago | | | 0 | 0.00058221258 | |
| 21203281 | 16 days ago | | | 0 | 0.00078824704 | |
| 21199204 | 16 days ago | | | 0 | 0.00060980400 |
ABI
ABI objects
Getter at block 21315263
duration() view returns (uint256)
31536000
expiration() view returns (uint256)
1706831999
owner() view returns (address)
0x5a21f270492e55fec2cc78c627618cae42295695
rate() view returns (uint256)
750
tokenIn() view returns (address)
0xed1480d12be41d92f36f5f7bdd88212e381a3677
tokenOut() view returns (address)
0x0391d2021f89dc339f60fff84546ea23e337750f
totalUnclaimed() view returns (uint256)
83469017453284489835429
Read-only
claimableBalance(uint256 streamId) view returns (uint256 claimable)
decodeStreamId(uint256 streamId) pure returns (address owner, uint64 startTime)
encodeStreamId(address owner, uint64 startTime) pure returns (uint256 streamId)
streams(uint256) view returns (uint128 total, uint128 claimed)
State-modifying
Events claim(uint256 streamId) returns (uint256 claimed)
claim(uint256 streamId, address recipient) returns (uint256 claimed)
convert(uint256 amount, address owner) returns (uint256 streamId)
renounceOwnership()
transferOwnership(address newOwner)
transferStreamOwnership(uint256 streamId, address owner) returns (uint256 newStreamId)
withdraw(uint256 amount)
Claim(uint256 indexed streamId, address indexed owner, address indexed recipient, uint256 amount)
Convert(uint256 indexed streamId, address indexed sender, address indexed owner, uint256 amountIn, uint256 amountOut)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateStreamOwner(uint256 indexed streamId, address indexed owner, address indexed newOwner, uint256 newStreamId)
constructor(address _tokenIn, address _tokenOut, uint256 _rate, uint256 _duration, uint256 _expiration, address _owner)
This contract contains no fallback and receive objects.
Conversion_Expired()
Insufficient_Reserves()
Invalid_Recipient()
Invalid_Stream_Owner()
Invalid_Stream_StartTime()
Invalid_Token_Decimals()
Only_Stream_Owner()