0x0fd187f2610790f3e56873c7226498e63cd021b7
Verified contract
Proxy
Active on
Base with 584 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($15.92)
Native
Value
$15.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0047 | $3,387.21 |
$15.92 | |
FXDX | ERC-20 | 26.530026K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14798580 | 6 months ago | | | 0 | 0.0000053739179 | |
| 14423007 | 6 months ago | | | 0 | 0.0000037942962 | |
| 11883967 | 8 months ago | | | 0 | 7.6971558e-7 | |
| 9001322 | a year ago | | | 0 | 0.000000106365354637 | |
| 8997878 | a year ago | | | 0 | 0.000000106212416557 | |
| 8936572 | a year ago | | | 0 | 0.000000068865649686 | |
| 8776855 | a year ago | | | 0 | 0.000000068865580824 | |
| 8551076 | a year ago | | | 0 | 0.000000106212735178 | |
| 7673324 | a year ago | | | 0 | 0.000000106212416557 | |
| 7673299 | a year ago | | | 0 | 0.000000106212522764 |
ABI
ABI objects
Getter at block 22911823
FXDX_DECIMALS() view returns (uint256)
18
FXDX_PRICE() view returns (uint256)
100000000000000000000000000000
PRICE_PRECISION() view returns (uint256)
1000000000000000000000000000000
USDBC_DECIMALS() view returns (uint256)
6
ethDepositEnabled() view returns (bool)
true
fxdx() view returns (address)
0x30b593f8c3ab37615359b4e0e6df2e06d55bb55d
fxdxTokensAllocated() view returns (uint256)
1000000000000000000000000
isUsdbcWithdrawn() view returns (bool)
true
owner() view returns (address)
0x13a8a2dfd6481f34523fa9208271f50249f8079b
poolFee() view returns (uint24)
500
saleClose() view returns (uint64)
1696701600
saleStart() view returns (uint64)
1696145400
usdbc() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
usdbcDeposited() view returns (uint256)
71547918577
usdbcHardCap() view returns (uint256)
100000000000
v3SwapRouter() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
claimableAmount(address beneficiary) view returns (uint256)
deposits(address) view returns (uint256)
depositsInETH(address) view returns (uint256)
isClaimed(address) view returns (bool)
refundAmount(address beneficiary) view returns (uint256)
State-modifying
Events allocateFXDX(uint256 _fxdxAllocation)
claimFXDX()
depositETH(address beneficiary, uint256 minOutUSD) payable
depositUsdbc(address beneficiary, uint256 _amount)
initialize(uint64 _saleStart, uint64 _saleClose, uint24 _poolFee, address _fxdx, address _usdbc, address _weth, address _v3SwapRouter, bool _ethDepositEnabled)
renounceOwnership()
setEthDepositEnabled(bool _ethDepositEnabled)
transferOwnership(address newOwner)
updateUniswapPool(uint24 _poolFee, address _v3Swaprouter)
withdraw(address to)
AllocateFXDX(uint256 amount)
ClaimFXDX(address claimer, uint256 fxdxAmount, uint256 refundAmount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenDeposit(address indexed purchaser, address indexed beneficiary, uint256 value)
Withdraw(uint256 amount)
This contract contains no constructor objects.
receive()
AlreadyClaimed()
AlreadyWithdraw()
ETHDisabled()
InvalidAddress()
InvalidSaleClose()
InvalidSaleStart()
InvalidValue()
MaxDepositReached()
PoolHasNotSet()
SaleEnded()
SaleHasNotEnded()
SaleHasStarted()
SaleNotStarted()
TransferEthFailed()