OPEN Chain
Verified contract
Active on
Ethereum with 80,111 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) |
---|---|---|---|---|---|---|---|
| 21134971 | 3 days ago | | | 0 | 0.0011868553 | |
| 21134904 | 3 days ago | | | 0 | 0.0017334238 | |
| 21134414 | 4 days ago | | | 0 | 0.00042644382 | |
| 21126947 | 5 days ago | | | 0 | 0.0010349304 | |
| 21109629 | 7 days ago | | | 0 | 0.00021546848 | |
| 21089605 | 10 days ago | | | 0 | 0.00018000766 | |
| 21089583 | 10 days ago | | | 0 | 0.00027767602 | |
| 21061864 | 14 days ago | | | 0 | 0.00056292097 | |
| 21056772 | 14 days ago | | | 0 | 0.00026597382 | |
| 21056732 | 14 days ago | | | 0 | 0.00031363147 |
ABI
ABI objects
Getter at block 21159500
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.