This contract is being backfilled. You may encounter incomplete storage history.

BBUSD

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x8660b60f at 20395469
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot

No balances found for "BBUSD"

No transactions found for "BBUSD"


Functions
Getter at block 20798684
blacklist(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
18
getBurners(view returns (address[])
[]
getMinters(view returns (address[])
[]
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
addBurner(address burner
addMinter(address minter
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
burnFor(address touint256 amount
initialize(address _initialOwneraddress _blacklistaddress[] _minterListaddress[] _burnerList
mint(address touint256 amount
removeBurner(address burner
removeMinter(address minter
renounceOwnership(
setBlacklist(address _blacklist
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BlacklistSet(address indexed owneraddress indexed blacklist
BurnerAdded(address indexed owneraddress indexed burner
BurnerRemoved(address indexed owneraddress indexed burner
Initialized(uint64 version
MinterAdded(address indexed owneraddress indexed minter
MinterRemoved(address indexed owneraddress indexed minter
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
Blacklisted(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedToExec(
InvalidInitialization(
NotBurner(
NotInitializing(
NotMinter(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ZeroAddress(