TGE
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 ($0.00)
No balances found for "TGE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TGE"
ABI
ABI objects
Getter at block 22915747
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)
false
fxdx() view returns (address)
0x0000000000000000000000000000000000000000
fxdxTokensAllocated() view returns (uint256)
0
isUsdbcWithdrawn() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolFee() view returns (uint24)
0
saleClose() view returns (uint64)
0
saleStart() view returns (uint64)
0
usdbc() view returns (address)
0x0000000000000000000000000000000000000000
usdbcDeposited() view returns (uint256)
0
usdbcHardCap() view returns (uint256)
0
v3SwapRouter() view returns (address)
0x0000000000000000000000000000000000000000
weth() view returns (address)
0x0000000000000000000000000000000000000000
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()