Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x071e…4c3c
0xeb34…d0ab
0xbb23…c688
0xc223…93df
Balances ($974.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 975.322879 | $0.998977 |
$974.33 | |
wKSA | ERC-20 | 1.366046K | -- | -- | |
UNI-V2 | ERC-20 | 27.422083 | -- | -- | |
UNI-V2 | ERC-20 | 2.434659 | -- | -- | |
NKCN | ERC-721 | 1 | -- | -- | |
NKCM | ERC-721 | 1 | -- | -- | |
NKCM | ERC-721 | 1 | -- | -- | |
NKCM | ERC-721 | 1 | -- | -- | |
NKCM | ERC-721 | 1 | -- | -- | |
NKCM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20060675 | 6 months ago | | | 0 | 0.00044325600 | |
| 12611135 | 3 years ago | | | 0 | 0.00049599000 | |
| 12611046 | 3 years ago | | | 0 | 0.00048128400 | |
| 12611018 | 3 years ago | | | 0 | 0.00048128400 | |
| 12610971 | 3 years ago | | | 0 | 0.00048128400 | |
| 12610963 | 3 years ago | | | 0 | 0.00053476000 | |
| 12610941 | 3 years ago | | | 0 | 0.00064171200 | |
| 12610684 | 3 years ago | | | 0 | 0.00053476000 | |
| 12610625 | 3 years ago | | | 0 | 0.00048128400 | |
| 12610494 | 3 years ago | | | 0 | 0.00064171200 |
ABI
ABI objects
Getter at block 21286210
BONUS_MULTIPLIER() view returns (uint256)
5
bonusEndBlock() view returns (uint256)
11336400
lastUser() view returns (uint256)
316
migrator() view returns (address)
0x0000000000000000000000000000000000000000
nkcmToken() view returns (address)
0xc22395d3f39715ca966bebd5489d5303b29b93df
nkcnToken() view returns (address)
0xbb23dfb032477e251b260d19aec4c3641693c688
nksnToken() view returns (address)
0xeb34c0d43893d72601106abed8bd413fdba6d0ab
owner() view returns (address)
0x523fcf4aa05dc4f80598dec4dc39f2cc6df11ce8
poolLength() view returns (uint256)
4
startBlock() view returns (uint256)
11236400
totalAllocPoint() view returns (uint256)
15
wksa() view returns (address)
0x071ecb8a06d60b4d9dc53676ae2d0d7514ed4c3c
wksaPerBlock() view returns (uint256)
4000000000000000
Read-only
addrToId(address) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getWeight(uint256 _nksn, uint256 _nkcn, uint256 _nkcm, uint256 _inviteAmount) view returns (uint256)
idToAddr(uint256) view returns (address)
inviter(address) view returns (address)
inviterList(address, uint256) view returns (address)
levelBonus(uint256) view returns (uint256)
nkcmList(uint256, address, uint256) view returns (uint256)
nkcnList(uint256, address, uint256) view returns (uint256)
nksnList(uint256, address, uint256) view returns (uint256)
pendingWKSA(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 weightedSupply, uint256 accWKSAPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 weight, uint256 nksnLength, uint256 nkcnLength, uint256 nkcmLength, uint256 inviteNumber)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount, uint256 _inviter)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
stakeNKCM(uint256 nkcmId, uint256 _pid)
stakeNKCN(uint256 nkcnId, uint256 _pid)
stakeNKSN(uint256 nksnId, uint256 _pid)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updatePoolWeight(uint256 _pid, address _user)
updateUserWeight(uint256 _pid, address _user)
withdraw(uint256 _pid, uint256 _amount)
withdrawNKCM(uint256 nkcmId, uint256 _pid)
withdrawNKCN(uint256 nkcnId, uint256 _pid)
withdrawNKSN(uint256 nksnId, uint256 _pid)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
NFTReceived(address operator, address from, uint256 tokenId, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _wksa, uint256 _wksaPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.