Cobinhood Token
Verified contract
Active on
Ethereum with 103,487 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 |
---|---|---|---|---|---|
RFR | ERC-20 | 526.05 | $0.000018 |
$0.01 | |
XLAB | ERC-20 | 50 | $0.000002 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
COB | ERC-20 | 196.968367K | -- | -- | |
RDC | ERC-20 | 90K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
FYP | ERC-20 | 8.8K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
YFG | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20986080 | a month ago | | | 0 | 0.00077798550 | |
| 20452852 | 4 months ago | | | 0 | 0.000051975000 | |
| 20102877 | 5 months ago | | | 0 | 0.00015102691 | |
| 19851234 | 6 months ago | | | 0 | 0.00028228111 | |
| 19536600 | 8 months ago | | | 0 | 0.00069354440 | |
| 19287548 | 9 months ago | | | 0 | 0.0017850783 | |
| 19097604 | 10 months ago | | | 0 | 0.00027928960 | |
| 18987451 | 10 months ago | | | 0 | 0.00089447799 | |
| 18803833 | a year ago | | | 0 | 0.00084924367 | |
| 18495411 | a year ago | | | 0 | 0.00070534291 |
ABI
ABI objects
Getter at block 21246395
decimals() pure returns (uint8)
18
endDate() pure returns (uint256)
1508630399
name() pure returns (string)
Cobinhood Token
owner() pure returns (address)
0x0bb9fc3ba7bcf6e5d6f6fc15123ff8d5f96cee00
saleActive() pure returns (bool)
false
saleCap() pure returns (uint256)
500000000000000000000000000
startDate() pure returns (uint256)
1505260800
symbol() pure returns (string)
COB
totalSupply() pure returns (uint256)
1000000000000000000000000000
wallet() pure returns (address)
0x0bb9fc3ba7bcf6e5d6f6fc15123ff8d5f96cee00
weiRaised() pure returns (uint256)
29023575010186494154486
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
cobinhoodUserIDs(address) pure returns (bytes32)
getRateAt(uint256 at) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finalize()
initialize(address _wallet, uint256 _start, uint256 _end, uint256 _saleCap, uint256 _totalSupply)
push(address buyer, uint256 amount)
setUserID(bytes32 user_id)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
PreICOTokenPushed(address indexed buyer, uint256 amount)
TokenPurchase(address indexed purchaser, uint256 value, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
UserIDChanged(address owner, bytes32 user_id)
constructor()
fallback()
This contract contains no error objects.