Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e0f…e030
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ISS | ERC-20 | 7.417356M | -- | -- | |
CKP4 | ERC-20 | 4.19671M | -- | -- | |
CKP2 | ERC-20 | 3.492796M | -- | -- | |
CKP3 | ERC-20 | 2.297202M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20448555 | 2 months ago | | | 0 | 0.0000013080686 | |
| 20446400 | 2 months ago | | | 0 | 0.0000024411549 | |
| 20445654 | 2 months ago | | | 0 | 0.0000012169399 | |
| 20445485 | 2 months ago | | | 0 | 0.0000020496908 | |
| 20445387 | 2 months ago | | | 0 | 9.4636800e-7 | |
| 20445222 | 2 months ago | | | 0 | 0.0000021799063 | |
| 20445078 | 2 months ago | | | 0 | 0.0000023686465 | |
| 20442502 | 2 months ago | | | 0 | 7.4793600e-7 | |
| 20439546 | 2 months ago | | | 0 | 7.2255720e-7 | |
| 20439488 | 2 months ago | | | 0 | 9.6163200e-7 |
ABI
ABI objects
Getter at block 23198679
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x9ad88dccbb5eba1f0e7ae8a2c26fac65011205dd
poolsCount() view returns (uint256)
5
whitelist() view returns (address)
0x4e0f88b939631df15d2d549d7f0349d85d7fe030
Read-only
collectedFees(address token) view returns (uint256)
intervalPoolAccount(uint256 poolIndex, address address_) view returns (struct FixedSwapAccountState state, struct FixedSwapComplexAccountState complex, uint256 unlockedIntervalsCount)
intervalPoolProps(uint256 poolIndex) view returns (struct FixedSwapProps props, struct AttoDecimalInstance immediatelyUnlockingPart, struct FixedSwapInterval[] intervals)
linearPoolAccount(uint256 poolIndex, address address_) view returns (struct FixedSwapAccountState state, struct FixedSwapComplexAccountState complex, uint256 immediatelyUnlockedAmount)
linearPoolProps(uint256 poolIndex) view returns (struct FixedSwapProps props, struct AttoDecimalInstance immediatelyUnlockingPart, struct FixedSwapLinearProps linear)
poolAccount(uint256 poolIndex, address address_) view returns (uint8 type_, struct FixedSwapAccountState state)
poolProps(uint256 poolIndex) view returns (uint8 type_, struct FixedSwapProps props)
poolState(uint256 poolIndex) view returns (struct FixedSwapState state)
State-modifying
Events acceptOwnership() returns (bool success)
acceptPoolOwnership(uint256 poolIndex) returns (bool success)
changeWhitelistAddress(address _newWhitelistAddress)
collectFee(uint256 poolIndex) returns (bool success)
createIntervalPool(struct FixedSwapProps props, uint256 paymentLimit, address owner_, struct AttoDecimalInstance immediatelyUnlockingPart, struct FixedSwapInterval[] intervals) returns (bool success, uint256 poolIndex)
createLinearPool(struct FixedSwapProps props, uint256 paymentLimit, address owner_, struct AttoDecimalInstance immediatelyUnlockingPart, uint256 linearUnlockingEndsAt) returns (bool success, uint256 poolIndex)
createSimplePool(struct FixedSwapProps props, uint256 paymentLimit, address owner_) returns (bool success, uint256 poolIndex)
increaseIssuance(uint256 poolIndex, uint256 amount) returns (bool success)
nominateNewOwner(address owner_) returns (bool success)
nominateNewPoolOwner(uint256 poolIndex, address nominatedOwner_) returns (bool success)
swap(uint256 poolIndex, uint256 requestedPaymentAmount) returns (uint256 paymentAmount, uint256 issuanceAmount)
unlockInterval(uint256 poolIndex, uint256 intervalIndex) returns (uint256 withdrawnIssuanceAmount)
unlockLinear(uint256 poolIndex) returns (uint256 withdrawalAmount)
withdrawFee(address token) returns (bool success)
withdrawPayments(uint256 poolIndex) returns (bool success)
withdrawUnsold(uint256 poolIndex) returns (bool success)
AccountLimitChanged(uint256 indexed poolIndex, address indexed address_, uint256 indexed limitIndex)
FeeWithdrawn(address indexed token, uint256 amount)
ImmediatelyUnlockingPartUpdated(uint256 indexed poolIndex, uint256 mantissa)
IntervalCreated(uint256 indexed poolIndex, uint256 startsAt, uint256 unlockingPart)
IssuanceIncreased(uint256 indexed poolIndex, uint256 amount)
LinearPoolUnlocking(uint256 indexed poolIndex, address indexed account, uint256 amount)
LinearUnlockingEndingTimestampUpdated(uint256 indexed poolIndex, uint256 timestamp)
OwnerChanged(address indexed newOwner)
OwnerNominated(address indexed nominatedOwner)
PaymentLimitChanged(uint256 indexed poolIndex, uint256 indexed limitIndex, uint256 newLimit)
PaymentLimitCreated(uint256 indexed poolIndex, uint256 indexed limitIndex, uint256 limit)
PaymentUnlocked(uint256 indexed poolIndex, uint256 unlockedAmount, uint256 collectedFee)
PaymentsWithdrawn(uint256 indexed poolIndex, uint256 amount)
PoolCreated(uint8 type_, address indexed paymentToken, address indexed issuanceToken, uint256 poolIndex, uint256 issuanceLimit, uint256 startsAt, uint256 endsAt, uint256 fee, uint256 rate, uint256 paymentLimit)
PoolOwnerChanged(uint256 indexed poolIndex, address indexed newOwner)
PoolOwnerNominated(uint256 indexed poolIndex, address indexed nominatedOwner)
Swap(uint256 indexed poolIndex, address indexed caller, uint256 requestedPaymentAmount, uint256 paymentAmount, uint256 issuanceAmount)
UnsoldWithdrawn(uint256 indexed poolIndex, uint256 amount)
WhitelistContractChanged(address oldAddress, address newAddress)
constructor(address owner_, address whitelistContract_)
This contract contains no fallback and receive objects.
This contract contains no error objects.