PrimeRewards
Verified contract
Active on
Ethereum with 5,735 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb23d…28cf
Balances ($2,249,577.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRIME | ERC-20 | 190.642158K | $11.80 |
$2,249,577.47 | |
0x76be…8e77 | ERC-1555 | 254 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21178534 | 16 days ago | | | 0 | 0.0026186148 | |
| 20937151 | 2 months ago | | | 0 | 0.0012621055 | |
| 20818212 | 2 months ago | | | 0 | 0.0012838327 | |
| 20734530 | 3 months ago | | | 0 | 0.00033295663 | |
| 20695267 | 3 months ago | | | 0 | 0.00015302819 | |
| 20649238 | 3 months ago | | | 0 | 0.00015156402 | |
| 20155487 | 5 months ago | | | 0 | 0.00063429186 | |
| 20131925 | 5 months ago | | | 0 | 0.0010836720 | |
| 20126067 | 5 months ago | | | 0 | 0.00088812367 | |
| 20074063 | 6 months ago | | | 0 | 0.00071503475 |
ABI
ABI objects
Getter at block 21290103
ID_ETH() view returns (uint256)
1
ID_PRIME() view returns (uint256)
0
PRIME() view returns (address)
0xb23d80f5fefcddaa212212f028021b41ded428cf
cachingPaused() view returns (bool)
false
endTimestamp() view returns (uint256)
1689696000
maxNumPools() view returns (uint256)
500
onReceiveLocked() view returns (bool)
true
owner() view returns (address)
0xbebd60d2985594c36ebfa66e44b0856807e9dd32
parallelAlpha() view returns (address)
0x76be3b62873462d2142405439777e971754e8e77
poolLength() view returns (uint256 pools)
1
primeAmount() view returns (uint256)
152
primeAmountPerSecond() view returns (uint256)
387564125234134024005931073772552580
primeAmountPerSecondPrecision() view returns (uint256)
1000000000000000000
primeUpdateCutoff() view returns (uint256)
1667304000
startTimestamp() view returns (uint256)
1688140801
totalAllocPoint() view returns (uint256)
1
Read-only
cacheInfo(uint256, address) view returns (uint256 amount, int256 rewardDebt)
getPoolCacheAmounts(uint256[] _pids, address[] _addresses) view returns (uint256[])
getPoolTokenIds(uint256 _pid) view returns (uint256[])
pendingPrime(uint256 _pid, address _user) view returns (uint256 pending)
poolInfo(uint256) view returns (uint256 accPrimePerShare, uint256 allocPoint, uint256 lastRewardTimestamp, uint256 totalSupply)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addPool(uint256 _allocPoint, uint256[] _tokenIds)
addPrimeAmount(uint256 _addPrimeAmount)
cache(uint256 _pid, uint256 _amount)
claimPrime(uint256 _pid)
claimPrimePools(uint256[] _pids)
emergencyWithdraw(uint256 _pid)
massUpdatePools(uint256[] _pids)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
removePrimeAmount(uint256 _removePrimeAmount)
renounceOwnership()
setCachingPaused(bool _cachingPaused)
setEndTimestamp(uint256 _endTimestamp)
setMaxNumPools(uint256 _maxNumPools)
setPoolAllocPoint(uint256 _pid, uint256 _allocPoint)
setPrimePerSecond(uint256 _startTimestamp, uint256 _endTimestamp, uint256 _primeAmount)
setPrimeTokenAddress(address _prime)
sweepERC20(address erc20, address to, uint256 amount)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
withdrawAndClaimPrime(uint256 _pid, uint256 _amount)
Cache(address indexed user, uint256 indexed pid, uint256 amount)
CachingPaused(bool cachingPaused)
Claim(address indexed user, uint256 indexed pid, uint256 amount, uint256 indexed currencyId)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
EndTimestampUpdated(uint256 endTimestamp, uint256 indexed currencyID)
LogPoolAddition(uint256 indexed pid, uint256[] tokenIds)
LogPoolSetAllocPoint(uint256 indexed pid, uint256 allocPoint, uint256 totalAllocPoint, uint256 indexed currencyId)
LogSetPerSecond(uint256 amount, uint256 startTimestamp, uint256 endTimestamp, uint256 indexed currencyId)
LogUpdatePool(uint256 indexed pid, uint256 lastRewardTimestamp, uint256 supply, uint256 accPerShare, uint256 indexed currencyId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardDecrease(uint256 amount, uint256 indexed currencyID)
RewardIncrease(uint256 amount, uint256 indexed currencyID)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _prime, address _parallelAlpha)
This contract contains no fallback and receive objects.
This contract contains no error objects.