KrillPresale
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
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
8 additional
variables
Balances ($0.00)
No balances found for "KrillPresale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "KrillPresale"
ABI
ABI objects
Getter at block 22934445
LOCK_END() view returns (uint256)
0
decimals() view returns (uint8)
18
getSigner() view returns (address)
0x0000000000000000000000000000000000000000
getTimestamp() view returns (uint256)
1732658237
initializedFlag() view returns (bool)
false
lastPauseTime() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
presaleToken() view returns (address)
0x0000000000000000000000000000000000000000
publicFlag() view returns (bool)
false
saleAvailable() view returns (bool)
false
symbol() view returns (string)
totalClaimed() view returns (uint256)
0
totalPresaleAmount() view returns (uint256)
0
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.