SmardexPair
Verified contract
Active on
Ethereum with 755 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($56,123.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDEX | ERC-20 | 2.263206M | $0.012874 |
$29,136.2 | |
USDT | ERC-20 | 26.9589K | $1.001 |
$26,985.86 | |
MTV | ERC-20 | 1K | $0.001073 |
$1.07 | |
TSUKA | ERC-20 | 1 | $0.009467 |
$0.01 | |
CRE | ERC-20 | 0.005 | $0.004529 |
$0 | |
0x5190…cba4 | ERC-1555 | 1 | -- | -- | |
BLX | ERC-20 | 1 | -- | -- | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299069 | 2 days ago | | | 0 | 0.00033869946 | |
| 21285197 | 4 days ago | | | 0 | 0.00046930706 | |
| 21276744 | 5 days ago | | | 0 | 0.00054220520 | |
| 21252219 | 8 days ago | | | 0 | 0.00068500396 | |
| 21246403 | 9 days ago | | | 0 | 0.00039679269 | |
| 21246401 | 9 days ago | | | 0 | 0.00076509094 | |
| 21245522 | 9 days ago | | | 0 | 0.00055576578 | |
| 21245464 | 9 days ago | | | 0 | 0.00050509079 | |
| 21244464 | 10 days ago | | | 0 | 0.00071628600 | |
| 21244040 | 10 days ago | | | 0 | 0.00080011293 |
ABI
ABI objects
Getter at block 21312507
DOMAIN_SEPARATOR() view returns (bytes32)
0xc02c58eca81a108806311b3b19a93f09814237ca78d0643dfaedc838ecd93889
decimals() view returns (uint8)
18
factory() view returns (address)
0x7753f36e711b66a0350a753aba9f5651bae76a1d
getFees() view returns (uint256 fees0_, uint256 fees1_)
(fees0_=37481656161164689304, fees1_=464540)
getFictiveReserves() view returns (uint256 fictiveReserve0_, uint256 fictiveReserve1_)
(fictiveReserve0_=1018516681384784927542291, fictiveReserve1_=12712956963)
getPriceAverage() view returns (uint256 priceAverage0_, uint256 priceAverage1_, uint256 priceAverageLastTimestamp_)
(priceAverage0_=1069244927144230851360984, priceAverage1_=14281791249, priceAverageLastTimestamp_=1733113067)
getReserves() view returns (uint256 reserve0_, uint256 reserve1_)
(reserve0_=2263168692743422991463327, reserve1_=26958435927)
name() view returns (string)
SmarDex LP-Token
symbol() view returns (string)
SDEX-LP
token0() view returns (address)
0x5de8ab7e27f6e7a1fff3e5b337584aa43961beef
token1() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
142832207651455944
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)
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)
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)
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.
This contract contains no error objects.