BounceBit USD
Verified contract
Proxy
Active on
Ethereum with 957 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
Balances ($0.00)
No balances found for "BounceBit USD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21296326 | a day ago | | | 0 | 0.00057532616 | |
| 21294240 | a day ago | | | 0 | 0.0012966321 | |
| 21292514 | 2 days ago | | | 0 | 0.00043691545 | |
| 21292384 | 2 days ago | | | 0 | 0.00021502085 | |
| 21288570 | 2 days ago | | | 0 | 0.00059365573 | |
| 21285497 | 3 days ago | | | 0 | 0.00048066648 | |
| 21285393 | 3 days ago | | | 0 | 0.00048736612 | |
| 21281950 | 3 days ago | | | 0 | 0.0010614212 | |
| 21260102 | 6 days ago | | | 0 | 0.00027002491 | |
| 21260099 | 6 days ago | | | 0 | 0.00043443221 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addBurner(address burner)
addMinter(address minter)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFor(address to, uint256 amount)
initialize(address _initialOwner, address _blacklist, address[] _minterList, address[] _burnerList)
mint(address to, uint256 amount)
removeBurner(address burner)
removeMinter(address minter)
renounceOwnership()
setBlacklist(address _blacklist)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistSet(address indexed owner, address indexed blacklist)
BurnerAdded(address indexed owner, address indexed burner)
BurnerRemoved(address indexed owner, address indexed burner)
Initialized(uint64 version)
MinterAdded(address indexed owner, address indexed minter)
MinterRemoved(address indexed owner, address indexed minter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
Blacklisted()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 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()