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 "Sale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15789702 | 2 years ago | | | 0 | 0.0041001000 | |
| 15784789 | 2 years ago | | | 0 | 0.0019222765 | |
| 15784735 | 2 years ago | | | 0 | 0.0028450519 | |
| 15718103 | 2 years ago | | | 0 | 0.0029846129 | |
| 15717247 | 2 years ago | | | 0 | 0.0027527613 | |
| 15672353 | 2 years ago | | | 0 | 0.00093396669 | |
| 15660281 | 2 years ago | | | 0 | 0.00034752522 | |
| 15656074 | 2 years ago | | | 0 | 0.00070406792 | |
| 15654620 | 2 years ago | | | 0 | 0.00086160459 | |
| 15645167 | 2 years ago | | | 0 | 0.00080080018 |
ABI
ABI objects
Getter at block 21426696
positionsController() view returns (address)
0x272671cb3b18507e1850381e1624606b9de0bf9e
Read-only
isPositionLocked(uint256 positionId) view returns (bool)
lapsedLockSeconds(uint256 positionId) view returns (uint256)
outputAssetLocked(uint256 positionId) view returns (bool)
ownerAssetLocked(uint256 positionId) view returns (bool)
prices(uint256) view returns (uint256 nom, uint256 denom)
unlockTimes(uint256) view returns (uint256)
State-modifying
Events afterAssetTransfer(address asset, address from, address to, uint256 amount, uint256[] data)
beforeAssetTransfer(address asset, address from, address to, uint256 amount, uint256[] data)
lockPosition(uint256 positionId, uint256 lockSeconds)
setAlgorithm(uint256 positionId)
setPrice(uint256 positionId, struct Price price)
transferAssetOwnerShipTo(address asset, address newOwner)
withdrawAsset(uint256 positionId, uint256 assetCode, address recipient, uint256 amount)
Sell(uint256 indexed positionId, address indexed buyer, uint256 count)
constructor(address positionsControllerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.