Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 127 additional slots
Balances ($596.91)
Native
Value
$596.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.191334 | $3,119.73 |
$596.91 | |
TEITEI | ERC-20 | 986.497229M | -- | -- | |
TDOG | ERC-20 | 981.756927M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20703115 | 2 months ago | | | 0 | 0.00040820536 | |
| 20703096 | 2 months ago | | | 0 | 0.00044281433 | |
| 20700475 | 2 months ago | | | 0 | 0.00054063613 | |
| 20700474 | 2 months ago | | | 0 | 0.00056223695 | |
| 20700402 | 2 months ago | | | 0 | 0.00065617986 | |
| 20700401 | 2 months ago | | | 0 | 0.00063003942 | |
| 20700396 | 2 months ago | | | 0 | 0.00079701860 | |
| 20700395 | 2 months ago | | | 0 | 0.0030915978 | |
| 20700393 | 2 months ago | | | 0 | 0.00067449838 | |
| 20700392 | 2 months ago | | | 0 | 0.00090668987 |
ABI
ABI objects
Getter at block 21223185 getPools() view returns (struct TradesFunPoolDetail[])
CREATION_FEE() view returns (uint256)
10000000000000000
LISTING_FEE() view returns (uint256)
1000000000000000000
MAX_POOL_ETHER() view returns (uint256)
16504000000000000000
MAX_POOL_TOKEN() view returns (uint256)
1000000000000000000000000000
START_POOL_ETHER() view returns (uint256)
504000000000000000
START_POOL_TOKEN() view returns (uint256)
175000000000000000000000000
TRADING_FEE_DIVISOR() view returns (uint256)
1000000
TRADING_FEE_PERCENT() view returns (uint256)
5000
getTokens() view returns (address[])
[0x3216baFcBd65Dcae2f41674C109921e868827aCd, 0x934d7E7F582412f893390C58BD9103cb9dB6fbB1]
owner() view returns (address)
0xd622f338488c27e7d0b69c530f4fc1e897edbd99
pcs_router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
reserveRatio() view returns (uint256)
500000
version() view returns (string)
0.3
Read-only
calculateCurvedBurnReturn(address _token, uint256 _amount) view returns (uint256 burnAmount)
calculateCurvedMintReturn(address _token, uint256 _amount) view returns (uint256 mintAmount)
calculatePoolSettings(uint256 _start_token, uint256 _start_ether, uint256 _max_ether) view returns (uint256)
calculatePurchaseReturn(uint256 _supply, uint256 _connectorBalance, uint32 _connectorWeight, uint256 _depositAmount) view returns (uint256)
calculateSaleReturn(uint256 _supply, uint256 _connectorBalance, uint32 _connectorWeight, uint256 _sellAmount) view returns (uint256)
getPool(address _token) view returns (struct TradesFunPoolDetail pooldetail, struct TradesFunTransaction[] translist, uint256 pool_balance, uint256 current_supply, bool listed)
getTransactions(address _token) view returns (struct TradesFunTransaction[])
pool_listed(address) view returns (bool)
State-modifying
Events buy(address _token) payable
createPool(string _name, string _symbol, string _detail) payable
renounceOwnership()
sell(address _token, uint256 _amount)
transferOwnership(address newOwner)
updateFee(uint256 _creation_fee)
updatePoolSettings(uint256 _start_token, uint256 _start_ether, uint256 _max_ether, uint256 _listing_fee)
updateTradingFeePercent(uint256 _fee)
CurvedBurn(address indexed token, address indexed sender, uint256 amount, uint256 deposit, uint256 timestamp)
CurvedMint(address indexed token, address indexed sender, uint256 amount, uint256 deposit, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(address indexed token, address owner)
constructor(address _pcs_router)
fallback()
receive()
This contract contains no error objects.