MiniChefV2
Verified contract
Active on
Ethereum with 2,531 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDL | ERC-20 | 3.579441M | -- | -- | |
saddleUSD-V2 | ERC-20 | 240.319802K | -- | -- | |
saddleSUSD | ERC-20 | 3.994934K | -- | -- | |
saddleD4 | ERC-20 | 10.51929 | -- | -- | |
saddleUSDCUSDTFrax | ERC-20 | 1 | -- | -- | |
saddlealETH | ERC-20 | 0.916658 | -- | -- | |
saddleWRenSBTC | ERC-20 | 0.004539 | -- | -- | |
saddletBTC | ERC-20 | 0.000694 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20491334 | 4 months ago | | | 0 | 0.00059385379 | |
| 19601947 | 8 months ago | | | 0 | 0.00093216670 | |
| 19352577 | 9 months ago | | | 0 | 0.0032560946 | |
| 19040162 | 10 months ago | | | 0 | 0.0017535749 | |
| 18837010 | a year ago | | | 0 | 0.0030673853 | |
| 18817926 | a year ago | | | 0 | 0.0039480993 | |
| 18705718 | a year ago | | | 0 | 0.0023094759 | |
| 18705707 | a year ago | | | 0 | 0.0026951663 | |
| 18674330 | a year ago | | | 0 | 0.0032030483 | |
| 17949777 | a year ago | | | 0 | 0.0013973964 |
ABI
ABI objects
Getter at block 21265722
SADDLE() view returns (address)
0xf1dc500fde233a4055e25e5bbf516372bc4f6871
owner() view returns (address)
0x3f8e527af4e0c6e763e8f368ac679c44c45626ae
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256 pools)
12
saddlePerSecond() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
270
Read-only
lpToken(uint256) view returns (address)
pendingSaddle(uint256 _pid, address _user) view returns (uint256 pending)
poolInfo(uint256) view returns (uint128 accSaddlePerShare, 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)
setSaddlePerSecond(uint256 _saddlePerSecond)
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)
LogSaddlePerSecond(uint256 saddlePerSecond)
LogSetPool(uint256 indexed pid, uint256 allocPoint, address indexed rewarder, bool overwrite)
LogUpdatePool(uint256 indexed pid, uint64 lastRewardTime, uint256 lpSupply, uint256 accSaddlePerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
constructor(address _saddle)
This contract contains no fallback and receive objects.
This contract contains no error objects.