DYX Network
Verified contract
Active on
Ethereum with 1,127 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
No balances found for "DYX Network"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19995315 | 6 months ago | | | 0 | 0.00020323105 | |
| 15528420 | 2 years ago | | | 0 | 0.00044624346 | |
| 12035889 | 4 years ago | | | 0 | 0.0062148800 | |
| 12031781 | 4 years ago | | | 0 | 0.0082406240 | |
| 11992641 | 4 years ago | | | 0 | 0.0069889920 | |
| 11945969 | 4 years ago | | | 0 | 0.0010442880 | |
| 11900173 | 4 years ago | | | 0 | 0.0014504000 | |
| 11785011 | 4 years ago | | | 0 | 0.0066748800 | |
| 11744101 | 4 years ago | | | 0 | 0.0032228592 | |
| 11744088 | 4 years ago | | | 0 | 0.0028505664 |
ABI
ABI objects
Getter at block 21204178
decimals() view returns (uint8)
18
name() view returns (string)
DYX Network
symbol() view returns (string)
DYX
totalFrozen() view returns (uint256)
3725682408186237420000000
totalSupply() view returns (uint256)
54490696674910483102821127
Read-only
allInfoFor(address _user) view returns (uint256 totalTokenSupply, uint256 totalTokensFrozen, uint256 userBalance, uint256 userFrozen, uint256 userDividends)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
frozenOf(address _user) view returns (uint256)
isWhitelisted(address _user) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
bulkTransfer(address[] _receivers, uint256[] _amounts)
burn(uint256 _tokens)
collect() returns (uint256)
distribute(uint256 _tokens)
freeze(uint256 _tokens)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
unfreeze(uint256 _tokens)
whitelist(address _user, bool _status)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Burn(uint256 tokens)
Collect(address indexed owner, uint256 tokens)
Freeze(address indexed owner, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unfreeze(address indexed owner, uint256 tokens)
Whitelist(address indexed user, bool status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.