DragonSeriesToken
Verified contract
Active on
Ethereum with 193,147 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- | |
XCON | ERC-20 | 3.654998K | -- | -- | |
ETHPLO | ERC-20 | 50 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- | |
PIH | ERC-20 | 0.1 | -- | -- | |
WDT | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20366296 | 4 months ago | | | 0 | 0.00013154724 | |
| 19992969 | 5 months ago | | | 0 | 0.00016085112 | |
| 19687122 | 7 months ago | | | 0 | 0.00041191459 | |
| 19654241 | 7 months ago | | | 0 | 0.00033499395 | |
| 18675812 | a year ago | | | 0 | 0.0015202207 | |
| 16969501 | 2 years ago | | | 0 | 0.00093835468 | |
| 15441194 | 2 years ago | | | 0 | 0.00063214367 | |
| 14468015 | 3 years ago | | | 0 | 0.00086498894 | |
| 12836666 | 3 years ago | | | 0 | 0.0010046700 | |
| 12600516 | 3 years ago | | | 0 | 0.00012296000 |
ABI
ABI objects
Getter at block 21161913
INITIAL_SUPPLY() view returns (uint256)
1100000000000000000000000
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
ceo() view returns (address)
0x7ce6c6f1002e5ad54c3d8326fddcf2fc78b80277
cfo() view returns (address)
0x7ce6c6f1002e5ad54c3d8326fddcf2fc78b80277
coo() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
DragonSeriesToken
symbol() view returns (string)
DST
totalSupply() view returns (uint256)
14000000000000000000000000
useAddr() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
useFees(uint256) view returns (uint16 feeType, uint256 fee)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(uint256 value) returns (bool)
setCEO(address newCEO)
setCFO(address newCFO)
setCOO(address newCOO)
setFee(uint256 useType, uint16 feeType, uint256 fee)
setUseAddr(address addr)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
use(address to, uint256 value, uint256 useType, uint256 param1, uint256 param2, uint256 param3, string param4)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
UseFail(address indexed from, address indexed to, uint256 useType, uint256 value, uint256 fee, uint256 param1, uint256 param2, uint256 param3, string param4)
UseSucc(address indexed from, address indexed to, uint256 useType, uint256 value, uint256 fee, uint256 param1, uint256 param2, uint256 param3, string param4)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.