bt:vault: USD Coin
Verified contract
Active on
Ethereum with 330 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,360.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.361146K | $0.999792 |
$1,360.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16078600 | 2 years ago | | | 0 | 0.00025458300 | |
| 13286815 | 3 years ago | | | 0 | 0.0015032520 | |
| 12707959 | 3 years ago | | | 0 | 0.000072615000 | |
| 12497493 | 4 years ago | | | 0 | 0.012605840 | |
| 12212072 | 4 years ago | | | 0 | 0.0034007821 | |
| 12202031 | 4 years ago | | | 0 | 0.019307212 | |
| 12198067 | 4 years ago | | | 0 | 0.018000960 | |
| 12194827 | 4 years ago | | | 0 | 0.0070223940 | |
| 12193534 | 4 years ago | | | 0 | 0.026445658 | |
| 12164825 | 4 years ago | | | 0 | 0.0045932640 |
ABI
ABI objects
Getter at block 21328457 balance() view returns (uint256) getPricePerFullShare() view returns (uint256)
RestrictContractCall() view returns (bool)
true
available() view returns (uint256)
0
controller() view returns (address)
0x03d2079c54967f463fd6e89e76012f74ebc62615
decimals() view returns (uint8)
6
earnLowerlimit() view returns (uint256)
50000000000
fee1() view returns (uint256)
100
fee2() view returns (uint256)
0
fee3() view returns (uint256)
0
feeAddress() view returns (address)
0x80411aa06c3486dea6ecefaa413834819e38370e
feeMax() view returns (uint256)
1000
governance() view returns (address)
0x5dc224fa0aef9bada1201e05bf978671f9c0be6b
max() view returns (uint256)
10000
min() view returns (uint256)
0
name() view returns (string)
bt:vault: USD Coin
symbol() view returns (string)
bUSDC
timelock() view returns (address)
0x38df9d60f554e102118b7dde8f0a5fe4f468ef01
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalSupply() view returns (uint256)
2901733964
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setController(address _controller)
setEarnLowerlimit(uint256 _earnLowerlimit)
setFeeAddress(address fadd)
setFeeRatio(uint256[3] fees)
setGovernance(address _governance)
setMin(uint256 _min)
setRestrictContractCall(bool enabled)
setTimeLock(address _timelock)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token, uint256 _earnLowerlimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.