ExponentialCurve
Verified contract
Active on
Base with 0 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "ExponentialCurve"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ExponentialCurve"
ABI
ABI objects
Getter at block 21829916
MIN_PRICE() view returns (uint256)
1000000000
Read-only
getBuyInfo(uint128 spotPrice, uint128 delta, uint256 numItems, uint256 feeMultiplier, uint256 protocolFeeMultiplier) pure returns (uint8 error, uint128 newSpotPrice, uint128 newDelta, uint256 inputValue, uint256 protocolFee)
getSellInfo(uint128 spotPrice, uint128 delta, uint256 numItems, uint256 feeMultiplier, uint256 protocolFeeMultiplier) pure returns (uint8 error, uint128 newSpotPrice, uint128 newDelta, uint256 outputValue, uint256 protocolFee)
validateDelta(uint128 delta) pure returns (bool)
validateSpotPrice(uint128 newSpotPrice) pure returns (bool)
State-modifying
Events This contract contains no state-modifying function objects.
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.