PlatinumStaking
Verified contract
Active on
Ethereum with 4,007 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x23bf…5498
0xe833…51ba
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$PLTNM | ERC-20 | 34.515K | -- | -- | |
PLTNMPRMATE | ERC-721 | 1 | -- | -- | |
PLTNMPRMATE | ERC-721 | 1 | -- | -- | |
PLTNMPRMATE | ERC-721 | 1 | -- | -- | |
PLTNMPRMATE | ERC-721 | 1 | -- | -- | |
PLTNMPRMATE | ERC-721 | 1 | -- | -- | |
PLTNMPRMATE | ERC-721 | 1 | -- | -- | |
PLTNMPRMATE | ERC-721 | 1 | -- | -- | |
PLTNMPRMATE | ERC-721 | 1 | -- | -- | |
PLTNMPRMATE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20544149 | 3 months ago | | | 0 | 0.00013186600 | |
| 20544140 | 3 months ago | | | 0 | 0.00013330400 | |
| 20510446 | 3 months ago | | | 0 | 0.00018424286 | |
| 20395443 | 4 months ago | | | 0 | 0.00013014688 | |
| 20395438 | 4 months ago | | | 0 | 0.00014685788 | |
| 20395436 | 4 months ago | | | 0 | 0.00013296087 | |
| 20395433 | 4 months ago | | | 0 | 0.00014205884 | |
| 20395430 | 4 months ago | | | 0 | 0.00014429083 | |
| 20395428 | 4 months ago | | | 0 | 0.00014938258 | |
| 20395428 | 4 months ago | | | 0 | 0.00014938258 |
ABI
ABI objects
Getter at block 21249924
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOCK_TIME() view returns (uint256)
0
NFT() view returns (address)
0x23bf505a183f94aaf92e947e3f5e2a3bd35c5498
REWARD_AMOUNT() view returns (uint256)
10000000000000000000
REWARD_INTERVAL() view returns (uint256)
86400
TP_STAKER_ROLE() view returns (bytes32)
0x119d402b077b57613c1ce8f853b9170aebd415a21f15e4121d3534150a8b97ce
TotalShares() view returns (uint256)
1505
WITHDRAWAL_FEE_PLTNM() view returns (uint256)
45000000000000000000
owner() view returns (address)
0x01d376cda43c3c2101b467675a430e7d46075324
token() view returns (address)
0xe83341b9d5cc95f0e0d6b94ed4820c0f191c51ba
Read-only
getComulativeRewardRate(address recipient) view returns (uint256 dividents)
getDividents(address recipient) view returns (uint256 dividents)
getLengthOfStakedNFTs(address _addr) view returns (uint256)
getOwnerOfStakedNFT(uint256 _tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getStakedLengthOfTimeForToken(uint256 _tokenId) view returns (uint256)
getStakedNFTByIndex(address _addr, uint256 id) view returns (uint256)
getWithdrawalCostEstimate(address _address) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events Deposit(uint256 tokenID)
DepositAll()
DepositAllFrom(address _tokenSrc)
DepositFrom(address _tokenSrc, uint256 _tokenID)
DepositSpecific(uint256[] _tokenIDs)
DepositSpecificFrom(address _tokenSrc, uint256[] _tokenIDs)
WithdrawAll()
WithdrawDividents()
WithdrawNFT(uint256 tokenId)
WithdrawSpecific(uint256[] _tokenIDs)
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setLockTime(uint256 _locktime)
setNFTAddress(address _NFT)
setRewardAmount(uint256 _rewardAmount)
setRewardInterval(uint256 _rewardInterval)
setTokenAddress(address _token)
setWithdrawalFeePltnm(uint256 _withdrawalFeePLTNM)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _NFT, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.