B USD Coin
Verified contract
Active on
Ethereum with 3,899 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 280.433062K | $1.002 |
$280,993.93 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21058463 | 24 days ago | | | 0 | 0.0010739880 | |
| 21048885 | 25 days ago | | | 0 | 0.00076179289 | |
| 21011047 | a month ago | | | 0 | 0.00094801547 | |
| 20553628 | 3 months ago | | | 0 | 0.00041560712 | |
| 20553579 | 3 months ago | | | 0 | 0.00011119380 | |
| 20553475 | 3 months ago | | | 0 | 0.00041513329 | |
| 20553405 | 3 months ago | | | 0 | 0.00047257833 | |
| 20553358 | 3 months ago | | | 0 | 0.00048413878 | |
| 20553292 | 3 months ago | | | 0 | 0.00041389208 | |
| 20553287 | 3 months ago | | | 0 | 0.00042086885 |
ABI
ABI objects
Getter at block 21230279
DOMAIN_SEPARATOR() view returns (bytes32)
0x575d60bb2d45c4fbccbe3717f80cf1d464eaf51870d72b7a4645faab526396c2
MINIMUM_LIQUIDITY() view returns (uint256)
1000000
betaBank() view returns (address)
0x972a785b390d05123497169a04c72de652493be1
decimals() view returns (uint8)
6
interestRate() view returns (uint256)
10000000000000000
lastAccrueTime() view returns (uint256)
1730050163
name() view returns (string)
B USD Coin
symbol() view returns (string)
bUSDC
totalDebtShare() view returns (uint256)
2380583606
totalLoan() view returns (uint256)
2637479029
totalLoanable() view returns (uint256)
280432062348
totalSupply() view returns (uint256)
270904164110
underlying() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events accrue()
approve(address spender, uint256 amount) returns (bool)
borrow(address _to, uint256 _amount) returns (uint256 debtShare)
burn(address _to, uint256 _credit) returns (uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
fetchDebtShareValue(uint256 _debtShare) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (uint256 credit)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recover(address _token, address _to, uint256 _amount)
repay(address _from, uint256 _amount) returns (uint256 debtShare)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Accrue(uint256 interest)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed caller, address indexed to, uint256 amount, uint256 credit)
Mint(address indexed caller, address indexed to, uint256 amount, uint256 credit)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _betaBank, address _underlying)
This contract contains no fallback and receive objects.
This contract contains no error objects.