PacEthPool
Verified contract
Active on
Ethereum with 429 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x705b…55ff
0xe359…8993
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAC | ERC-20 | 118.800212K | -- | -- | |
UNI-V2 | ERC-20 | 103.828533 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11714234 | 4 years ago | | | 0 | 0.0056593360 | |
| 11710414 | 4 years ago | | | 0 | 0.014458958 | |
| 11679949 | 4 years ago | | | 0 | 0.010245857 | |
| 11617114 | 4 years ago | | | 0 | 0.020449715 | |
| 11594476 | 4 years ago | | | 0 | 0.043859424 | |
| 11594324 | 4 years ago | | | 0 | 0.030750848 | |
| 11593813 | 4 years ago | | | 0 | 0.035429646 | |
| 11593793 | 4 years ago | | | 0 | 0.042458436 | |
| 11593700 | 4 years ago | | | 0 | 0.030551968 | |
| 11593575 | 4 years ago | | | 0 | 0.039586080 |
ABI
ABI objects
Getter at block 21167913 getTotalBurnPoolReward() view returns (uint256)
DURATION() view returns (uint256)
604800
RewardDuration() view returns (uint256)
86400
checkStartReturn() view returns (bool)
true
defi() view returns (address)
0x705befa72495cd32a801fad8020befd3428c55ff
getPeriodFinish() view returns (uint256)
1609851600
isOpen() view returns (bool)
true
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1609851600
lastUpdateTime() view returns (uint256)
1609851600
owner() view returns (address)
0xae2c8c4cb3cd69d0dfa4490c024b6b1aec64223f
periodFinish() view returns (uint256)
1609851600
projectAddress() view returns (address)
0xe359363229f717d281aa040f86844c2afe638993
rewardPerToken() view returns (uint256)
1841377211767386923811
rewardPerTokenStored() view returns (uint256)
1841377211767386923811
rewardRate() view returns (uint256)
1785900316997306267
stakeToken() view returns (address)
0x85ccca6b1010ed71c9f652042cc3db61cedabd68
startTime() view returns (uint256)
1609246800
totalBurnReward() view returns (uint256)
28646786113715813853163
totalSupply() view returns (uint256)
103828532734197286963
Read-only
balanceOf(address account) view returns (uint256)
burnPool(uint256) view returns (uint256)
earned(address account) view returns (uint256)
getBurnPoolReward(uint256 index) view returns (uint256)
getBurnReward(address account) view returns (uint256)
getRound(uint256 beginTime) view returns (uint256)
getTaxRate(uint256 stakeTime) view returns (uint256)
getUser(address adrr, uint256 index) view returns (uint256, uint256, uint256, uint256)
rewards(address) view returns (uint256)
stakePool(uint256) view returns (uint256)
tax(address account) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setOpen(bool _open)
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
SetOpen(bool _open)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address projectAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.