Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Doraemon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20179923 | 4 months ago | | | 0 | 0.00039574594 | |
| 20179921 | 4 months ago | | | 0 | 0.00048920306 | |
| 20179919 | 4 months ago | | | 0 | 0.00048951217 | |
| 20179919 | 4 months ago | | | 0 | 0.00048951217 | |
| 20179919 | 4 months ago | | | 0 | 0.00048951217 | |
| 20179918 | 4 months ago | | | 0 | 0.00076897641 | |
| 20179916 | 4 months ago | | | 0 | 0.00037771182 | |
| 20179916 | 4 months ago | | | 0 | 0.00037771182 | |
| 20179916 | 4 months ago | | | 0 | 0.00047076782 | |
| 20179916 | 4 months ago | | | 0 | 0.00047076782 |
ABI
ABI objects
Getter at block 21157974
decimals() view returns (uint8)
18
launched() view returns (bool)
true
name() view returns (string)
Doraemon
owner() view returns (address)
0xed866d48279a74a2afe79b46d8801ac0140bc9f2
symbol() view returns (string)
DORMON
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
launch()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _symbol, string _name, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)