0x5155f44c8d2fdb50375c295ed0e1daf42f17c7a7
Verified contract
Proxy
Active on
Ethereum with 19 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
0x9410…2183
0x9410…2183
0xa0b8…eb48
Balances ($7,137.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 7.144543K | $0.998968 |
$7,137.17 | |
cUSDCv3-PS | ERC-20 | 232.291151 | -- | -- | |
ETH-PS | ERC-20 | 29.719367 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149781 | 5 days ago | | | 0 | 0.0036570288 | |
| 21138884 | 6 days ago | | | 0 | 0.0036664166 | |
| 21013378 | 24 days ago | | | 0 | 0.0010174237 | |
| 20974293 | a month ago | | | 0 | 0.0021441513 | |
| 20974288 | a month ago | | | 0 | 0.0033522387 | |
| 20871462 | a month ago | | | 0 | 0.0043188357 | |
| 20865338 | a month ago | | | 0 | 0.0022024007 | |
| 20865298 | a month ago | | | 0 | 0.0054034426 | |
| 20865272 | a month ago | | | 0 | 0.0074646994 | |
| 20865113 | a month ago | | | 0 | 0.0024797124 |
ABI
ABI objects
Getter at block 21184190
ETH_PLACEHOLDER() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
authority() view returns (address)
0x94106ca9c7e567109a1d39413052887d1f412183
balance() view returns (uint256)
7144542780
baseToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
entityType() pure returns (uint8)
2
manager() view returns (address)
0x598e920dd134708838306d1080bfb6e4f9457b50
registry() view returns (address)
0x94106ca9c7e567109a1d39413052887d1f412183
specialTarget() view returns (bytes20)
0x656e746974790200000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events callAsEntity(address _target, uint256 _value, bytes _data) payable returns (bytes)
donate(uint256 _amount)
donateWithAdminOverrides(uint256 _amount, uint32 _feeOverride)
donateWithOverrides(uint256 _amount)
initialize(address _registry, address _manager)
payout(address _to, uint256 _amount)
payoutWithAdminOverrides(address _to, uint256 _amount, uint32 _feeOverride)
payoutWithOverrides(address _to, uint256 _amount)
portfolioDeposit(address _portfolio, uint256 _amount, bytes _data) returns (uint256)
portfolioRedeem(address _portfolio, uint256 _shares, bytes _data) returns (uint256)
receiveTransfer(uint256 _transferAmount)
reconcileBalance()
setManager(address _manager)
swapAndDonate(address _swapWrapper, address _tokenIn, uint256 _amountIn, bytes _data) payable
swapAndDonateWithOverrides(address _swapWrapper, address _tokenIn, uint256 _amountIn, bytes _data) payable
swapAndReconcileBalance(address _swapWrapper, address _tokenIn, uint256 _amountIn, bytes _data)
transferToEntity(address _to, uint256 _amount)
transferToEntityWithAdminOverrides(address _to, uint256 _amount, uint32 _feeOverride)
transferToEntityWithOverrides(address _to, uint256 _amount)
EntityBalanceCorrected(address indexed entity, uint256 newBalance)
EntityBalanceReconciled(address indexed entity, uint256 amountReceived, uint256 amountFee)
EntityDeposit(address indexed portfolio, uint256 baseTokenDeposited, uint256 sharesReceived)
EntityDonationReceived(address indexed from, address indexed to, address indexed tokenIn, uint256 amountIn, uint256 amountReceived, uint256 amountFee)
EntityEthReceived(address indexed sender, uint256 amount)
EntityManagerSet(address indexed oldManager, address indexed newManager)
EntityRedeem(address indexed portfolio, uint256 sharesRedeemed, uint256 baseTokenReceived)
EntityValuePaidOut(address indexed from, address indexed to, uint256 amountSent, uint256 amountFee)
EntityValueTransferred(address indexed from, address indexed to, uint256 amountReceived, uint256 amountFee)
This contract contains no constructor objects.
receive()
AlreadyInitialized()
BalanceMismatch()
CallFailed(bytes response)
EntityInactive()
InsufficientFunds()
InvalidAction()
InvalidAuthority()
PortfolioInactive()
Reentrancy()
Unauthorized()