Digital Equivalent Stabilized Coin
Verified contract
Active on
Ethereum with 751 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
No balances found for "Digital Equivalent Stabilized Coin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7822848 | 5 years ago | | | 0 | 0.000096525000 | |
| 7822830 | 5 years ago | | | 0 | 0.00051450000 | |
| 7540234 | 6 years ago | | | 0 | 0.00010757000 | |
| 7540210 | 6 years ago | | | 0 | 0.0030908400 | |
| 7323579 | 6 years ago | | | 0 | 0.000064350000 | |
| 7323571 | 6 years ago | | | 0 | 0.0028297500 | |
| 7303662 | 6 years ago | | | 0 | 0.00010757000 | |
| 7303657 | 6 years ago | | | 0 | 0.0033484100 | |
| 7303645 | 6 years ago | | | 0 | 0.00011154000 | |
| 7303640 | 6 years ago | | | 0 | 0.0030355500 |
ABI
ABI objects
Getter at block 21205812
INITIAL_SUPPLY() view returns (uint256)
100000000000
decimals() view returns (uint8)
8
name() view returns (string)
Digital Equivalent Stabilized Coin
symbol() view returns (string)
DES
totalSupply() view returns (uint256)
10000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool ok)
transfer(address to, uint256 value) returns (bool ok)
transferFrom(address from, address to, uint256 value) returns (bool ok)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.