BBAYCOIN
Verified contract
Active on
Ethereum with 11,708 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BBAYCOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12624553 | 3 years ago | | | 0 | 0.00010148500 | |
| 10159644 | 4 years ago | | | 0 | 0.0011706300 | |
| 10159541 | 4 years ago | | | 0 | 0.0019447560 | |
| 10136750 | 4 years ago | | | 0 | 0.00055193100 | |
| 10136724 | 4 years ago | | | 0 | 0.0013499251 | |
| 10132200 | 4 years ago | | | 0 | 0.00057564000 | |
| 10132198 | 4 years ago | | | 0 | 0.00057564000 | |
| 10132198 | 4 years ago | | | 0 | 0.00057592800 | |
| 10132197 | 4 years ago | | | 0 | 0.00057564000 | |
| 10132197 | 4 years ago | | | 0 | 0.00057535200 |
ABI
ABI objects
Getter at block 21163279
decimals() view returns (uint8)
18
name() view returns (string)
BBAYCOIN
owner() view returns (address)
0x161a3c58d6b164596ffd65a053b93fb7df2c3852
symbol() view returns (string)
BBC
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
withdrawEther(uint256 amount)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
fallback()
This contract contains no error objects.