Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAB | ERC-20 | 419.291611 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20839968 | 2 months ago | | | 0 | 0.00023859972 | |
| 20564211 | 3 months ago | | | 0 | 0.000082717130 | |
| 20554749 | 3 months ago | | | 0 | 0.000095945755 | |
| 20551455 | 3 months ago | | | 0 | 0.000051588250 | |
| 20548948 | 3 months ago | | | 0 | 0.000038672596 | |
| 19543984 | 7 months ago | | | 0 | 0.00055242074 | |
| 19301010 | 9 months ago | | | 0 | 0.00048469074 | |
| 18934341 | 10 months ago | | | 0 | 0.00093920386 | |
| 18476429 | a year ago | | | 0 | 0.00037700141 | |
| 17831044 | a year ago | | | 0 | 0.00068399522 |
ABI
ABI objects
Getter at block 21168400
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
BAB
operator() view returns (address)
0x7715a2ca2c9ae2c6cde525f9588eded073df3430
owner() view returns (address)
0x7715a2ca2c9ae2c6cde525f9588eded073df3430
symbol() view returns (string)
BAB
totalSupply() view returns (uint256)
64016899540817929852660812
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed 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.