OPEN Chain
Verified contract
Active on
Ethereum with 80,150 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
SEN | ERC-20 | 235.921647K | -- | -- | |
TAU | ERC-20 | 27.0447K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
PMT | ERC-20 | 0.0005 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267173 | 5 hours ago | | | 0 | 0.0011599416 | |
| 21266665 | 7 hours ago | | | 0 | 0.00089397673 | |
| 21265327 | 11 hours ago | | | 0 | 0.0012274167 | |
| 21265217 | 12 hours ago | | | 0 | 0.00076264950 | |
| 21264531 | 14 hours ago | | | 0 | 0.0010226298 | |
| 21263786 | 16 hours ago | | | 0 | 0.00045625799 | |
| 21256151 | 2 days ago | | | 0 | 0.00042324830 | |
| 21254773 | 2 days ago | | | 0 | 0.00056000892 | |
| 21253010 | 2 days ago | | | 0 | 0.00084513450 | |
| 21252479 | 2 days ago | | | 0 | 0.00061629005 |
ABI
ABI objects
Getter at block 21268663
decimals() view returns (uint8)
8
name() view returns (string)
OPEN Chain
owner() view returns (address)
0x6b957db2a1911b2fdf4c86932f92ff65f3d61bc1
paused() view returns (bool)
false
symbol() view returns (string)
OPENC
totalSupply() view returns (uint256)
174544704500000000
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.