Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
kSEED | ERC-20 | 158.162309K | -- | -- | |
kKUSH | ERC-20 | 0.096404 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21085408 | a month ago | | | 0 | 0.00017688091 | |
| 19773204 | 7 months ago | | | 0 | 0.00035604557 | |
| 19701088 | 7 months ago | | | 0 | 0.00015671332 | |
| 19441669 | 8 months ago | | | 0 | 0.0019594653 | |
| 19441567 | 8 months ago | | | 0 | 0.0029829962 | |
| 19441565 | 8 months ago | | | 0 | 0.0029310336 | |
| 19441565 | 8 months ago | | | 0 | 0.0029310336 | |
| 19441564 | 8 months ago | | | 0 | 0.0039201351 | |
| 19379032 | 9 months ago | | | 0 | 0.0046254342 | |
| 19355769 | 9 months ago | | | 0 | 0.0031302859 |
ABI
ABI objects
Getter at block 21293232
decimals() view returns (uint8)
18
getBlockNum() view returns (uint256)
21293232
name() view returns (string)
kKUSH
symbol() view returns (string)
kKUSH
totalStakedSupply() view returns (uint256)
158162309405431268017726
totalSupply() view returns (uint256)
185920958962785428878755101
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAddressStakeAmount(address _account) view returns (uint256)
getLastBlockCheckedNum(address _account) view returns (uint256)
myRewardsBalance(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
getReward()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setRewardsVar(uint256 _amount)
setkSeedAddress(address _kseedAddress) returns (uint256)
stake(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updatingStakingReward(address account) returns (uint256)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Rewards(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount, uint256 totalkSeedStaked)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.