PoolPositionBaseSlim
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#2400) | MPN | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025655 | a month ago | | | 0 | 0.00012147981 | |
| 20168174 | 5 months ago | | | 0 | 0.00010542519 | |
| 20165845 | 5 months ago | | | 0 | 0.00016698612 | |
| 18746542 | a year ago | | | 0 | 0.0011803098 | |
| 18559791 | a year ago | | | 0 | 0.0011641000 | |
| 18527316 | a year ago | | | 0 | 0.0012446234 | |
| 18523849 | a year ago | | | 0 | 0.00086627526 | |
| 18515042 | a year ago | | | 0 | 0.0017138215 | |
| 18503504 | a year ago | | | 0 | 0.00058101446 | |
| 18351426 | a year ago | | | 0 | 0.00025618818 |
ABI
ABI objects
Getter at block 21331667 getReserves() view returns (uint256 reserveA, uint256 reserveB)
allBinIds() view returns (uint128[])
[6, 7, 8, 9, 10]
decimals() view returns (uint8)
18
isStatic() view returns (bool)
true
name() view returns (string)
Maverick Position-unkMav-MAV-47
pool() view returns (address)
0x5fdf78aef906cbad032fbaea032aaae3accf9dc3
symbol() view returns (string)
MP-unkMav-MAV-47
tokenId() view returns (uint256)
2400
totalSupply() view returns (uint256)
925558341546819029231
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
binIds(uint256) view returns (uint128)
binLpAddAmountRequirement(uint128 binZeroLpAddAmount) view returns (struct IPoolRemoveLiquidityParams[] params)
ratios(uint256) view returns (uint128)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnFromToAddressAsReserves(address account, address recipient, uint256 lpAmountToUnStake) returns (uint256 amountA, uint256 amountB)
burnFromToTokenIdAsBinLiquidity(address account, uint256 toTokenId, uint256 lpAmountToUnStake) returns (struct IPoolRemoveLiquidityParams[] params)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
migrateBinLiquidity()
mint(address to, uint256 fromTokenId, uint128 binZeroLpAddAmount) returns (uint256 amountMinted)
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)
MigrateBinLiquidity(uint128 oldBinId, uint128 newBinId)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _pool, uint128[] _binIds, uint128[] _ratios, uint256 factoryCount, bool _isStatic)
This contract contains no fallback and receive objects.
BinIsMerged()
InvalidBinIds(uint128[] binIds)
InvalidRatio()
InvalidTokenId(uint256 tokenId)