TokenConversion

Verified contract

Active on Ethereum with 899 txns
Deployed by via 0x1d0d6529 at 16537404
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $339,078.71
0x67b7d60b87b40725c06cdedf5b7ad3256cf822c40a9ce0557fa40a3dbdd0a15c
0x191237afb34d6e1219d5ebbc6bcdb1806b75fac98d1aa91e0af81fb69b5e72f5
0x8de66f943588a54972e0deb77650e6851fb123778006017235696a7cdc762152
0x5a357fd3398389cea1d49011dbac3fb885124c91ae399d3c817941eca1c885d6
0x28a0e8e9ab8809ebdec259e82c1da4219a7bb0a8a67f33d42b49041d266d4ce0
0xa1426caedfc453a0104e75d9aeb74fc04bdfe0d90fa9ce0878d1643a65dc7100
0x85daa9ef9750624d13821c739668ad3f84479c406face2e37c78dfafee2ff57a
0xfede9fe3cdbdb597c53f2746b4d4e33992643352fb7d372596eeb34e0f198714
0x62eaa131cc0d9a9febeea9ff376eb4cf415c21f450abcf89217506adf996b34c
0x9e914a75acb7d7239b44348938093a31e3fd0495c0d82c2b27a16c9a94ef5d74

Functions
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 streamIdview returns (uint256 claimable)
decodeStreamId(uint256 streamIdpure returns (address owneruint64 startTime)
encodeStreamId(address owneruint64 startTimepure returns (uint256 streamId)
streams(uint256view returns (uint128 totaluint128 claimed)
State-modifying
claim(uint256 streamIdreturns (uint256 claimed)
claim(uint256 streamIdaddress recipientreturns (uint256 claimed)
convert(uint256 amountaddress ownerreturns (uint256 streamId)
renounceOwnership(
transferOwnership(address newOwner
transferStreamOwnership(uint256 streamIdaddress ownerreturns (uint256 newStreamId)
withdraw(uint256 amount
Events
Claim(uint256 indexed streamIdaddress indexed owneraddress indexed recipientuint256 amount
Convert(uint256 indexed streamIdaddress indexed senderaddress indexed owneruint256 amountInuint256 amountOut
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
UpdateStreamOwner(uint256 indexed streamIdaddress indexed owneraddress indexed newOwneruint256 newStreamId
Constructor
constructor(address _tokenInaddress _tokenOutuint256 _rateuint256 _durationuint256 _expirationaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Conversion_Expired(
Insufficient_Reserves(
Invalid_Recipient(
Invalid_Stream_Owner(
Invalid_Stream_StartTime(
Invalid_Token_Decimals(
Only_Stream_Owner(