bUSDC
Verified contract
Proxy
Active on
Ethereum with 16 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 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "bUSDC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17253812 | 2 years ago | | | 0 | 0.0011412626 | |
| 13816313 | 3 years ago | | | 0 | 0.0019872855 | |
| 13485869 | 3 years ago | | | 0 | 0.0017920360 | |
| 13485844 | 3 years ago | | | 0 | 0.0020963440 | |
| 13448778 | 3 years ago | | | 0 | 0.0030004195 | |
| 13424035 | 3 years ago | | | 0 | 0.0052235071 | |
| 13416321 | 3 years ago | | | 0 | 0.0028530411 | |
| 13416290 | 3 years ago | | | 0 | 0.0029073297 | |
| 13413908 | 3 years ago | | | 0 | 0.0035036093 | |
| 13406497 | 3 years ago | | | 0 | 0.0032530115 |
ABI
ABI objects
Getter at block 21258637
decimals() view returns (uint8)
6
name() view returns (string)
bUSDC
owner() view returns (address)
0xbabee6d5f6edd301b5fae591a0d61ab702b359d0
paused() view returns (bool)
false
symbol() view returns (string)
bUSDC
totalSupply() view returns (uint256)
116502351186
unlockTimestamp() view returns (uint256)
1634212800
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
addAddressToWhitelist(address addr)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint256 _unlockTimestamp, address[] _whitelistAddresses)
mint(address account, uint256 amount)
pause()
removeAddressFromWhitelist(address addr)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
updateUnlockTimestamp(uint256 _unlockTimestamp)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddressAddedToWhitelist(address newWhitelistAddress)
AddressRemovedFromWhitelist(address removedWhitelistAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
UpdateUnlockTimestamp(string description, address sender, uint256 newUnlockTimestamp)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.