Ocular Coin
Verified contract
Active on
Ethereum with 359 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 |
---|---|---|---|---|---|
OCULR | ERC-20 | 20.001K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11733187 | 4 years ago | | | 0 | 0.0033152500 | |
| 11049468 | 4 years ago | | | 0 | 0.0010433360 | |
| 10981006 | 4 years ago | | | 0 | 0.0012682500 | |
| 10589253 | 4 years ago | | | 0 | 0.0022350000 | |
| 10589230 | 4 years ago | | | 0 | 0.0031335600 | |
| 9755637 | 5 years ago | | | 0 | 0.000022262000 | |
| 9755632 | 5 years ago | | | 0 | 0.000052226000 | |
| 9593557 | 5 years ago | | | 0 | 0.00011175000 | |
| 9483291 | 5 years ago | | | 0 | 0.00039160500 | |
| 9329686 | 5 years ago | | | 0 | 0.000037226000 |
ABI
ABI objects
Getter at block 21303900
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Ocular Coin
owner() view returns (address)
0x0b26a91715c8c7d16487ff9c6ab3cbc0d0572f62
paused() view returns (bool)
false
symbol() view returns (string)
OCULR
totalSupply() view returns (uint256)
600000000000000000000000000
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)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause() returns (bool)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 value)
MintFinished()
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.