AaveWalletManager
Verified contract
Active on
Ethereum with 22 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 "AaveWalletManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18901365 | a year ago | | | 0 | 0.00047303416 | |
| 18901364 | a year ago | | | 0 | 0.0028677991 | |
| 18901363 | a year ago | | | 0 | 0.00047724167 | |
| 18901317 | a year ago | | | 0 | 0.00050293156 | |
| 18901316 | a year ago | | | 0 | 0.0037841114 | |
| 18892990 | a year ago | | | 0 | 0.0020270866 | |
| 18814394 | a year ago | | | 0 | 0.0018077606 | |
| 18814372 | a year ago | | | 0 | 0.0021503900 | |
| 18814366 | a year ago | | | 0 | 0.0020670930 | |
| 18814332 | a year ago | | | 0 | 0.0019983654 |
ABI
ABI objects
Getter at block 21332158
isPaused() view returns (bool)
false
owner() view returns (address)
0xb8d175f16742395f530e0b3bc1d30bd06b78cda9
Read-only
getReserveInterestToken(address contractAddress, uint256 tokenId, address assetToken) view returns (address)
isReserveActive(address contractAddress, uint256 tokenId, address assetToken) view returns (bool)
rewardsTokenWhitelist(address) view returns (bool)
State-modifying
Events discharge(address receiver, address contractAddress, uint256 tokenId, address assetToken, address creatorRedirect) returns (uint256 creatorAmount, uint256 receiverAmount)
dischargeAmount(address receiver, address contractAddress, uint256 tokenId, address assetToken, uint256 assetAmount, address creatorRedirect) returns (uint256 creatorAmount, uint256 receiverAmount)
dischargeAmountForCreator(address receiver, address contractAddress, uint256 tokenId, address creator, address assetToken, uint256 assetAmount) returns (uint256 receiverAmount)
energize(address contractAddress, uint256 tokenId, address assetToken, uint256 assetAmount) returns (uint256 yieldTokensAmount)
executeForAccount(address contractAddress, uint256 tokenId, address externalAddress, uint256 ethValue, bytes encodedParams) returns (bytes)
getInterest(address contractAddress, uint256 tokenId, address assetToken) returns (uint256 creatorInterest, uint256 ownerInterest)
getPrincipal(address contractAddress, uint256 tokenId, address assetToken) returns (uint256)
getRewards(address contractAddress, uint256 tokenId, address _rewardToken) returns (uint256)
getTotal(address contractAddress, uint256 tokenId, address assetToken) returns (uint256)
getWalletAddressById(address contractAddress, uint256 tokenId, address creator, uint256 annuityPct) returns (address)
release(address receiver, address contractAddress, uint256 tokenId, address assetToken, address creatorRedirect) returns (uint256 principalAmount, uint256 creatorAmount, uint256 receiverAmount)
releaseAmount(address receiver, address contractAddress, uint256 tokenId, address assetToken, uint256 assetAmount, address creatorRedirect) returns (uint256 principalAmount, uint256 creatorAmount, uint256 receiverAmount)
renounceOwnership()
setAaveBridge(address aaveBridge)
setController(address controller)
setPausedState(bool paused)
setReferralCode(uint256 referralCode)
setValidRewardsToken(address rewardsToken, bool state)
transferOwnership(address newOwner)
withdrawERC20(address contractAddress, uint256 tokenId, address receiver, address tokenAddress, uint256 amount)
withdrawERC721(address contractAddress, uint256 tokenId, address receiver, address nftTokenAddress, uint256 nftTokenId)
withdrawEther(address contractAddress, uint256 tokenId, address receiver, uint256 amount)
withdrawRewards(address receiver, address contractAddress, uint256 tokenId, address rewardsToken, uint256 rewardsAmount) returns (uint256 amount)
AaveBridgeSet(address indexed aaveBridge)
ControllerSet(address indexed controller)
NewSmartWallet(address indexed contractAddress, uint256 indexed tokenId, address indexed smartWallet, address creator, uint256 annuityPct)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PausedStateSet(bool isPaused)
ValidRewardsTokenSet(address indexed rewardsToken, bool state)
WalletDischarged(address indexed contractAddress, uint256 indexed tokenId, address indexed assetToken, uint256 creatorAmount, uint256 receiverAmount)
WalletDischargedForCreator(address indexed contractAddress, uint256 indexed tokenId, address indexed assetToken, address creator, uint256 receiverAmount)
WalletEnergized(address indexed contractAddress, uint256 indexed tokenId, address indexed assetToken, uint256 assetAmount, uint256 yieldTokensAmount)
WalletReleased(address indexed contractAddress, uint256 indexed tokenId, address indexed receiver, address assetToken, uint256 principalAmount, uint256 creatorAmount, uint256 receiverAmount)
WalletRewarded(address indexed contractAddress, uint256 indexed tokenId, address indexed receiver, address rewardsToken, uint256 rewardsAmount)
WithdrawStuckERC20(address indexed receiver, address indexed tokenAddress, uint256 amount)
WithdrawStuckERC721(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId)
WithdrawStuckEther(address indexed receiver, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.