BOBO Chain
Verified contract
Active on
Ethereum with 14,851 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003396 |
$0 | |
MYOU | ERC-20 | 0.1 | -- | -- | |
WDT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583608 | 2 years ago | | | 0 | 0.0016749115 | |
| 13512343 | 3 years ago | | | 0 | 0.0087745940 | |
| 13466331 | 3 years ago | | | 0 | 0.0027222447 | |
| 10870694 | 4 years ago | | | 0 | 0.0041393600 | |
| 10870370 | 4 years ago | | | 0 | 0.0096545088 | |
| 10201112 | 4 years ago | | | 0 | 0.00052678920 | |
| 10200864 | 4 years ago | | | 0 | 0.00055777680 | |
| 10198849 | 4 years ago | | | 0 | 0.00092962800 | |
| 10198570 | 4 years ago | | | 0 | 0.0010334000 | |
| 10198561 | 4 years ago | | | 0 | 0.0010329200 |
ABI
ABI objects
Getter at block 21166269
decimals() view returns (uint8)
18
name() view returns (string)
BOBO Chain
owner() view returns (address)
0xb01484ce5e847fd6efcf68b9edc4172f51423b6f
symbol() view returns (string)
BOB
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.