BounceBit USD

Verified contract

Proxy

Active on Ethereum with 957 txns
Deployed by via 0x24a8c7d7 at 19665673
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 "BounceBit USD"

0xff27bc077780ea38601dcd71099e9e0e8008db9bf4713170c946e4773248b637
0xd3eb00473d7dc6027c28a6187ced40c619b88c42ff1a43bccdd7a3da48254212
0xe19a42c9a29c05d0d132c77621c89764b206f13f3400db135a44c4deb6d7ed8d
0x5c9c8a45baa62661d14bc561933df1078154c684fa3e0bae3f539727d0882ca8
0xe63f61b04a99b2680c916ac88562415017eacccb72277823180de20a9bd9b8eb
0xc84c6d65eb20b2d0f683a6ef890aefc2bcf967cf5eca2e9826fb47251112723d
0x47f772a4e27fb8d4d518c1ed65238926e12750c4558c37ec2a122efcfe25cc35
0xbe24a21b5dd55f5e7474df40a9986f4737b23371604d534213e6f10e9c7fdff4
0xb1dbfbc5199ab112d146beaa72af1b72d9ef2593729b01b35c3bc1f2b72d5b6d
0xdb367f3fbb5fb1c3262c4959988f8fa4217dedacfaeff71b470eaa4449de207c

Functions
Getter at block 21304846
blacklist(view returns (address)
0x373d0c84187b255956039f5da06cf4cc33c1602d
decimals(view returns (uint8)
18
getBurners(view returns (address[])
[0x28cCe2a50077797Bea39d29d1c2B07f5CB1b5a5C, 0x8a4C7Ca32bd1daFF850D059b24b1bDF3E2Fe107d]
getMinters(view returns (address[])
[0x28cCe2a50077797Bea39d29d1c2B07f5CB1b5a5C, 0x8a4C7Ca32bd1daFF850D059b24b1bDF3E2Fe107d]
name(view returns (string)
BounceBit USD
owner(view returns (address)
0x83f6c2920b56ae46ccdffacb4761032d099286df
symbol(view returns (string)
BBUSD
totalSupply(view returns (uint256)
11886806907433352106173655
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
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(