STEW COIN
Verified contract
Active on
Ethereum with 5,002 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.002382 |
$0 | |
WDT | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10956711 | 4 years ago | | | 0 | 0.0050445780 | |
| 10832985 | 4 years ago | | | 0 | 0.010426785 | |
| 10664117 | 4 years ago | | | 0 | 0.0037638510 | |
| 10268695 | 4 years ago | | | 0 | 0.0020844690 | |
| 10089193 | 5 years ago | | | 0 | 0.0012408300 | |
| 10089193 | 5 years ago | | | 0 | 0.0016908300 | |
| 10056423 | 5 years ago | | | 0 | 0.0013649130 | |
| 10044216 | 5 years ago | | | 0 | 0.00078888600 | |
| 10043569 | 5 years ago | | | 0 | 0.00041361000 | |
| 10043568 | 5 years ago | | | 0 | 0.00041361000 |
ABI
ABI objects
Getter at block 21326233
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint8)
18
maximumFee() view returns (uint256)
0
minimumFee() view returns (uint256)
0
name() view returns (string)
STEW COIN
owner() view returns (address)
0x39a97c91a3a18774a6a1edf8aefb580a85fc3d3b
symbol() view returns (string)
STW
totalSupply() view returns (uint256)
410000000000000000000000000
Read-only
allowance(address _from, address _spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
close(address owner)
decreaseSupply(uint256 amount)
increaseSupply(uint256 amount)
setParams(uint256 newBasisPoints, uint256 newMaxFee, uint256 newMinFee)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Issue(uint256 amount)
Params(uint256 feeBasisPoints, uint256 maximumFee, uint256 minimumFee)
Redeem(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.