Krill Compounder
Verified contract
Active on
Ethereum with 1,462 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KRILL | ERC-20 | 3.775795B | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19010576 | a year ago | | | 0 | 0.0014246300 | |
| 17537326 | a year ago | | | 0 | 0.0011922581 | |
| 17313729 | 2 years ago | | | 0 | 0.0033660317 | |
| 16508498 | 2 years ago | | | 0 | 0.0014101750 | |
| 16455017 | 2 years ago | | | 0 | 0.0012078676 | |
| 16440692 | 2 years ago | | | 0 | 0.0011310811 | |
| 16320891 | 2 years ago | | | 0 | 0.0021347742 | |
| 16256567 | 2 years ago | | | 0 | 0.0014607699 | |
| 16256565 | 2 years ago | | | 0 | 0.0014516586 | |
| 15930098 | 2 years ago | | | 0 | 0.0015920521 |
ABI
ABI objects
Getter at block 21416369
currentPrices() view returns (uint256 truePrice, uint256 buyPrice, uint256 sellPrice)
(truePrice=237055641420350709424, buyPrice=263395157133723010471, sellPrice=213350077278315638481)
decimals() view returns (uint8)
18
name() view returns (string)
Krill Compounder
symbol() view returns (string)
cKRILL
totalSupply() view returns (uint256)
23605564142035070942485772
Read-only
allInfoFor(address _user) view returns (uint256 contractBalance, uint256 totalTokenSupply, uint256 truePrice, uint256 buyPrice, uint256 sellPrice, uint256 openingTime, uint256 userETH, uint256 userKRILL, uint256 userBalance, uint256 userDividends, uint256 userLiquidValue)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
calculateResult(uint256 _amount, bool _isBuy, bool _inverse) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
buy(uint256 _amount) returns (uint256)
buyFor(uint256 _amount, address _user) returns (uint256)
disburse(uint256 _amount)
reinvest() returns (uint256)
sell(uint256 _tokens) returns (uint256)
tokenCallback(address _from, uint256 _tokens, bytes) returns (bool)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
withdraw() returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Buy(address indexed buyer, uint256 amountSpent, uint256 tokensReceived)
Reinvest(address indexed user, uint256 amount)
Sell(address indexed seller, uint256 tokensSpent, uint256 amountReceived)
Transfer(address indexed from, address indexed to, uint256 tokens)
Withdraw(address indexed user, uint256 amount)
constructor(address _krill, uint256 _openingTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.