OPC-ERC20-Token
Verified contract
Active on
Ethereum with 1,004 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.003163 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16040033 | 2 years ago | | | 0 | 0.00064430000 | |
| 16040029 | 2 years ago | | | 0 | 0.00064430000 | |
| 16040028 | 2 years ago | | | 0 | 0.00064454000 | |
| 16040028 | 2 years ago | | | 0 | 0.00064430000 | |
| 16040028 | 2 years ago | | | 0 | 0.00064454000 | |
| 16040019 | 2 years ago | | | 0 | 0.00064454000 | |
| 16040019 | 2 years ago | | | 0 | 0.00064454000 | |
| 16040019 | 2 years ago | | | 0 | 0.00064430000 | |
| 16040018 | 2 years ago | | | 0 | 0.00064430000 | |
| 16040018 | 2 years ago | | | 0 | 0.00064430000 |
ABI
ABI objects
Getter at block 21168791
decimals() view returns (uint256)
18
maxSupply() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
OPC-ERC20-Token
owner() view returns (address)
0xf5135c3e5bbab3ce423c542151f3adeaec576e50
stopped() view returns (bool)
false
symbol() view returns (string)
OPC
totalSupply() view returns (uint256)
550000000000000000000000000
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
mint(address dst, uint128 wad)
setOwner(address owner_)
start()
stop()
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogSetOwner(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _symbol, string _name, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.