TradingHub
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
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 "TradingHub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TradingHub"
ABI
ABI objects
Getter at block 22769041
DENOMINATOR() view returns (uint32)
10000
MINIMUM_ETH_BUY() view returns (uint256)
10000000000000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
VERSION() view returns (uint8)
1
launchHubAddress() view returns (address)
0x0000000000000000000000000000000000000000
lockedAssetPoolAddress() view returns (address)
0x0000000000000000000000000000000000000000
operator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
tradingFeeRate() view returns (uint32)
0
treasuryAddress() view returns (address)
0x0000000000000000000000000000000000000000
uniswap_v3_address() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculatePurchaseReturn(address tokenAddress_, uint256 ethAmount_) view returns (uint256)
calculateSaleReturn(address tokenAddress_, uint256 tokenAmount_) view returns (uint256)
tokenInAssetPool(address) view returns (address)
State-modifying
Events initialize(uint32 tradingFeeRate_)
pause()
renounceOwnership()
sendToUniswapV3(address tokenAddress_, uint160 sqrtPriceX96_, int24 tickLower, int24 tickUpper)
setLaunchHubAddress(address launchHubAddress_)
setLockedAssetPoolAddress(address lockedAssetPoolAddress_)
setOperator(address operator_)
setTokenInAssetPool(address token_, address assetPool_)
setTradingFeeRate(uint32 tradingFeeRate_)
setTreasuryAddress(address treasuryAddress_)
setUniswapV3Address(address uniswap_v3_address_)
setUserToErc404Exempt(address erc404_address_, address user_address_, bool is_exempt_)
swap(struct ITradingHubInputData inputData_) payable
transferOwnership(address newOwner)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
BoughtToken(address indexed buyer, address indexed token, uint256 amount, uint256 cost)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SentToUniswapV3(address indexed erc404_token, address uinswap_v3_pool, uint256 LP_tokenId, uint256 liquidity, uint256 amount0, uint256 amount1, uint256 ignition_fee)
SoldToken(address indexed seller, address indexed token, uint256 amount, uint256 cost)
Swapped(address indexed sender, address indexed recipient, address tokenIn, address tokenOut, uint256 amountIn, uint256 amountOut)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)