AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2,601 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
-
variable spans 49 additional slots
0x06af…def0
0x6bfb…1dcb
0x06af…def0
0x9a4e…96e5
0x5556…7b1e
Balances ($94.30)
Native
Value
$94.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.028263 | $3,336.58 |
$94.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15609903 | 2 years ago | | | 0 | 0.0031867822 | |
| 15609901 | 2 years ago | | | 0 | 0.0029236119 | |
| 15609855 | 2 years ago | | | 0 | 0.0015119226 | |
| 15267789 | 2 years ago | | | 0 | 0.0018785758 | |
| 15237518 | 2 years ago | | | 0 | 0.010194536 | |
| 14875042 | 2 years ago | | | 0 | 0.016659246 | |
| 14810135 | 2 years ago | | | 0 | 0.0065538417 | |
| 14541256 | 3 years ago | | | 0 | 0.025469212 | |
| 14541211 | 3 years ago | | | 0 | 0.0044053898 | |
| 14541203 | 3 years ago | | | 0 | 0.024493961 |
ABI
ABI objects
Getter at block 21169169
owner() view returns (address)
0xe4f3351ae52a007f5bc26bfd2c0e3583fd278d46
Read-only
fetchTokenPrice(string _tokenSymbol) view returns (uint256)
getAggEcoBalance(address userAddress) view returns (uint256)
isWithdrawEligible(address userAddress, string to, uint256 amount) view returns (bool Eligible)
orderMonthlyDue(uint64 _orderId, uint256 _duration) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
Borrow(uint256 _amount, string _tokenSymbol)
Deposit(string rtoken, uint256 _amount) payable
SwapWrapToWrap(string token1, string token2, uint256 token1amount) returns (uint256)
Withdraw(string to, uint256 _amount)
borrowOrder(address userAddress, string rtoken, uint256 amount, uint256 duration, uint256 yield)
cancelOrder(uint64 _orderId)
changeOwner(address _owner)
clearBorrow(string rtoken, uint256 _amount) payable
createOrder(address userAddress, string _tokenSymbol, uint256 _amount, uint256 _duration, uint256 _yield) payable
depositAndOrder(address userAddress, string rtoken, uint256 _amount, uint256 _duration, uint256 _yield) payable
initialize(address _owner, address EMMaddress, address AbacusAddress, address EDMaddress, address Initaddress) payable
payDueOrder(uint64 _orderId, uint256 _duration)
setSponsor(address userAddress, address Sponsor)
updateContracts()
updateFees(uint256 _swapFee, uint256 _tradeFee, uint256 _rewardFee)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.