MiniChefV2
Verified contract
Active on
Ethereum with 9,225 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18,325.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYN | ERC-20 | 36.3067K | $0.504747 |
$18,325.7 | |
SLP | ERC-20 | 880.856106 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243993 | 2 days ago | | | 0 | 0.0011813016 | |
| 21243991 | 2 days ago | | | 0 | 0.0011217779 | |
| 20966267 | a month ago | | | 0 | 0.0017174021 | |
| 20872060 | 2 months ago | | | 0 | 0.0025359700 | |
| 20868646 | 2 months ago | | | 0 | 0.0017204952 | |
| 20843521 | 2 months ago | | | 0 | 0.0014603935 | |
| 20830618 | 2 months ago | | | 0 | 0.0012141051 | |
| 20401009 | 4 months ago | | | 0 | 0.00056772507 | |
| 20400963 | 4 months ago | | | 0 | 0.00092118198 | |
| 20160598 | 5 months ago | | | 0 | 0.00033351131 |
ABI
ABI objects
Getter at block 21258945
SYNAPSE() view returns (address)
0x0f2d719407fdbeff09d87557abb7232601fd9f29
owner() view returns (address)
0x67f60b0891ebd842ebe55e4ccca1098d7aac1a55
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256 pools)
1
synapsePerSecond() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
1
Read-only
lpToken(uint256) view returns (address)
pendingSynapse(uint256 _pid, address _user) view returns (uint256 pending)
poolInfo(uint256) view returns (uint128 accSynapsePerShare, uint64 lastRewardTime, uint64 allocPoint)
rewarder(uint256) view returns (address)
userInfo(uint256, address) view returns (uint256 amount, int256 rewardDebt)
State-modifying
Events add(uint256 allocPoint, address _lpToken, address _rewarder)
batch(bytes[] calls, bool revertOnFail) payable returns (bool[] successes, bytes[] results)
claimOwnership()
deposit(uint256 pid, uint256 amount, address to)
emergencyWithdraw(uint256 pid, address to)
harvest(uint256 pid, address to)
massUpdatePools(uint256[] pids)
permitToken(address token, address from, address to, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
set(uint256 _pid, uint256 _allocPoint, address _rewarder, bool overwrite)
setSynapsePerSecond(uint256 _synapsePerSecond)
transferOwnership(address newOwner, bool direct, bool renounce)
updatePool(uint256 pid) returns (struct MiniChefV2PoolInfo pool)
withdraw(uint256 pid, uint256 amount, address to)
withdrawAndHarvest(uint256 pid, uint256 amount, address to)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
Harvest(address indexed user, uint256 indexed pid, uint256 amount)
LogPoolAddition(uint256 indexed pid, uint256 allocPoint, address indexed lpToken, address indexed rewarder)
LogSetPool(uint256 indexed pid, uint256 allocPoint, address indexed rewarder, bool overwrite)
LogSynapsePerSecond(uint256 synapsePerSecond)
LogUpdatePool(uint256 indexed pid, uint64 lastRewardTime, uint256 lpSupply, uint256 accSynapsePerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
constructor(address _synapse)
This contract contains no fallback and receive objects.
This contract contains no error objects.