PortfolioManager
Verified contract
Active on
Ethereum with 26 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 "PortfolioManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8595705 | 5 years ago | | | 0.0001 | 0.00013204500 | |
| 8557119 | 5 years ago | | | 0.4 | 0.00013236500 | |
| 8535527 | 5 years ago | | | 0.1 | 0.00031767600 | |
| 8535515 | 5 years ago | | | 0.1 | 0.00063535200 | |
| 8535502 | 5 years ago | | | 0.1 | 0.00063535200 | |
| 8535501 | 5 years ago | | | 0 | 0.00063688800 | |
| 8535481 | 5 years ago | | | 0 | 0.00063381600 | |
| 8535372 | 5 years ago | | | 0 | 0.00066182500 | |
| 8535327 | 5 years ago | | | 0 | 0.00076877592 | |
| 8535324 | 5 years ago | | | 0 | 0.00082795440 |
ABI
ABI objects
Getter at block 21305727
_storage() view returns (address)
0x446711e5ed3013743e40342a0462fbdc437cd43f
deprecated() view returns (bool)
true
Read-only
This contract contains no read-only function objects.
State-modifying
Events approve(address token, address beneficiary, uint256 amount)
deposit(bytes32 tokenId, uint256 value) payable
fallbackClaim(uint256 value, address principalToken, bool isERC20)
lend(bytes32 key, bytes32 opportunityKey, address opportunity, uint256 value, bool addAC)
mint(bytes32 key, address beneficiary, uint256 value) payable returns (bytes32)
onERC721Received(address, address from, uint256 tokenId, bytes) returns (bytes4)
redeem(bytes32 tokenId, uint256 valueToWithdraw, address originalCaller) returns (uint256)
setApprovalForAll(address token, address to, bool approved)
setDeprecated(bool value)
transferFunds(bytes32 key, address beneficiary, uint256 value)
withdraw(bytes32 key, bytes32 opportunityKey, address opportunity, uint256 value, bool addAC)
LogBurnRAYT(bytes32 indexed tokenId, address indexed beneficiary, uint256 value, uint256 tokenValue)
LogDepositToRAYT(bytes32 indexed tokenId, uint256 value, uint256 tokenValue)
LogPurchaseOpportunityToken(bytes32 tokenId, bytes32 indexed portfolioKey)
LogPurchaseRAYT(bytes32 indexed tokenId, bytes32 indexed portfolioKey, address indexed beneficiary, uint256 value)
LogWithdrawFromRAYT(bytes32 indexed tokenId, uint256 value, uint256 tokenValue)
constructor(address __storage)
fallback()
This contract contains no error objects.