SmardexPair
Verified contract
Active on
Ethereum with 29 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($86,870.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 13.011511 | $3,658.46 |
$47,602.09 | |
WASSIE | ERC-20 | 7.062695B | $0.000006 |
$39,268.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20911967 | 2 months ago | | | 0 | 0.00036496912 | |
| 20686583 | 3 months ago | | | 0 | 0.00029745984 | |
| 20102595 | 6 months ago | | | 0 | 0.00015258590 | |
| 19468977 | 8 months ago | | | 0 | 0.0028957826 | |
| 19412793 | 9 months ago | | | 0 | 0.0040479278 | |
| 19056013 | 10 months ago | | | 0 | 0.00077249715 | |
| 18993681 | a year ago | | | 0 | 0.0019399587 | |
| 18863870 | a year ago | | | 0 | 0.0012532005 | |
| 18854774 | a year ago | | | 0 | 0.00092256235 | |
| 18851949 | a year ago | | | 0 | 0.00082624974 |
ABI
ABI objects
Getter at block 21320029
DOMAIN_SEPARATOR() view returns (bytes32)
0x64d0fe7d24496ae331c11d78c2547e43414ac1963dd1a6ac495c07ef7d36da3f
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=0xf178adc7d707cea43fbb3206b3364cb416f044a2, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
factory() view returns (address)
0xb878dc600550367e14220d4916ff678fb284214f
getFeeToAmounts() view returns (uint256 fees0_, uint256 fees1_)
(fees0_=9500636563202799361660935, fees1_=22082728739887439)
getFictiveReserves() view returns (uint256 fictiveReserve0_, uint256 fictiveReserve1_)
(fictiveReserve0_=3844977245405899224772841522, fictiveReserve1_=5976003924284667162)
getPairFees() view returns (uint128 feesLP_, uint128 feesPool_)
(feesLP_=9000, feesPool_=1000)
getPriceAverage() view returns (uint256 priceAverage0_, uint256 priceAverage1_, uint256 priceAverageLastTimestamp_)
(priceAverage0_=3740847279307525349273819642, priceAverage1_=6128019344979908167, priceAverageLastTimestamp_=1733132351)
getReserves() view returns (uint256 reserve0_, uint256 reserve1_)
(reserve0_=7053194037677000819870487891, reserve1_=12989428241943598021)
name() view returns (string)
SmarDex LP-Token
symbol() view returns (string)
SDEX-LP
token0() view returns (address)
0x2c95d751da37a5c1d9c5a7fd465c1d50f3d96160
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
161171635135091630061740
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)