DYXToken
Verified contract
Active on
Ethereum with 1,845 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DYXToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18213244 | a year ago | | | 0 | 0.0021163076 | |
| 15583227 | 2 years ago | | | 0 | 0.00094170000 | |
| 13463016 | 3 years ago | | | 0 | 0.0030130799 | |
| 13106591 | 3 years ago | | | 0 | 0.0024013351 | |
| 11104059 | 4 years ago | | | 0 | 0.0020303791 | |
| 10549647 | 4 years ago | | | 0 | 0.0028350080 | |
| 10348335 | 4 years ago | | | 0 | 0.0014838800 | |
| 10319646 | 4 years ago | | | 0 | 0.0017246641 | |
| 9990807 | 5 years ago | | | 0 | 0.00074170000 | |
| 9854681 | 5 years ago | | | 0 | 0.00026036500 |
ABI
ABI objects
Getter at block 21160881
decimals() view returns (uint8)
8
name() view returns (string)
DYXToken
symbol() view returns (string)
DYX
totalSupply() view returns (uint256)
10000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
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.