ReflectorChef
Verified contract
Active on
Ethereum with 1,817 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf6ee…9d2e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MCC | ERC-20 | 4.363915B | -- | -- | |
OGK | ERC-20 | 29.421014M | -- | -- | |
RC | ERC-20 | 9.214816K | -- | -- | |
UNI-V2 | ERC-20 | 1.247861K | -- | -- | |
UB | ERC-20 | 304.25199 | -- | -- | |
MPRINT | ERC-20 | 127.758268 | -- | -- | |
CASH | ERC-20 | 18.405852 | -- | -- | |
UUB | ERC-20 | 15.598302 | -- | -- | |
UNI-V2 | ERC-20 | 15.304274 | -- | -- | |
UNI-V2 | ERC-20 | 1.556868 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20734162 | 3 months ago | | | 0 | 0.00028614119 | |
| 20734146 | 3 months ago | | | 0 | 0.00020955309 | |
| 20734141 | 3 months ago | | | 0 | 0.00022158621 | |
| 20519972 | 3 months ago | | | 0 | 0.00032438407 | |
| 20519941 | 3 months ago | | | 0 | 0.00028392322 | |
| 20519930 | 3 months ago | | | 0 | 0.00029039793 | |
| 20189343 | 5 months ago | | | 0 | 0.00043429596 | |
| 20058872 | 6 months ago | | | 0 | 0.00046921523 | |
| 19911548 | 6 months ago | | | 0 | 0.0011555015 | |
| 19911499 | 6 months ago | | | 0 | 0.00069900879 |
ABI
ABI objects
Getter at block 21283750
BONUS_MULTIPLIER() view returns (uint256)
1
devaddr() view returns (address)
0x43853a1999f1dc727f407e22283b16bc0fe7b49b
owner() view returns (address)
0xc81f8c407145a4998eec77c6d1b74f3f4781d5bf
poolLength() view returns (uint256)
12
rcollector() view returns (address)
0xf6ee08fa550e1cb08c0821a4da8cea57b8909d2e
rcollectorPerBlock() view returns (uint256)
4832000000000000
startBlock() view returns (uint256)
15013000
totalAllocPoint() view returns (uint256)
22000
treasuryAddress() view returns (address)
0x88bae7682f391dc97b0b30ab5f70cf370007bec1
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingRCollector(uint256 _pid, address _user) view returns (uint256)
pendingReflections(uint256 _pid) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accRCollectorPerShare, uint256 totalBalance, uint16 depositFeeBP)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
harvestReflections(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, bool _withUpdate)
setTreasuryAddress(address _treasuryAddress)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _rcollectorPerBlock)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _rcollector, address _devaddr, address _treasuryAddress, uint256 _rcollectorPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.