Business boss chain
Verified contract
Active on
Ethereum with 49,406 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 |
---|---|---|---|---|---|
BBOS | ERC-20 | 7.498129K | -- | -- | |
WDT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14790375 | 2 years ago | | | 0 | 0.0017892855 | |
| 13933008 | 3 years ago | | | 0 | 0.0065647002 | |
| 13461013 | 3 years ago | | | 0 | 0.0044579842 | |
| 13124291 | 3 years ago | | | 0 | 0.0035329451 | |
| 12474425 | 3 years ago | | | 0 | 0.0037522324 | |
| 12403339 | 4 years ago | | | 0 | 0.0061935060 | |
| 11634224 | 4 years ago | | | 0 | 0.010005250 | |
| 11634206 | 4 years ago | | | 0 | 0.026030067 | |
| 11634173 | 4 years ago | | | 0 | 0.013040181 | |
| 11526237 | 4 years ago | | | 0 | 0.00097612200 |
ABI
ABI objects
Getter at block 21163437
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Business boss chain
owner() view returns (address)
0x76083e32a1f0b8f12e52ba820a3ce130fb51e76f
paused() view returns (bool)
false
symbol() view returns (string)
BBOS
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.