ArcMasterChef
Verified contract
Active on
Ethereum with 13,588 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xc82e…e7c2
Balances ($3,895,872.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARC | ERC-20 | 183.205511M | $0.021265 |
$3,895,872.52 | |
UNI-V2 | ERC-20 | 7.292205K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156980 | 3 hours ago | | | 0 | 0.0018265037 | |
| 21151896 | 20 hours ago | | | 0 | 0.0011514598 | |
| 21151419 | a day ago | | | 0 | 0.0013432455 | |
| 21151414 | a day ago | | | 0 | 0.0012985820 | |
| 21149904 | a day ago | | | 0 | 0.0010031525 | |
| 21147236 | 2 days ago | | | 0 | 0.0013050294 | |
| 21146406 | 2 days ago | | | 0 | 0.0016674628 | |
| 21145192 | 2 days ago | | | 0 | 0.0022767458 | |
| 21143219 | 2 days ago | | | 0 | 0.0027349802 | |
| 21139349 | 3 days ago | | | 0 | 0.0023141725 |
ABI
ABI objects
Getter at block 21158020
BONUS_MULTIPLIER() view returns (uint256)
1
MAXIMUM_HARVEST_INTERVAL() view returns (uint256)
864000
arc() view returns (address)
0xc82e3db60a52cf7529253b4ec688f631aad9e7c2
arcPerBlock() view returns (uint256)
3500000000000000000
feeAddress() view returns (address)
0x887a274b22e18c28974797c1445b74589450281e
owner() view returns (address)
0xf7557e4a8e9d5f3a84ba963609c370e7f2c9246b
poolLength() view returns (uint256)
2
rewardHolder() view returns (address)
0x933ede2c1a3c91b373d2519a2a3c596350f88b0e
startBlock() view returns (uint256)
14360481
totalAllocPoint() view returns (uint256)
196
totalLockedUpRewards() view returns (uint256)
0
Read-only
canHarvest(uint256 _pid, address _user) view returns (bool)
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingArc(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accArcPerShare, uint16 depositFeeBP, uint256 harvestInterval)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardLockedUp, uint256 nextHarvestUntil)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, uint256 _harvestInterval, bool _withUpdate)
compound(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
initialize(address _arc, address _feeAddress, address _rewardHolder, uint256 _startBlock, uint256 _arcPerBlock)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, uint256 _harvestInterval, bool _withUpdate)
setFeeAddress(address _feeAddress)
setRewardHolder(address _rewardHolder)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _arcPerBlock)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Compound(address indexed user, uint256 indexed pid, uint256 amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
EmissionRateUpdated(address indexed caller, uint256 previousAmount, uint256 newAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardLockedUp(address indexed user, uint256 indexed pid, uint256 amountLockedUp)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.