0x6d857e9d24a7566bb72a3fb0847a3e0e4e1c2879
Verified contract
Proxy
Active on
Base with 4,846 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x95fa…31ff
-
variable spans 47 additional slots
Balances ($391.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
rETH | ERC-20 | 0.090485 | $4,324.11 |
$391.27 | |
USA | ERC-20 | 1 | $0.000928 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000705 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
NATO | ERC-20 | 740K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
NUNU | ERC-20 | 777.777778 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23861990 | 2 minutes ago | | | <0.00000001 | 0.0000033444851 | |
| 23859006 | 2 hours ago | | | <0.00000001 | 0.0000033027851 | |
| 23858117 | 2 hours ago | | | <0.00000001 | 0.0000045723938 | |
| 23857204 | 3 hours ago | | | <0.00000001 | 0.0000036604564 | |
| 23856306 | 3 hours ago | | | <0.00000001 | 0.0000036425192 | |
| 23855404 | 4 hours ago | | | <0.00000001 | 0.0000036463089 | |
| 23854506 | 4 hours ago | | | <0.00000001 | 0.0000036499176 | |
| 23854192 | 4 hours ago | | | <0.00000001 | 0.0000032026754 | |
| 23853892 | 5 hours ago | | | <0.00000001 | 0.0000032204091 | |
| 23853604 | 5 hours ago | | | <0.00000001 | 0.0000032017457 |
ABI
ABI objects
Getter at block 23862055
MIN_DEPOSIT() view returns (uint256)
1000000
MODULE_KEY() view returns (bytes32)
0x64656c617965644f726465720000000000000000000000000000000000000000
vault() view returns (address)
0x95fa1ddc9a78273f795e67abe8f1cd2cd39831ff
Read-only
getAnnouncedOrder(address account) view returns (struct FlatcoinStructsOrder order)
hasOrderExpired(address account) view returns (bool expired)
State-modifying
Events announceLeverageAdjust(uint256 tokenId, int256 marginAdjustment, int256 additionalSizeAdjustment, uint256 fillPrice, uint256 keeperFee)
announceLeverageClose(uint256 tokenId, uint256 minFillPrice, uint256 keeperFee)
announceLeverageOpen(uint256 margin, uint256 additionalSize, uint256 maxFillPrice, uint256 keeperFee)
announceLeverageOpenFor(uint256 margin, uint256 additionalSize, uint256 maxFillPrice, uint256 keeperFee, address receiver)
announceStableDeposit(uint256 depositAmount, uint256 minAmountOut, uint256 keeperFee)
announceStableDepositFor(uint256 depositAmount, uint256 minAmountOut, uint256 keeperFee, address receiver)
announceStableWithdraw(uint256 withdrawAmount, uint256 minAmountOut, uint256 keeperFee)
cancelExistingOrder(address account)
executeOrder(address account, bytes[] priceUpdateData) payable
initialize(address _vault)
setVault(address _vault)
Initialized(uint64 version)
OrderAnnounced(address account, uint8 orderType, uint256 keeperFee)
OrderCancelled(address account, uint8 orderType)
OrderExecuted(address account, uint8 orderType, uint256 keeperFee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AmountTooSmall(uint256 amount, uint256 minAmount)
DelayedOrderInvalid(address account)
ExecutableTimeNotReached(uint256 executableTime)
FailedInnerCall()
HighSlippage(uint256 supplied, uint256 accepted)
InvalidFee(uint256 fee)
InvalidInitialization()
InvariantViolation(string variableName)
MaxFillPriceTooLow(uint256 maxFillPrice, uint256 currentPrice)
MinFillPriceTooHigh(uint256 minFillPrice, uint256 currentPrice)
ModuleKeyEmpty()
NotEnoughBalanceForWithdraw(address account, uint256 totalBalance, uint256 withdrawAmount)
NotEnoughMarginForFees(int256 marginAmount, uint256 feeAmount)
NotInitializing()
NotTokenOwner(uint256 tokenId, address msgSender)
OnlyOwner(address msgSender)
OrderHasExpired()
OrderHasNotExpired()
Paused(bytes32 moduleKey)
PositionCreatesBadDebt()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
ValueNotPositive(string variableName)
WithdrawalTooSmall(uint256 withdrawAmount, uint256 keeperFee)
ZeroAddress(string variableName)
ZeroValue(string variableName)