SeaportDeleverage
Verified contract
Active on
Ethereum with 8 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "SeaportDeleverage"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20265482 | 4 months ago | | | 0 | 0.00067010785 | |
| 20252958 | 4 months ago | | | 0 | 0.00053942519 | |
| 20241275 | 4 months ago | | | 0 | 0.0043727216 | |
| 20205460 | 4 months ago | | | 0 | 0.0021659943 | |
| 20205151 | 4 months ago | | | 0 | 0.0017332290 | |
| 20195889 | 4 months ago | | | 0 | 0.0011015049 | |
| 20043080 | 5 months ago | | | 0 | 0.0034689447 | |
| 19840475 | 6 months ago | | | 0 | 0.0041039021 |
ABI
ABI objects
Getter at block 21176419
BASE() view returns (address)
0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0
COLLATERAL() view returns (address)
0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee
ILK_INDEX() view returns (uint8)
0
JOIN() view returns (address)
0x3f6119b0328c27190be39597213ea1729f061876
POOL() view returns (address)
0x0000000000eaebd95dafca37a39fd09745739b78
SEAPORT() view returns (address)
0x00000000000000adc04c56bf30ac9d3c0aaf14dc
Read-only
This contract contains no read-only function objects.
State-modifying
Events deleverage(struct Order order, uint256 collateralToRemove, uint256 debtToRepay)
seaportCallback4878572495(address, address user, uint256 debtToRepay)
This contract contains no event objects.
constructor(address pool, address gemJoin, uint8 ilkIndex)
This contract contains no fallback and receive objects.
C1EndAmountMustBeDebtToRepay(uint256 endAmount, uint256 debtToRepay)
C1RecipientMustBeSender(address invalidRecipient)
C1StartAmountMustBeDebtToRepay(uint256 startAmount, uint256 debtToRepay)
C1TokenMustBeThis(address token)
C1TypeMustBeERC20(uint8 itemType)
C2EndMustBeCollateralToRemove(uint256 endAmount, uint256 collateralToRemove)
C2StartMustBeCollateralToRemove(uint256 startAmount, uint256 collateralToRemove)
C2TokenMustBeCollateral(address token)
C2TypeMustBeERC20(uint8 itemType)
ConduitKeyMustBeZero(bytes32 conduitKey)
ConsiderationsLengthMustBeTwo(uint256 length)
InvalidContractConfigs(address pool, address join)
InvalidTotalOriginalConsiderationItems()
MathOverflowedMulDiv()
MsgSenderMustBeSeaport(address msgSender)
NotAwaitingCallback()
NotEnoughCollateral(uint256 collateralToRemove, uint256 currentCollateral)
OEndMustBeDebtToRepay(uint256 endAmount, uint256 debtToRepay)
OItemTypeMustBeERC20(uint8 itemType)
OStartMustBeDebtToRepay(uint256 startAmount, uint256 debtToRepay)
OTokenMustBeBase(address token)
OffersLengthMustBeOne(uint256 length)
OrderTypeMustBeFullRestricted(uint8 orderType)
ZoneMustBeThis(address zone)