Block-Chain.com Token
Verified contract
Active on
Ethereum with 12,115 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
BC | ERC-20 | 12.686823K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
YFIN | ERC-20 | 5.4351 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119455 | 6 days ago | | | 0 | 0.000052572678 | |
| 20113867 | 5 months ago | | | 0 | 0.00052238543 | |
| 19598591 | 7 months ago | | | 0 | 0.00026169872 | |
| 19129523 | 9 months ago | | | 0 | 0.0013972196 | |
| 18354567 | a year ago | | | 0 | 0.00013713683 | |
| 18350400 | a year ago | | | 0 | 0.00015242096 | |
| 18282480 | a year ago | | | 0 | 0.00027051393 | |
| 16842377 | 2 years ago | | | 0 | 0.00060991372 | |
| 16787273 | 2 years ago | | | 0 | 0.0020129357 | |
| 16350545 | 2 years ago | | | 0 | 0.00080078235 |
ABI
ABI objects
Getter at block 21160180
decimals() pure returns (uint8 _decimals)
18
initialized() view returns (bool)
true
mintingFinished() view returns (bool)
true
name() pure returns (string _name)
Block-Chain.com Token
owner() view returns (address)
0x39e1abc4440a59a54790b7a729812981bbea4295
paused() view returns (bool)
false
symbol() pure returns (string _symbol)
BC
totalSupply() view returns (uint256)
247000000000000000000000000
Read-only
actualBalanceOf(address _owner) view returns (uint256 balance)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
freezingBalanceOf(address _owner) view returns (uint256 balance)
freezingCount(address _addr) view returns (uint256 count)
getFreezing(address _addr, uint256 _index) view returns (uint64 _release, uint256 _balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
freezeTo(address _to, uint256 _amount, uint64 _until)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAndFreeze(address _to, uint256 _amount, uint64 _until) returns (bool)
pause()
releaseAll() returns (uint256 tokens)
releaseOnce()
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freezed(address indexed to, uint64 release, uint256 amount)
Initialized()
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Released(address indexed owner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.