SmardexPair
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,698.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDEX | ERC-20 | 816.681837K | $0.0131 |
$10,698.7 | |
SPEEDOS | ERC-20 | 19.301205 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20447921 | 4 months ago | | | 0 | 0.000076226816 | |
| 19150702 | 9 months ago | | | 0 | 0.00043513113 |
ABI
ABI objects
Getter at block 21219367
DOMAIN_SEPARATOR() view returns (bytes32)
0x771f2d1b09d6bb82da20abd93382b3cf8efdac31ead49c49a7ac73a36313aa6a
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=SmarDex LP-Token, version=1, chainId=1, verifyingContract=0x9d6e5f73a80e97682d239d811e67dc18bfffe756, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
factory() view returns (address)
0xb878dc600550367e14220d4916ff678fb284214f
getFeeToAmounts() view returns (uint256 fees0_, uint256 fees1_)
(fees0_=299175620967585145149, fees1_=6128541980480566)
getFictiveReserves() view returns (uint256 fictiveReserve0_, uint256 fictiveReserve1_)
(fictiveReserve0_=358542478498275079018187, fictiveReserve1_=8958455543162333336)
getPairFees() view returns (uint128 feesLP_, uint128 feesPool_)
(feesLP_=9000, feesPool_=1000)
getPriceAverage() view returns (uint256 priceAverage0_, uint256 priceAverage1_, uint256 priceAverageLastTimestamp_)
(priceAverage0_=379885615087440301578482, priceAverage1_=10370929504510728527, priceAverageLastTimestamp_=1730760587)
getReserves() view returns (uint256 reserve0_, uint256 reserve1_)
(reserve0_=816382660985906844560343, reserve1_=19295076145518482724)
name() view returns (string)
SmarDex LP-Token
symbol() view returns (string)
SDEX-LP
token0() view returns (address)
0x5de8ab7e27f6e7a1fff3e5b337584aa43961beef
token1() view returns (address)
0x9d09f24c6e64834a66c7a2d6dd633cafd1cb1f09
totalSupply() view returns (uint256)
2266053838724931972131
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUpdatedPriceAverage(uint256 _fictiveReserveIn, uint256 _fictiveReserveOut, uint256 _priceAverageLastTimestamp, uint256 _priceAverageIn, uint256 _priceAverageOut, uint256 _currentTimestamp) pure returns (uint256 priceAverageIn_, uint256 priceAverageOut_)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _to) returns (uint256 amount0_, uint256 amount1_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _token0, address _token1, uint128 _feesLP, uint128 _feesPool)
mint(address _to, uint256 _amount0, uint256 _amount1, address _payer) returns (uint256 liquidity_)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setFees(uint128 _feesLP, uint128 _feesPool)
skim(address _to)
swap(address _to, bool _zeroForOne, int256 _amountSpecified, bytes _data) returns (int256 amount0_, int256 amount1_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, address indexed to, uint256 amount0, uint256 amount1)
EIP712DomainChanged()
FeesChanged(uint256 indexed feesLP, uint256 indexed feesPool)
Mint(address indexed sender, address indexed to, uint256 amount0, uint256 amount1)
Swap(address indexed sender, address indexed to, int256 amount0, int256 amount1)
Sync(uint256 reserve0, uint256 reserve1, uint256 fictiveReserve0, uint256 fictiveReserve1, uint256 priceAverage0, uint256 priceAverage1)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)