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 |
---|---|---|---|---|---|
mooBay | ERC-20 | 1.366495M | -- | -- | |
BAY | ERC-20 | 682.30563K | -- | -- | |
| ERC-20 | 7.998899K | -- | -- | |
mooDAI | ERC-20 | 1.848677K | -- | -- | |
mooMoonWellDAI | ERC-20 | 430.761849 | -- | -- | |
| ERC-20 | 36.491186 | -- | -- | |
mooAaveWETH | ERC-20 | 1.372208 | -- | -- | |
mooAavecbETH | ERC-20 | 1.293434 | -- | -- | |
mooWETH | ERC-20 | 0.811017 | -- | -- | |
mooAerocbETH-WETH | ERC-20 | 0.491335 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8284917 | a year ago | | | 0 | 0.000000007977245717 | |
| 8278446 | a year ago | | | 0 | 0.000000055789983325 | |
| 8269679 | a year ago | | | 0 | 0.000010110870 | |
| 8269237 | a year ago | | | 0 | 0.0000020251260 | |
| 8269170 | a year ago | | | 0 | 1.9350600e-7 | |
| 8269084 | a year ago | | | 0 | 0.000097551190 | |
| 8268142 | a year ago | | | 0 | 0.000000062141339995 | |
| 8263813 | a year ago | | | 0 | 0.000099432190 | |
| 8261525 | a year ago | | | 0 | 0.00010030801 | |
| 8259468 | a year ago | | | 0 | 0.00010035113 |
ABI
ABI objects
Getter at block 22758130
SUSHI() view returns (address)
0xf45116c2e5be608152ea8a6a73917dfe75b707dc
nonce() view returns (uint256)
0
owner() view returns (address)
0x4ead779001ee27aeb67148362183a208eb0b3970
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256 pools)
29
sushiPerSecond() view returns (uint256)
2430555555555555300
totalAllocPoint() view returns (uint256)
275000
Read-only
addedTokens(address) view returns (bool)
lpToken(uint256) view returns (address)
pendingSushi(uint256 _pid, address _user) view returns (uint256 pending)
poolInfo(uint256) view returns (uint128 accSushiPerShare, 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
claimOwnership()
deposit(uint256 pid, uint256 amount, address to)
emergencyWithdraw(uint256 pid, address to)
harvest(uint256 pid, address to)
harvest(uint256[] pids, 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)
setSushiPerSecond(uint256 _sushiPerSecond)
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)
LogSushiPerSecond(uint256 sushiPerSecond)
LogUpdatePool(uint256 indexed pid, uint64 lastRewardTime, uint256 lpSupply, uint256 accSushiPerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
constructor(address _sushi)
This contract contains no fallback and receive objects.
This contract contains no error objects.