PopStaking
Verified contract
Active on
Ethereum with 4,999 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5d85…4670
Balances ($67.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POP | ERC-20 | 10.041575M | $0.000007 |
$67.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17452490 | a year ago | | | 0 | 0.00034239920 | |
| 17452490 | a year ago | | | 0 | 0.00093832310 | |
| 16894032 | 2 years ago | | | 0 | 0.00089828310 | |
| 16894032 | 2 years ago | | | 0 | 0.00097541730 | |
0x0e7dd1e6 | 16545546 | 2 years ago | | | 0 | 0.0016543800 | |
| 16545524 | 2 years ago | | | 0 | 0.0016365187 | |
0x0e7dd1e6 | 16545514 | 2 years ago | | | 0 | 0.00098838000 | |
| 16545502 | 2 years ago | | | 0 | 0.0024350812 | |
0x0e7dd1e6 | 16545495 | 2 years ago | | | 0 | 0.0015846600 | |
| 16545486 | 2 years ago | | | 0 | 0.0019579694 |
ABI
ABI objects
Getter at block 21248086
claimableBlock() view returns (uint256)
16545546
devaddr() view returns (address)
0x443306947dd3f05287cc74df38a62c0917f60af3
getPopPerBlock() view returns (uint256)
241126550000
owner() view returns (address)
0x5c58001c744b0060554eba0d9aff11dc91ef7b46
pop() view returns (address)
0x5d858bcd53e085920620549214a8b27ce2f04670
stakeUnit() view returns (uint256)
50000000000000000000000
startBlock() view returns (uint256)
13464792
startTime() view returns (uint256)
1634869253
Read-only
claimablePop(address _user) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
popPerBlockAllCycles(uint256) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardMultiplier, uint256 lastRewardBlock)
State-modifying
Events deposit(uint256 _amount)
dev(address _devaddr)
emergencyWithdraw()
renounceOwnership()
transferOwnership(address newOwner)
updatePendingInfo(address[] _addresses, uint16[] _multiplier)
withdraw(uint256 _amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor(address _pop, address _devaddr, uint256 _startTime, uint256 _popPerBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.