SimpleProxy
Verified contract
Proxy
Active on
Ethereum with 29 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x23af…55ca
0x7ea5…99bd
0xa47c…1acd
0xa8de…93ab
0xb12b…94a7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
aUST | ERC-20 | 21.820432K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14774891 | 3 years ago | | | 0 | 0.0010323351 | |
| 14774890 | 3 years ago | | | 0 | 0.0010632527 | |
| 14774839 | 3 years ago | | | 0 | 0.0029029065 | |
| 14774833 | 3 years ago | | | 0 | 0.0015165888 | |
| 14774832 | 3 years ago | | | 0 | 0.0013541636 | |
| 14114650 | 3 years ago | | | 0 | 0.050163951 | |
| 13386357 | 3 years ago | | | 0 | 0.043510740 | |
| 13256528 | 3 years ago | | | 0 | 0.025584521 | |
| 13256088 | 3 years ago | | | 0 | 0.032433937 | |
| 13223397 | 3 years ago | | | 0 | 0.023073596 |
ABI
ABI objects
Getter at block 21383089
admin() view returns (address)
0xb6a8690ad11ed328aefbf3c0d5ecc4babe6f264f
implementation() view returns (address)
0x6573fa39d4b134a6c0d8b34f13334d4358595d96
checkGranted() view returns (bool)
false
checkOperator() view returns (bool)
false
checkOwner() view returns (bool)
false
feeder() view returns (address)
0xb12b8247bd1749cc271c55bb93f6bd2b485c94a7
inputToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
isDepositAllowed() view returns (bool)
true
isRedemptionAllowed() view returns (bool)
true
operator() view returns (address)
0x6054be659c8dc589fceed6a5ce1ef4a7a32303e3
optRouter() view returns (address)
0xcef9e167d3f8806771e9bac1d4a0d568c39a9388
outputToken() view returns (address)
0x23affce94d2a6736de456a25eb8cc96612ca55ca
owner() view returns (address)
0x6054be659c8dc589fceed6a5ce1ef4a7a32303e3
proxyInputToken() view returns (address)
0xa47c8bf37f92abed4a126bda807a7b7498661acd
proxyOutputToken() view returns (address)
0xa8de3e3c934e2a1bb08b010104ccabbd4d6293ab
proxyReserve() view returns (uint256)
0
swapper() view returns (address)
0x7ea5271a0f4ea160934553f4f94ec01f8b3299bd
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
deposit(uint256 _amount)
deposit(uint256 _amount, uint256 _minAmountOut)
earn()
migrate(address _to)
provideReserve(uint256 _amount)
redeem(uint256 _amount)
redeem(uint256 _amount, uint256 _minAmountOut)
removeReserve(uint256 _amount)
setDepositAllowance(bool _allow)
setExchangeRateFeeder(address _exchangeRateFeeder)
setOperationRouter(address _optRouter)
setRedemptionAllowance(bool _allow)
setSwapper(address _swapper)
transferOperator(address _operator)
transferOwnership(address _owner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address implementation)
constructor(address impl)
fallback()
This contract contains no error objects.