Original Crypto Coin
Verified contract
Active on
Ethereum with 17,655 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OCC | ERC-20 | 16.206982M | -- | -- | |
JC | ERC-20 | 7.7 | -- | -- | |
CAN | ERC-20 | 3 | -- | -- | |
FLOV | ERC-20 | 2 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19806247 | 6 months ago | | | 0 | 0.00013586842 | |
| 18443385 | a year ago | | | 0 | 0.00071707252 | |
| 18431807 | a year ago | | | 0 | 0.0039251219 | |
| 18303509 | a year ago | | | 0 | 0.00015093745 | |
| 17727001 | a year ago | | | 0 | 0.00078047815 | |
| 16787582 | 2 years ago | | | 0 | 0.0019226436 | |
| 16787225 | 2 years ago | | | 0 | 0.0014581168 | |
| 16661312 | 2 years ago | | | 0 | 0.0010036479 | |
| 16659034 | 2 years ago | | | 0 | 0.00091481791 | |
| 16473052 | 2 years ago | | | 0 | 0.00078487219 |
ABI
ABI objects
Getter at block 21162536
decimals() view returns (uint8)
18
getCofounderCount() view returns (uint256)
8
getCofounders() view returns (address[])
[0xA4e3aE7f92106AF0c16173d85c89e1f6488b14A5, 0x2378113E6C0a1dD0436c56F7e25fDcb6fD38B7BC, 0xF5dD9A84dCB05b7B201371cD7f75E9090e506845, 0x1FB72B88Fd9a3205fD603D6899cED5bF582915Ea, 0x0F74a326F321e2A87650B95bCf697a8C1CF8a33c, 0xbEAB88087012d26019DE54467096525Fa63128aE, 0x4f5aDf9b6516b58db57330Bbac75E78ea72Cf817, 0xb5651dc6e84373c3f96d228E6B95aA9B081e7c8b]
name() view returns (string)
Original Crypto Coin
symbol() view returns (string)
OCC
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 remaining)
allowances(address, address) view returns (uint256 amount, bool hasBeenPartiallyWithdrawn)
balanceOf(address owner) view returns (uint256 balance)
balances(address) view returns (uint256)
cofounderIndices(address) view returns (uint256)
cofounders(uint256) view returns (address)
supportsInterface(bytes4 interfaceID) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool success)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalDenied(address indexed owner, address indexed spender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] tokenCofounders, uint256 cofounderDistribution)
This contract contains no fallback and receive objects.
This contract contains no error objects.