EIP173ProxyWithCustomReceive
Verified contract
Proxy
Active on
Ethereum with 577 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 1 additional slot
Balances ($51,542.43)
Native
Value
$31,549.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 9.594896 | $3,288.12 |
$31,549.17 | |
DAI | ERC-20 | 20K | $0.999663 |
$19,993.26 | |
SIMP | ERC-20 | 6.747973 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21099878 | 24 days ago | | | 0 | 0.00037161874 | |
| 20525469 | 3 months ago | | | 0 | 0.00012052696 | |
| 20482268 | 4 months ago | | | 0 | 0.00017056800 | |
| 19757132 | 7 months ago | | | 0.025 | 0.00021439919 | |
| 19556323 | 8 months ago | | | 0.03 | 0.0010692530 | |
| 19542331 | 8 months ago | | | 0 | 0.0014531777 | |
| 19441651 | 8 months ago | | | 0.1 | 0.0018708939 | |
| 19441635 | 8 months ago | | | 0.03 | 0.0019232868 | |
| 19440146 | 8 months ago | | | 0 | 0.0016715634 | |
| 19433572 | 8 months ago | | | 0 | 0.0034063628 |
ABI
ABI objects
Getter at block 21274178
proxyAdmin() view returns (address)
0xed5cf41b0fd6a3c564c17ee34d9d26eafc30619b
MIN_SHARES_IN_TREASURY() view returns (uint256)
1000000000000
getWhitelistedServices() view returns (address[])
[0xB3f5503f93d5Ef84b06993a1975B9D21B962892F]
maxFee() view returns (uint256)
0
oldTreasury() view returns (address)
0x66e2f69df68c8f56837142be2e8c290efe76da9f
Read-only
supportsInterface(bytes4 id) view returns (bool)
getCreditTokensByUser(address _user) view returns (address[])
getTotalCreditTokensByUser(address _user) view returns (address[])
shares(address, address) view returns (uint256)
totalShares(address) view returns (uint256)
totalUserTokenBalance(address _user, address _token) view returns (uint256)
userTokenBalance(address _user, address _token) view returns (uint256)
State-modifying
Events transferProxyAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
depositFunds(address _receiver, address _token, uint256 _amount) payable
initialize(uint256 _maxFee)
updateMaxFee(uint256 _newMaxFee)
updateWhitelistedService(address _service, bool _add)
useFunds(address _user, address _token, uint256 _amount)
withdrawFunds(address _receiver, address _token, uint256 _amount)
ProxyAdminTransferred(address indexed previousAdmin, address indexed newAdmin)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
FundsDeposited(address indexed sender, address indexed token, uint256 indexed amount)
FundsWithdrawn(address indexed receiver, address indexed initiator, address indexed token, uint256 amount)
LogDeductFees(address indexed user, address indexed executor, address indexed token, uint256 fees, address service)
UpdatedMaxFee(uint256 indexed maxFee)
UpdatedService(address indexed service, bool add)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
receive()
This contract contains no error objects.