Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,020,073.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 183.554801 | $2,959.79 |
$543,283.67 | |
SDEX | ERC-20 | 52.654774M | $0.009055 |
$476,789.51 | |
SKIPUP | ERC-20 | 0.03 | $0.029267 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000733 |
$0 | |
MOKIT | ERC-20 | 10K | -- | -- | |
BEEY | ERC-20 | 67 | -- | -- | |
GURMY | ERC-20 | 6.66 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
YETI | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22145751 | 3 hours ago | | | 0 | 7.6870758e-7 | |
| 22145539 | 3 hours ago | | | 0 | 6.8281233e-7 | |
| 22145286 | 3 hours ago | | | 0 | 6.7900166e-7 | |
| 22145004 | 3 hours ago | | | 0 | 6.8359023e-7 | |
| 22144716 | 4 hours ago | | | 0 | 6.8042741e-7 | |
| 22144437 | 4 hours ago | | | 0 | 6.8704031e-7 | |
| 22144182 | 4 hours ago | | | 0 | 6.7105956e-7 | |
| 22143963 | 4 hours ago | | | 0 | 6.5417349e-7 | |
| 22143839 | 4 hours ago | | | 0 | 6.1833578e-7 | |
| 22143365 | 4 hours ago | | | 0 | 5.9120816e-7 |
ABI
ABI objects
Getter at block 22151021 getReserves() view returns (uint256 reserve0_, uint256 reserve1_)
DOMAIN_SEPARATOR() view returns (bytes32)
0x9397fb75d3e4a8311d86a7a46fb6eb37f1a552962f04f5478514c4d4168b965e
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=8453, verifyingContract=0xd70e1bab713d84c3a110ded11e41714542e604ba, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
factory() view returns (address)
0xdd4536dd9636564d891c919416880a3e250f975a
getFeeToAmounts() view returns (uint256 fees0_, uint256 fees1_)
(fees0_=3071151874528299, fees1_=68611197234378552113)
getFictiveReserves() view returns (uint256 fictiveReserve0_, uint256 fictiveReserve1_)
(fictiveReserve0_=75131278807996701409, fictiveReserve1_=24587338672482781382073514)
getPairFees() view returns (uint128 feesLP_, uint128 feesPool_)
(feesLP_=8000, feesPool_=2000)
getPriceAverage() view returns (uint256 priceAverage0_, uint256 priceAverage1_, uint256 priceAverageLastTimestamp_)
(priceAverage0_=74487934473198340958, priceAverage1_=24585018225071100404934272, priceAverageLastTimestamp_=1731091355)
name() view returns (string)
SmarDex LP-Token
symbol() view returns (string)
SDEX-LP
token0() view returns (address)
0x4200000000000000000000000000000000000006
token1() view returns (address)
0xfd4330b0312fdeec6d4225075b82e00493ff2e3f
totalSupply() view returns (uint256)
94398266585448515962793
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)
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)