unagii_USD Coin
Verified contract
Active on
Ethereum with 986 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,845.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 9.845125K | $1.00 |
$9,845.13 | |
UNA | ERC-20 | 2.682808M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20277886 | 4 months ago | | | 0 | 0.00020852850 | |
| 18800744 | a year ago | | | 0 | 0.0052371000 | |
| 17956760 | a year ago | | | 0 | 0.0033747040 | |
| 17620105 | a year ago | | | 0 | 0.00036435000 | |
| 17009790 | 2 years ago | | | 0 | 0.00050679378 | |
| 16734444 | 2 years ago | | | 0 | 0.0038962729 | |
| 16332433 | 2 years ago | | | 0 | 0.00045517821 | |
| 16332426 | 2 years ago | | | 0 | 0.00041241830 | |
| 16316252 | 2 years ago | | | 0 | 0.00034555830 | |
| 15944589 | 2 years ago | | | 0 | 0.00041302831 |
ABI
ABI objects
Getter at block 21213900 balanceInStrategy() view returns (uint256)
admin() view returns (address)
0xa2f203f34314b001a223d674db9a2df28a5339a4
availableToInvest() view returns (uint256)
9352868791
balanceInVault() view returns (uint256)
9845125043
controller() view returns (address)
0x7d55c795359eb049ff482c8bd5e0523f0fb40b6f
decimals() view returns (uint8)
6
minReserve() view returns (uint256)
492256252
name() view returns (string)
unagii_USD Coin
paused() view returns (bool)
false
reserveMin() view returns (uint256)
500
strategy() view returns (address)
0xcc16943c30dfbbf53b3eb1fab374a38fc79ac2f4
symbol() view returns (string)
uUSDC
timeLock() view returns (address)
0x8dcb98361a49550593b57747ab2825983ef43662
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalAssets() view returns (uint256)
9845125043
totalDebtInStrategy() view returns (uint256)
0
totalSupply() view returns (uint256)
8734630805
withdrawFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getExpectedReturn(uint256 _shares) view returns (uint256)
strategies(address) view returns (bool)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveStrategy(address _strategy)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
invest()
revokeStrategy(address _strategy)
setAdmin(address _admin)
setController(address _controller)
setPause(bool _paused)
setReserveMin(uint256 _reserveMin)
setStrategy(address _strategy, uint256 _min)
setTimeLock(address _timeLock)
setWhitelist(address _addr, bool _approve)
setWithdrawFee(uint256 _fee)
sweep(address _token)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares, uint256 _min)
Approval(address indexed owner, address indexed spender, uint256 value)
ApproveStrategy(address strategy)
RevokeStrategy(address strategy)
SetStrategy(address strategy)
SetWhitelist(address addr, bool approved)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _controller, address _timeLock, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.