Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16636130 | 4 months ago | | | 0 | 9.6294924e-7 | |
| 16514848 | 4 months ago | | | 0 | 5.3323785e-7 | |
| 16514843 | 4 months ago | | | 0 | 1.5759254e-7 | |
| 16298539 | 4 months ago | | | 0 | 2.6560677e-7 | |
| 16293105 | 4 months ago | | | 0 | 2.1180652e-7 | |
| 16293007 | 4 months ago | | | 0 | 2.9617469e-7 |
ABI
ABI objects
Getter at block 22031030
ONE_HUNDRED_PERCENTAGE() view returns (uint256)
10000
enabled() view returns (bool)
false
factory() view returns (address)
0xfbc77285b4b34fd3b6c78cbf2b95a4a0e3028ba0
owner() view returns (address)
0xd2e4d9781b6b7b1854e048f3182c47bbb42d06bf
poolInfo() view returns (address tokenIn, address tokenOut, uint256 fundMaxCap, uint256 minPerUser, uint256 maxPerUser, uint256 startTime, uint256 endTime, bool closed, uint256 earlyFeePercentage, uint256 protocolFeePercentage, uint256 commissionFeePercentage, uint256 orderFeePercentage)
(tokenIn=0xbefac905904722fd4cf2d6fcc0b7a5aa6d84b8c0, tokenOut=0x0000000000000000000000000000000000000000, fundMaxCap=800000000000000000000, minPerUser=50000000000000000000, maxPerUser=400000000000000000000, startTime=1719360000, endTime=1719532800, closed=true, earlyFeePercentage=3000, protocolFeePercentage=0, commissionFeePercentage=2000, orderFeePercentage=0)
routerv2() view returns (address)
0x0000000000000000000000000000000000000000
routerv3() view returns (address)
0x0000000000000000000000000000000000000000
totalDeposited() view returns (uint256)
200000000000000000000
totalPool() view returns (uint256)
200000000000000000000
trader() view returns (address)
0xe6898f42b176f40173788d107b97130843c714a6
urgentWMode() view returns (bool)
false
Read-only
investors(address) view returns (uint256 amount, bool claimed)
State-modifying
Events changeFeePercentage(uint256 newFeePercentage)
changeOrderFeePercentage(uint256 newFeePercentage)
claimShare()
closePool()
depositToken(uint256 amount)
earlyWithdraw()
endDeposit()
offUrgentW()
onUrgentW()
openDeposit()
renounceOwnership()
setFactory(address _factory)
setRouter(address _routerv2, address _routerv3)
setTokenOut(address _token)
setTrader(address _trader)
tradeTokenUniV2(uint256 amountIn, uint256 amountOutMin, address[] path) returns (uint256 amountOut)
tradeTokenUniV3(uint256 amountIn, uint256 amountOutMin, bytes path) returns (uint256 amountOut)
transferOwnership(address newOwner)
urgentW(address _to, address token20)
EarlyWithdrawalMade(address user, uint256 investedAmt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolClosed(address user, uint256 amount)
ShareClaimed(address user, uint256 amount)
TokenDeposited(address user, uint256 amount)
TokenTraded(uint256 amountOut)
constructor(struct ITradePoolPoolInfo _poolInfo, address factoryOwner, address fundManager, address trader)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)