MahaSwap LP V1
Verified contract
Active on
Ethereum with 472 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc527…bca7
Balances ($2,374.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 2.374749K | $0.999841 |
$2,374.37 | |
ARTH | ERC-20 | 611.211649M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142336 | 25 days ago | | | 0 | 0.00045323685 | |
| 20539069 | 4 months ago | | | 0 | 0.000025163895 | |
| 20539068 | 4 months ago | | | 0 | 0.000025442629 | |
| 17747311 | a year ago | | | 0 | 0.00034702921 | |
| 17747310 | a year ago | | | 0 | 0.00036937169 | |
| 17651329 | a year ago | | | 0 | 0.00033537342 | |
| 17599329 | a year ago | | | 0 | 0.00046018113 | |
| 17409927 | a year ago | | | 0 | 0.00074517696 | |
| 17409926 | a year ago | | | 0 | 0.00072623592 | |
| 17063205 | 2 years ago | | | 0 | 0.00054055895 |
ABI
ABI objects
Getter at block 21319276
DOMAIN_SEPARATOR() view returns (bytes32)
0x2d00caa2860663a2595529ff797047da1bac100f757ca628990d79c401bfd59b
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
controller() view returns (address)
0xc527f708369c1ae80c2ff2efc0a84a932b31bca7
decimals() view returns (uint8)
18
factory() view returns (address)
0xe49f03dbc30a2b6f2e2c59a86f563e78dbfe8bc0
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=611211649125195560114299065, _reserve1=2374749067247388108636, _blockTimestampLast=1622605976)
kLast() view returns (uint256)
0
name() view returns (string)
MahaSwap LP V1
owner() view returns (address)
0xe49f03dbc30a2b6f2e2c59a86f563e78dbfe8bc0
price0CumulativeLast() view returns (uint256)
51022623040455264300019625819633415233228
price0Last() view returns (uint256)
607856648489470015686974960056
price1CumulativeLast() view returns (uint256)
70828702904199420762979113779718241072793
price1Last() view returns (uint256)
44352474772047624742333496760144326332
symbol() view returns (string)
MLP-V1
token0() view returns (address)
0x0e3cc2c4fb9252d17d07c67135e48536071735d9
token1() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
totalSupply() view returns (uint256)
1198223407280326085320117
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address to) returns (uint256 amount0, uint256 amount1)
initialize(address _token0, address _token1)
mint(address to) returns (uint256 liquidity)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setIncentiveController(address newController)
setSwapingPaused(bool isSet)
skim(address to)
swap(uint256 amount0Out, uint256 amount1Out, address to, bytes data)
sync()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, uint256 amount0, uint256 amount1, address indexed to)
Mint(address indexed sender, uint256 amount0, uint256 amount1)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Sync(uint112 reserve0, uint112 reserve1)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.