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 "ILOManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18427955 | 3 months ago | | | 0 | 0.00018488283 | |
| 18425895 | 3 months ago | | | 0 | 0.0000098086318 | |
| 18425889 | 3 months ago | | | <0.00000001 | 0.0000028596532 | |
| 18425640 | 3 months ago | | | 0 | 0.0000095244891 | |
| 18425634 | 3 months ago | | | <0.00000001 | 0.0000028881671 | |
| 18425231 | 3 months ago | | | 0 | 0.0000083814986 | |
| 18425217 | 3 months ago | | | <0.00000001 | 0.0000025266466 | |
| 18371797 | 3 months ago | | | <0.00000001 | 4.6731180e-7 | |
| 18327553 | 3 months ago | | | <0.00000001 | 4.5119760e-7 | |
| 17810050 | 3 months ago | | | 0 | 2.5037060e-7 |
ABI
ABI objects
Getter at block 22036082
FEE_TAKER() view returns (address)
0x55a89323c5d2c296e3be7c36641b470fa5b5add2
ILO_POOL_IMPLEMENTATION() view returns (address)
0x103f1e72e38b11304d47bea96ea673d63e0c7261
PERFORMANCE_FEE() view returns (uint16)
1000
PLATFORM_FEE() view returns (uint16)
100
UNIV3_FACTORY() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
initProjectFee() view returns (uint256)
1
owner() view returns (address)
0x04ff397401af494d68848fcaa4c78dca785d33fc
Read-only
feesForProject(string projectId) view returns (uint16, uint16)
project(string projectId) view returns (struct IILOManagerProject)
State-modifying
Events ILOPoolLaunchCallback(string projectId, address poolImplementation, uint256 poolIndex, address saleToken, uint256 amount, address uniswapV3Pool)
initILOPool(struct IILOManagerInitPoolParams params) returns (address iloPoolAddress)
initProject(struct IILOManagerInitProjectParams params) payable
initialize(address initialOwner, address _feeTaker, address iloPoolImplementation, address uniV3Factory, uint256 createProjectFee, uint16 platformFee, uint16 performanceFee)
launch(string projectId, address saleToken)
renounceOwnership()
setDefaultDeadlineOffset(uint64 defaultDeadlineOffset)
setFeeTaker(address _feeTaker)
setFeesForProject(string projectId, uint16 platformFee, uint16 performanceFee)
setILOPoolImplementation(address iloPoolImplementation)
setInitProjectFee(uint256 fee)
setPerformanceFee(uint16 _performanceFee)
setPlatformFee(uint16 _platformFee)
setRefundDeadlineForProject(string projectId, uint64 refundDeadline)
transferAdminProject(address admin, string projectId)
transferOwnership(address newOwner)
DefaultDeadlineOffsetChanged(address indexed owner, uint64 oldDeadlineOffset, uint64 newDeadlineOffset)
FeesForProjectSet(string projectId, uint16 platformFee, uint16 performanceFee)
ILOPoolCreated(string projectId, address indexed iloPoolAddress, uint256 index)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolImplementationChanged(address indexed oldPoolImplementation, address indexed newPoolImplementation)
ProjectAdminChanged(string projectId, address oldAdmin, address newAdmin)
ProjectCreated(string projectId, struct IILOManagerProject project)
ProjectLaunch(string projectId, address uniswapV3Pool, address saleToken)
RefundDeadlineChanged(string projectId, uint64 oldRefundDeadline, uint64 newRefundDeadline)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.