InvestmentFactory
Verified contract
Active on
Ethereum with 29 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 "InvestmentFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19222713 | 10 months ago | | | 0 | 0.10211382 | |
| 18713138 | a year ago | | | 0 | 0.18728108 | |
| 18686646 | a year ago | | | 0 | 0.31417963 | |
| 18685750 | a year ago | | | 0 | 0.23626096 | |
| 18684580 | a year ago | | | 0 | 0.16883176 | |
| 18583387 | a year ago | | | 0 | 0.00066864470 | |
| 18583356 | a year ago | | | 0 | 0.00065973565 | |
| 18576842 | a year ago | | | 0 | 0.11862154 | |
| 18504752 | a year ago | | | 0 | 0.071805446 | |
| 17547484 | a year ago | | | 0 | 0.069610484 |
ABI
ABI objects
Getter at block 21318141
_feeHandlerAddress() view returns (address)
0x7b3c37d6e01b5cd40032f5f736c51ad5b876ace9
owner() view returns (address)
0x679ed713ef26a97bd725b523e0d0d980a494b19f
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeFeeHandlerAddress(address _address)
createInvestment(string name_, string symbol_, string risk_, uint256 poolFee_, uint256 transactionFee_)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
poolCreated(address poolCreator, address poolAddress, string poolName, string poolRisk, uint256 poolFee)
constructor(address feeHandlerAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.