Stream Protocol
Verified contract
Active on
Ethereum with 6,250 txns
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 |
---|---|---|---|---|---|
STPL | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20870306 | a month ago | | | 0 | 0.0010813168 | |
| 20684843 | 2 months ago | | | 0 | 0.00025936233 | |
| 20423796 | 3 months ago | | | 0 | 0.00015906026 | |
| 20317859 | 4 months ago | | | 0 | 0.00045519657 | |
| 20317843 | 4 months ago | | | 0 | 0.00066961483 | |
| 20106840 | 5 months ago | | | 0 | 0.00018454841 | |
| 20106839 | 5 months ago | | | 0 | 0.00018019513 | |
| 20106797 | 5 months ago | | | 0 | 0.00018947330 | |
| 20106758 | 5 months ago | | | 0 | 0.00014830134 | |
| 20106757 | 5 months ago | | | 0 | 0.00014129699 |
ABI
ABI objects
Getter at block 21161774
decimals() view returns (uint8)
18
name() view returns (string)
Stream Protocol
owner() view returns (address)
0x460323952cf8544b0b75ea4cff3f4c05815e6ba7
symbol() view returns (string)
STPL
totalSupply() view returns (uint256)
497752641366479210000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burn(uint256 _value)
startTrade()
stopTrade()
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.