KRILL
Verified contract
Proxy
Active on
Base with 283 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xecd3…3128
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TESTDUMMY | ERC-20 | 21.875B | -- | -- | |
KRILL | ERC-20 | 21.875B | -- | -- | |
KRILL | ERC-20 | 21.875B | -- | -- | |
KRILL | ERC-20 | 21.875B | -- | -- | |
KRILL | ERC-20 | 21.875B | -- | -- | |
KRILL | ERC-20 | 6.272892B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2836566 | a year ago | | | 0 | 0.000000000623011685 | |
| 2415518 | a year ago | | | 0 | 0.000094807505 | |
| 2403135 | a year ago | | | 0 | 0.000094807504 | |
| 2398357 | a year ago | | | 0 | 0.00069642871 | |
| 2395491 | a year ago | | | 0 | 0.00013725751 | |
| 2394075 | a year ago | | | 0 | 0.000094807504 | |
| 2393912 | a year ago | | | 0 | 0.000094807504 | |
| 2387639 | a year ago | | | 0 | 0.000094807527 | |
| 2360582 | a year ago | | | 0 | 0.000094807504 | |
| 2357899 | a year ago | | | 0 | 0.000094884769 |
ABI
ABI objects
Getter at block 22934445
LOCK_END() view returns (uint256)
1691341303
decimals() view returns (uint8)
18
getSigner() view returns (address)
0x7ac6508b6b9aff83bcbbe0472aed8a47a876f3d5
getTimestamp() view returns (uint256)
1732658237
initializedFlag() view returns (bool)
true
lastPauseTime() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0x39a5ed42ae983b3766dfeba4bb3b7ca2bbe27d120cc98c22ad4af4e128344217
name() view returns (string)
KRILL
owner() view returns (address)
0x7ac6508b6b9aff83bcbbe0472aed8a47a876f3d5
paused() view returns (bool)
false
presaleToken() view returns (address)
0xecd370455dba4556242556b154adc144ad673128
publicFlag() view returns (bool)
true
saleAvailable() view returns (bool)
false
symbol() view returns (string)
KRILL
totalClaimed() view returns (uint256)
14878304294975688816855753585
totalPresaleAmount() view returns (uint256)
21742301458670988654781199318
Read-only
available(address address_) view returns (uint256)
balanceOf(address _account, address _token) view returns (uint256)
claimed(address) view returns (uint256)
getEntryCountOf(address _account) view returns (uint256)
getSupportedTokens(uint256 _index) view returns (address)
outstanding(address address_) view returns (uint256)
released(address address_) view returns (uint256)
stakedTimeOf(address _beneficiary) view returns (uint256)
stakingEntries(address, uint256) view returns (address token, uint256 value, uint256 stakingTimestamp)
totalSupply(address _token) view returns (uint256)
State-modifying
Events addToken(address _token)
claim()
initialize(string _name, string _symbol, address[] _stakingToken, uint8[] _stakingDecimals, address _presaleToken, address _destAddress, uint256 _lockEnd, uint256 _presalePrice, uint256 _duration, uint256 _tgeUnlock)
recoverERC20(address _token, uint256 _amount)
removeToken(address _token)
renounceOwnership()
setMerkleRoot(bytes32 _merkleRoot)
setMultiSignDest(address _multiSignDest)
setPaused(bool _paused)
setPublicFlag(bool _publicFlag)
setSaleAvailable(bool _saleAvailable)
stake(address _token, uint256 _amount, bytes32[] _merkleProof)
transferOwnership(address newOwner)
updateLockEnd(uint256 _lockEnd)
updatePresalePrice(uint256 _presalePrice)
updatePresaleToken(address _presaleToken)
updateSigner(address _signer)
withdrawAll(address _token)
AirdropSent(address indexed user, uint256 reward)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseChanged(bool isPaused)
Recovered(address token, uint256 amount)
Staked(address indexed user, address indexed token, uint256 amount, address payer)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed user, address indexed token, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.