bt:vault: Tether USD
Verified contract
Active on
Ethereum with 151 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "bt:vault: Tether USD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15657096 | 2 years ago | | | 0 | 0.000096984000 | |
| 12995807 | 3 years ago | | | 0 | 0.00092732800 | |
| 12707959 | 3 years ago | | | 0 | 0.000072615000 | |
| 12203153 | 4 years ago | | | 0 | 0.013245386 | |
| 12111305 | 4 years ago | | | 0 | 0.019258179 | |
| 12093653 | 4 years ago | | | 0 | 0.020421352 | |
| 12081128 | 4 years ago | | | 0 | 0.015167359 | |
| 12062414 | 4 years ago | | | 0 | 0.020091088 | |
| 12061572 | 4 years ago | | | 0 | 0.020571509 | |
| 12061157 | 4 years ago | | | 0 | 0.017235628 |
ABI
ABI objects
Getter at block 21385632 balance() view returns (uint256) getPricePerFullShare() view returns (uint256)
RestrictContractCall() view returns (bool)
true
available() view returns (uint256)
0
controller() view returns (address)
0x0352c8193eaa2449aab3a42829f6d162bb73abfe
decimals() view returns (uint8)
6
depositWithdrawInterval() view returns (uint256)
60
earnLowerlimit() view returns (uint256)
1000000000000000000000000
fee1() view returns (uint256)
100
fee2() view returns (uint256)
0
fee3() view returns (uint256)
0
feeAddress() view returns (address)
0x5e1f55a4a02890cf7d599a8d39cb5e4cdbef3aea
feeMax() view returns (uint256)
1000
governance() view returns (address)
0x5dc224fa0aef9bada1201e05bf978671f9c0be6b
max() view returns (uint256)
10000
min() view returns (uint256)
10000
name() view returns (string)
bt:vault: Tether USD
symbol() view returns (string)
bUSDT
timelock() view returns (address)
0x5e1f55a4a02890cf7d599a8d39cb5e4cdbef3aea
token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
153381310590
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.