Genealogy Chain System
Verified contract
Active on
Ethereum with 20,661 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 |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18089530 | a year ago | | | 0 | 0.00034990182 | |
| 14790217 | 2 years ago | | | 0 | 0.0022362702 | |
| 9042427 | 5 years ago | | | 0 | 0.00010904500 | |
| 9042168 | 5 years ago | | | 0 | 0.000033922200 | |
| 9042148 | 5 years ago | | | 0 | 0.000034022040 | |
| 9042148 | 5 years ago | | | 0 | 0.000034022040 | |
| 9042057 | 5 years ago | | | 0 | 0.00014175850 | |
| 9041638 | 5 years ago | | | 0 | 0.000028351700 | |
| 9041625 | 5 years ago | | | 0 | 0.000028351700 | |
| 9040817 | 5 years ago | | | 0 | 0.000028351700 |
ABI
ABI objects
Getter at block 21157984
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
2000000000000000000000000000
mintingFinished() view returns (bool)
true
name() view returns (string)
Genealogy Chain System
owner() view returns (address)
0xb0cdcfa5820df78e11dfe3829634809c3cb2d2a2
symbol() view returns (string)
GCS
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.