Krill Token
Verified contract
Active on
Ethereum with 7,041 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
No balances found for "Krill Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21183836 | 11 days ago | | | 0 | 0.0016316754 | |
| 21017228 | a month ago | | | 0 | 0.00028315274 | |
| 20851567 | 2 months ago | | | 0 | 0.00033175416 | |
| 20848724 | 2 months ago | | | 0 | 0.00019049685 | |
| 20840380 | 2 months ago | | | 0 | 0.00029396180 | |
| 20451505 | 4 months ago | | | 0 | 0.00047512112 | |
| 20338208 | 4 months ago | | | 0 | 0.00033399719 | |
| 20217453 | 5 months ago | | | 0 | 0.00023233105 | |
| 20217442 | 5 months ago | | | 0 | 0.00034152385 | |
| 20217430 | 5 months ago | | | 0 | 0.00033491303 |
ABI
ABI objects
Getter at block 21259520
decimals() view returns (uint8)
18
name() view returns (string)
Krill Token
owner() view returns (address)
0x99a768bd14ea62faada61f2c7f123303cdaa69fc
pairAddress() view returns (address)
0x99ef226531aea4e34f3188ab83ae110e3c4d3447
stakingRewardsAddress() view returns (address)
0x1a300c5a5639c4605c1b47f6e079e8b4056a9376
symbol() view returns (string)
KRILL
totalSupply() view returns (uint256)
84466046838455679994698037770
whalesGameAddress() view returns (address)
0x1ebb218415b1f70aeff54041c743082f183318ce
Read-only
allInfoFor(address _user) view returns (uint256 totalTokens, uint256 totalLPTokens, uint256 wethReserve, uint256 krillReserve, uint256 userAllowance, uint256 userBalance, uint256 userLPBalance)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
isFromWhitelisted(address _address) view returns (bool)
isToWhitelisted(address _address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
burn(uint256 _tokens)
deploySetWhalesGame(address _wg)
mint(address _receiver, uint256 _tokens)
setOwner(address _owner)
setWhitelisted(address _address, bool _fromWhitelisted, bool _toWhitelisted)
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)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
WhitelistUpdated(address indexed user, bool fromWhitelisted, bool toWhitelisted)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.