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 "BaoMa Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6409410 | 6 years ago | | | 0 | 0.0019193340 | |
| 6328559 | 6 years ago | | | 0 | 0.0019193340 | |
| 6328503 | 6 years ago | | | 0 | 0.0026778060 | |
| 6304084 | 6 years ago | | | 0 | 0.00019225980 | |
| 6304034 | 6 years ago | | | 0 | 0.0024241080 | |
| 6293133 | 6 years ago | | | 0 | 0.0017341080 | |
| 6293079 | 6 years ago | | | 0 | 0.0024241080 | |
| 6293064 | 6 years ago | | | 0 | 0.0024241080 | |
| 6293044 | 6 years ago | | | 0 | 0.0017341080 | |
| 6293003 | 6 years ago | | | 0 | 0.0017311640 |
ABI
ABI objects
Getter at block 21213254
decimals() view returns (uint256)
18
liquidityStatus() view returns (bool _transferable)
true
name() view returns (string)
BaoMa Coin
owner() view returns (address)
0x2231f68f766dc855242daed44b5b53490896b55f
symbol() view returns (string)
BMB
totalSupply() view returns (uint256)
10000000000000000000000000000
transferable() view returns (bool)
true
Read-only
accountFrozenStatus(address target) view returns (bool frozen)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value)
freezeAccount(address target, bool freeze)
switchLiquidity(bool _transferable) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address caller, uint256 value)
FrozenFunds(address target, bool frozen)
InvalidAccount(address indexed addr, bytes msg)
InvalidCaller(address caller)
LiquidityAlarm(bytes msg)
OwnershipTransferred(address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.