RedKiteTiers
Verified contract
Active on
Ethereum with 7,123 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
-
variable spans 5 additional slots
-
variable spans 4 additional slots
Balances ($1,159.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PKF | ERC-20 | 37.254553K | $0.031111 |
$1,159.04 | |
sPKF | ERC-20 | 4.556073K | -- | -- | |
UNI-V2 | ERC-20 | 0.560305 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19653520 | 7 months ago | | | 0 | 0.00097953926 | |
| 15310560 | 2 years ago | | | 0 | 0.00093193375 | |
| 15194975 | 2 years ago | | | 0 | 0.0010119127 | |
| 14817570 | 3 years ago | | | 0 | 0.0010221497 | |
| 14413613 | 3 years ago | | | 0 | 0.0036239011 | |
| 14396636 | 3 years ago | | | 0 | 0.0015040712 | |
| 14301261 | 3 years ago | | | 0 | 0.0035563287 | |
| 14204250 | 3 years ago | | | 0 | 0.0034235544 | |
| 14126676 | 3 years ago | | | 0 | 0.0064953533 | |
| 14054908 | 3 years ago | | | 0 | 0.018105197 |
ABI
ABI objects
Getter at block 21255910
PKF() view returns (address)
0x8b39b70e39aa811b69365398e0aace9bee238aeb
canEmergencyWithdraw() view returns (bool)
false
getTiers() view returns (uint256[10] buf)
[500000000000000000000, 5000000000000000000000, 20000000000000000000000, 60000000000000000000000, 0, 0, 0, 0, 0, 0]
owner() view returns (address)
0xd9fa0c2a3501cecc3a6af573328f2869cb3338dd
penaltyWallet() view returns (address)
0xd9fa0c2a3501cecc3a6af573328f2869cb3338dd
Read-only
calculateWithdrawFee(address _userAddress, address _token, uint256 _amount) view returns (uint256)
daysLockLevel(uint256) view returns (uint256)
externalToken(address) view returns (address contractAddress, uint256 decimals, uint256 rate, bool isERC721, bool canStake)
getUserTier(address _userAddress) view returns (uint8 res)
userExternalStaked(address) view returns (uint256)
userInfo(address, address) view returns (uint256 staked, uint256 stakedTime)
userTotalStaked(address _userAddress) view returns (uint256)
withdrawFeePercent(uint256) view returns (uint256)
State-modifying
Events addExternalToken(address _token, uint256 _decimals, uint256 _rate, bool _isERC721, bool _canStake)
depositBatchERC721(address _token, uint128[] _tokenIds)
depositERC20(address _token, uint256 _amount)
depositSingleERC721(address _token, uint128 _tokenId)
emergencyWithdrawERC20(address _token)
emergencyWithdrawERC721(address _token, uint128[] _tokenIds)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
setExternalToken(address _token, uint256 _decimals, uint256 _rate, bool _canStake)
setPenaltyWallet(address _penaltyWallet)
transferOwnership(address _newOwner)
updateEmergencyWithdrawStatus(bool _status)
updatePunishTime(uint256 _key, uint256 _days)
updateTier(uint8 _tierId, uint256 _amount)
updateWithdrawFee(uint256 _key, uint256 _percent)
withdrawBatchERC721(address _token, uint128[] _tokenIds)
withdrawERC20(address _token, uint256 _amount)
withdrawSingleERC721(address _token, uint128 _tokenId)
AddExternalToken(address indexed token, uint256 decimals, uint256 rate, bool isERC721, bool canStake)
ChangePenaltyWallet(address indexed penaltyWallet)
EmergencyWithdrawnERC20(address indexed user, address token, uint256 amount, uint256 lastStakedTime)
EmergencyWithdrawnERC721(address indexed user, address token, uint128[] tokenIds, uint256 lastStakedTime)
ExternalTokenStatsChange(address indexed token, uint256 decimals, uint256 rate, bool canStake)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakedBatchERC721(address indexed user, address token, uint128[] tokenIds)
StakedERC20(address indexed user, address token, uint256 amount)
StakedSingleERC721(address indexed user, address token, uint128 tokenId)
WithdrawnBatchERC721(address indexed user, address token, uint128[] tokenIds, uint256 lastStakedTime)
WithdrawnERC20(address indexed user, address token, uint256 indexed amount, uint256 fee, uint256 lastStakedTime)
WithdrawnSingleERC721(address indexed user, address token, uint128 tokenId, uint256 lastStakedTime)
constructor(address _pkf, address _sPkf, address _uniLp, address _penaltyWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.