StableUSD
Verified contract
Active on
Ethereum with 5,083 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15,186.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 845.108737 | $17.97 |
$15,186.6 | |
C4Y | ERC-20 | 4.8K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
USDS | ERC-20 | 50 | -- | -- | |
USDS | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226608 | 8 days ago | | | 0 | 0.00043170957 | |
| 21190447 | 13 days ago | | | 0 | 0.00084365118 | |
| 21068628 | a month ago | | | 0 | 0.00038018404 | |
| 20995802 | a month ago | | | 0 | 0.00021834197 | |
| 20886534 | 2 months ago | | | 0 | 0.00047956710 | |
| 20878519 | 2 months ago | | | 0 | 0.00054342702 | |
| 20636619 | 3 months ago | | | 0 | 0.000055590382 | |
| 20374481 | 4 months ago | | | 0 | 0.0014879100 | |
| 20009061 | 6 months ago | | | 0 | 0.00036337834 | |
| 19762961 | 7 months ago | | | 0 | 0.00027500232 |
ABI
ABI objects
Getter at block 21283581
decimals() view returns (uint256)
6
name() view returns (string)
StableUSD
owner() view returns (address)
0x79b180c6e2ee28f1251e532fbf105cf802674fe4
paused() view returns (bool)
false
symbol() view returns (string)
USDS
totalSupply() view returns (uint256)
161366454154
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
issuers(address) view returns (bool)
State-modifying
Events addIssuer(address newIssuer)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
issue(uint256 _amount) returns (bool)
issueTo(address _to, uint256 _amount) returns (bool)
pause()
removeIssuer(address removedIssuer)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
IssuerAdded(address indexed newIssuer)
IssuerRemoved(address indexed removedIssuer)
Mint(address indexed to, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 initialSupply, string tokenName, string tokenSymbol, uint256 tokenDecimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.