OPEN Chain
Verified contract
Active on
Ethereum with 68,376 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 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212345 | 6 days ago | | | 0 | 0.00084280753 | |
| 15528401 | 2 years ago | | | 0 | 0.00053369874 | |
| 15528366 | 2 years ago | | | 0 | 0.00064612487 | |
| 14600857 | 3 years ago | | | 0 | 0.00052872873 | |
| 14321005 | 3 years ago | | | 0 | 0.00060937500 | |
| 14320939 | 3 years ago | | | 0 | 0.00087750000 | |
| 13751884 | 3 years ago | | | 0 | 0.0021915651 | |
| 13265237 | 3 years ago | | | 0 | 0.0014123580 | |
| 12721766 | 3 years ago | | | 0 | 0.00043875000 | |
| 12545719 | 3 years ago | | | 0 | 0.00053625004 |
ABI
ABI objects
Getter at block 21258799
decimals() view returns (uint8)
8
name() view returns (string)
OPEN Chain
owner() view returns (address)
0x6b957db2a1911b2fdf4c86932f92ff65f3d61bc1
paused() view returns (bool)
true
symbol() view returns (string)
OPENC
totalSupply() view returns (uint256)
184200000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _tokens, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.