Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "dragon"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15608295 | 2 years ago | | | 0 | 0.00015371638 | |
| 15608285 | 2 years ago | | | 0 | 0.00033509852 | |
| 15608264 | 2 years ago | | | 0 | 0.00025757294 | |
| 15608260 | 2 years ago | | | 0 | 0.00023583355 | |
| 15608259 | 2 years ago | | | 0 | 0.00025162982 | |
| 15608251 | 2 years ago | | | 0 | 0.00041533283 | |
| 15608246 | 2 years ago | | | 0 | 0.00025982310 | |
| 15608244 | 2 years ago | | | 0 | 0.0025778191 | |
| 15608230 | 2 years ago | | | 0 | 0.00031093936 | |
| 15608224 | 2 years ago | | | 0 | 0.00066583810 |
ABI
ABI objects
Getter at block 21159558
INFO() view returns (uint8 decimals, address creator)
(decimals=18, creator=0xf38c601a1bf68d4b44d06d14ef33ffaecbe56666)
TOKEN_TYPE() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
dragon
symbol() view returns (string)
DRAGON
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _creator, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.