xKNC
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x49bd…12e9
0xecf0…aea3
9 additional
variables
Balances ($0.00)
No balances found for "xKNC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12998636 | 3 years ago | | | 0 | 0.015539285 |
ABI
ABI objects
Getter at block 21287856
decimals() view returns (uint8)
18
feeDivisors() view returns (uint256 mintFee, uint256 burnFee, uint256 claimFee)
(mintFee=0, burnFee=500, claimFee=100)
getAmountOfAssetHeld() view returns (uint256)
0
getAvailableKncBalanceTwei() view returns (uint256)
0
getFundEthBalanceWei() view returns (uint256)
0
getFundKncBalanceTwei() view returns (uint256)
0
getRewardDistributor() view returns (address)
0x0000000000000000000000000000000000000000
getWithdrawableFees() view returns (address[2] feeAssets, uint256[2] feeAmounts)
(feeAssets=[0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE, 0xdd974D5C2e2928deA5F71b9825b8b646686BD200], feeAmounts=[0, 0])
mandate() view returns (string)
xKNC Mandate: Stakers
name() view returns (string)
xKNC
owner() view returns (address)
0x6aeb711ead11da0d4c0426778833859ca58b2ad7
paused() view returns (bool)
false
symbol() view returns (string)
xKNCa
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getFeeRate(uint8 _type) view returns (uint256)
lastLockedBlock(address) view returns (uint256)
State-modifying
Events adminStake()
approve(address spender, uint256 amount) returns (bool)
approveKyberProxyContract(address _token, bool _reset)
burn(uint256 tokensToRedeemTwei, bool redeemForKnc, uint256 minRate)
claimReward(uint256 cycle, uint256 index, address[] tokens, uint256[] cumulativeAmounts, bytes32[] merkleProof, uint256[] minRates)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _symbol, string _mandate, address _kyberStaking, address _kyberProxy, address _knc, address _kyberDao, uint256 mintFee, uint256 burnFee, uint256 claimFee)
migrateV3(address _newKnc, address _newKyberDao, address _newKyberStaking, address _rewardsDistributor)
mint(uint256 minRate) payable
mintWithToken(uint256 kncAmountTwei)
pause()
renounceOwnership()
setFeeDivisors(uint256 _mintFee, uint256 _burnFee, uint256 _claimFee)
setRewardsDistributor(address _rewardsDistributor)
setxTokenManager(address _manager)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
vote(uint256 proposalId, uint256 optionBitMask)
withdrawFees()
Approval(address indexed owner, address indexed spender, uint256 value)
FeeDivisorsSet(uint256 mintFee, uint256 burnFee, uint256 claimFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.