Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KOTO | ERC-20 | 7.875821K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19228722 | 10 months ago | | | 0 | 0.0012414516 | |
| 19228722 | 10 months ago | | | 0 | 0.0011539315 | |
| 19228695 | 10 months ago | | | 0 | 0.0010822078 | |
| 19220134 | 10 months ago | | | 0.01 | 0.00086813902 | |
| 19220133 | 10 months ago | | | 0.035 | 0.0013857939 | |
| 19220131 | 10 months ago | | | 0.01 | 0.0044145200 | |
| 19220092 | 10 months ago | | | 0.44 | 0.0034740200 | |
| 19219787 | 10 months ago | | | 0.4 | 0.0027846384 | |
| 19218486 | 10 months ago | | | 0.405 | 0.0014297509 | |
| 19218485 | 10 months ago | | | 0.32 | 0.0014425790 |
ABI
ABI objects
Getter at block 21306021 ethPrice() view returns (uint256)
BOND_DEPOSITORY() view returns (address)
0xe58b33c813ac4077bd2519de90fccb189a19fa71
INTERVAL() view returns (uint256)
86400
KOTO() view returns (address)
0x64c7d8c8abf28daf9d441c507cfe9be678a0929c
LENGTH() view returns (uint256)
604800
OWNER() view returns (address)
0x946ef43867225695e29241813a8f41519634b36b
PAIR() view returns (address)
0x47287d8d7c1a5854aa11868e7d2186b138069f84
ethModel() view returns (uint48 interval, uint48 last, uint48 conclusion, uint96 theta, uint96 price, uint96 capacity)
(interval=86400, last=1707840035, conclusion=1708549031, theta=29017440340000, price=696418568160008, capacity=7875820735767557363287)
lpModel() view returns (uint48 interval, uint48 last, uint48 conclusion, uint96 theta, uint96 price, uint96 capacity)
(interval=0, last=0, conclusion=1708549031, theta=0, price=0, capacity=0)
lpPrice() view returns (uint256)
0
market() view returns (struct PricingV1Model, struct PricingV1Model)
((86400, 1707840035, 1708549031, 29017440340000, 696418568160008, 7875820735767557363287), (0, 0, 1708549031, 0, 0, 0))
Read-only
This contract contains no read-only function objects.
State-modifying
Events addReserves()
bond() payable
bondLp(uint256 amount)
burn()
create(uint256 ethBonds, uint256 lpBonds)
notifyRewardAmount(uint256 amount)
Bond(address indexed caller, uint256 payout, uint256 price)
CreateMarket(uint256 bonds, uint256 start, uint256 end)
constructor()
receive()
BondFailed()
BondOverflow()
BondsSoldOut()
MarketClosed()
MaxPayout()
OngoingMarket()
OnlyDepository()
OnlyOwner()