DragonToken
Verified contract
Active on
Ethereum with 10,861 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 |
---|---|---|---|---|---|
TIX | ERC-20 | 10K | -- | -- | |
DT | ERC-20 | 2 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15700043 | 2 years ago | | | 0 | 0.00095158000 | |
| 12623237 | 3 years ago | | | 0 | 0.00022413004 | |
| 12205935 | 4 years ago | | | 0 | 0.0079481304 | |
| 12134483 | 4 years ago | | | 0 | 0.010747323 | |
| 12113952 | 4 years ago | | | 0 | 0.0040700340 | |
| 12113952 | 4 years ago | | | 0 | 0.0042396188 | |
| 12113952 | 4 years ago | | | 0 | 0.0040700340 | |
| 12113952 | 4 years ago | | | 0 | 0.0040700340 | |
| 12113952 | 4 years ago | | | 0 | 0.0040700340 | |
| 12113951 | 4 years ago | | | 0 | 0.0040022001 |
ABI
ABI objects
Getter at block 21161399
award() pure returns (uint256)
640000000000
createTime() pure returns (uint256)
1509580800
decimals() pure returns (uint8)
8
frozenAnnually() pure returns (uint256)
242752000000000
frozenForever() pure returns (uint256)
1262336000000000
name() pure returns (string)
DragonToken
operator() pure returns (address)
0xd2a145eea38f0e793077bc1d16a315a0fce2615c
owner() pure returns (address)
0x0f089033fa4f6c0bae33336afd5e610dc02dfac3
pendingOwner() pure returns (address)
0x0000000000000000000000000000000000000000
standard() pure returns (string)
2017111504
symbol() pure returns (string)
DT
totalSupply() pure returns (uint256)
3235660000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
frozenBalances(uint256) pure returns (uint256 value, uint256 day)
releasedRecords(uint256) pure returns (uint256 amount, uint256 releasedDay)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
claimOwnership()
freezeForOwner(uint256 _value, uint256 _unFrozenTime) returns (bool)
releaseSupply(uint256 timestamp) returns (uint256 _actualRelease)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOperator(address newOperator)
transferOwnership(address newOwner)
unfreeze(uint256 _unFrozenTime) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
FreezeForOwner(address indexed owner, uint256 value, uint256 unFrozenTime)
ReleaseSupply(address indexed receiver, uint256 value, uint256 releaseTime)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed owner, uint256 value)
constructor(address operator)
This contract contains no fallback and receive objects.
This contract contains no error objects.