Dynamic Trading Rights
Verified contract
Active on
Ethereum with 20,109 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 |
---|---|---|---|---|---|
XPS | ERC-20 | 10M | -- | -- | |
DTR | ERC-20 | 19.117479K | -- | -- | |
GSGC | ERC-20 | 5K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
BAO | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453008 | 3 months ago | | | 0 | 0.000024451000 | |
| 20434689 | 3 months ago | | | 0 | 0.0026353902 | |
| 20395535 | 3 months ago | | | 0 | 0.0013886040 | |
| 20395535 | 3 months ago | | | 0 | 0.0012231500 | |
| 20287985 | 4 months ago | | | 0 | 0.00014061022 | |
| 19996999 | 5 months ago | | | 0 | 0.00016617982 | |
| 19916000 | 6 months ago | | | 0 | 0.00016856000 | |
| 19671230 | 7 months ago | | | 0 | 0.00017364300 | |
| 18269521 | a year ago | | | 0 | 0.00063501153 | |
| 18054176 | a year ago | | | 0 | 0.00050793526 |
ABI
ABI objects
Getter at block 21159941
_totalSupply() view returns (uint256)
10000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
Dynamic Trading Rights
owner() view returns (address)
0xd19e53e764f88e772e37755aa124916de2484071
symbol() view returns (string)
DTR
totalSupply() view returns (uint256 supply)
10000000000000000
version() view returns (string)
0.1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowances(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, 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.