1x.ag 2x ETH-DAI
Verified contract
Active on
Ethereum with 109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "1x.ag 2x ETH-DAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11599270 | 4 years ago | | | 0 | 0.086469561 | |
| 11091991 | 4 years ago | | | 0 | 0.086921198 | |
| 10108977 | 5 years ago | | | 0 | 0.087932185 | |
| 9986090 | 5 years ago | | | 0 | 0.0019010277 | |
| 9929631 | 5 years ago | | | 0 | 0.024262596 | |
| 9878459 | 5 years ago | | | 0 | 0.0039628960 | |
| 9858867 | 5 years ago | | | 0 | 0.012172986 | |
| 9858863 | 5 years ago | | | 0 | 0.012287418 | |
| 9834290 | 5 years ago | | | 0 | 0.0022431420 | |
| 9826259 | 5 years ago | | | 0 | 0.00011302000 |
ABI
ABI objects
Getter at block 21329172
collateral() view returns (address)
0x0000000000000000000000000000000000000000
debt() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
decimals() view returns (uint8)
18
leverage() view returns (uint256)
2
name() view returns (string)
1x.ag 2x ETH-DAI
symbol() view returns (string)
2xETHDAI
totalSupply() view returns (uint256)
3469181200042062314
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
holders(address) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
closePosition(address newDelegate)
closePositionFor(address user, address newDelegate)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openPosition(uint256 amount, address newDelegate, uint256 stopLoss, uint256 takeProfit) payable
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ClosePosition(address indexed owner, uint256 pnl)
OpenPosition(address indexed owner, uint256 amount, uint256 stopLoss, uint256 takeProfit)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address collateralToken, address debtToken, uint256 leverageRatio)
This contract contains no fallback and receive objects.
This contract contains no error objects.