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 |
---|---|---|---|---|---|
BBMX | ERC-20 | 3.472101K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6184350 | a year ago | | | 0 | 0.0000046934120 | |
| 4553220 | a year ago | | | 0 | 1.6808447e-7 | |
| 4524282 | a year ago | | | 0 | 4.5705308e-7 | |
| 4463477 | a year ago | | | 0 | 0.000000092525354994 | |
| 4461900 | a year ago | | | 0 | 0.0000046428740 | |
| 4158080 | a year ago | | | 0 | 1.2645324e-7 | |
| 4158009 | a year ago | | | 0 | 0.000000089580307726 | |
| 4132034 | a year ago | | | 0 | 1.3115135e-7 | |
| 4131961 | a year ago | | | 0 | 0.0000030018255 | |
| 4124983 | a year ago | | | 0 | 3.2820747e-7 |
ABI
ABI objects
Getter at block 22000168
decimals() view returns (uint8)
18
name() view returns (string)
BBMX
owner() view returns (address)
0x1b40c3fb4bb2cb7da9d3f29f6d6b2bb2c01f818c
symbol() view returns (string)
BBMX
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.