B2BCoin
Verified contract
Active on
Ethereum with 49,592 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 | -- | -- | |
BBC | ERC-20 | 17.003K | -- | -- | |
S | ERC-20 | 10.125K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
UNIX | ERC-20 | 100 | -- | -- | |
ALB | ERC-20 | 100 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
ALTS | ERC-20 | 1 | -- | -- | |
UFR | ERC-20 | 0.16 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257872 | 2 days ago | | | 0 | 0.00050678881 | |
| 21257671 | 2 days ago | | | 0 | 0.00084406909 | |
| 21128673 | 20 days ago | | | 0 | 0.0011136282 | |
| 21104099 | 23 days ago | | | 0 | 0.00031554005 | |
| 21098872 | 24 days ago | | | 0 | 0.00036261877 | |
| 21098870 | 24 days ago | | | 0 | 0.00033987818 | |
| 21096480 | 24 days ago | | | 0 | 0.00020625098 | |
| 21095292 | 25 days ago | | | 0 | 0.00026383307 | |
| 21095291 | 25 days ago | | | 0 | 0.00041014464 | |
| 21094095 | 25 days ago | | | 0 | 0.0010802893 |
ABI
ABI objects
Getter at block 21271470
MAX_UINT256() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
decimals() view returns (uint8)
18
lockedUntilBlock() view returns (uint256)
0
name() view returns (string)
B2BCoin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x2250683dbe4e0b90395c3c5d7def87784a2b916c
symbol() view returns (string)
BBC
totalSupply() view returns (uint256)
1000000000000000000000000000
totalSupplyLimit() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _amount)
killContract()
lockUntil(uint256 _untilBlock, string _reason)
mintTokens(address _to, uint256 _amount)
salvageTokensFromContract(address _tokenAddress, address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _value)
ContractLocked(uint256 _untilBlock, string _reason)
Mint(address indexed _to, uint256 _value)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.