Cybercoin
Verified contract
Active on
Ethereum with 4,476 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AMPL | ERC-20 | 7.400293 | $1.34 |
$9.92 | |
DAI | ERC-20 | 0.444656 | $1.001 |
$0.45 | |
CBR | ERC-20 | 4.444009M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21099275 | 8 days ago | | | 0 | 0.00019407567 | |
| 21025272 | 19 days ago | | | 0 | 0.00014844377 | |
| 20851207 | a month ago | | | 0 | 0.00031715305 | |
| 20789099 | 2 months ago | | | 0 | 0.00021644128 | |
| 20563552 | 3 months ago | | | 0 | 0.00010191940 | |
| 20525725 | 3 months ago | | | 0 | 0.00016489696 | |
| 20453033 | 3 months ago | | | 0 | 0.000051386000 | |
| 20452687 | 3 months ago | | | 0 | 0.000046398000 | |
| 20286226 | 4 months ago | | | 0 | 0.00031038448 | |
| 20254735 | 4 months ago | | | 0 | 0.000072929781 |
ABI
ABI objects
Getter at block 21160156
decimals() view returns (uint8)
18
name() view returns (string)
Cybercoin
symbol() view returns (string)
CBR
totalFrozen() view returns (uint256)
107773687597023451900000000
totalSupply() view returns (uint256)
758650721997439793622129783
Read-only
allInfoFor(address _user) view returns (uint256 totalTokenSupply, uint256 totalTokensFrozen, uint256 userBalance, uint256 userFrozen, uint256 userDividends)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
frozenOf(address _user) view returns (uint256)
isWhitelisted(address _user) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
bulkTransfer(address[] _receivers, uint256[] _amounts)
burn(uint256 _tokens)
collect() returns (uint256)
distribute(uint256 _tokens)
freeze(uint256 _tokens)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
unfreeze(uint256 _tokens)
whitelist(address _user, bool _status)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Burn(uint256 tokens)
Collect(address indexed owner, uint256 tokens)
Freeze(address indexed owner, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unfreeze(address indexed owner, uint256 tokens)
Whitelist(address indexed user, bool status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.