MasterGarden
Verified contract
Active on
Ethereum with 80 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa4c6…6918
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PCHS | ERC-20 | 228.132784K | -- | -- | |
UNI-V2 | ERC-20 | 19.290422K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14865145 | 3 years ago | | | 0 | 0.0023480655 | |
| 14001769 | 3 years ago | | | 0 | 0.015039785 | |
| 13484495 | 3 years ago | | | 0 | 0.013173933 | |
| 13482882 | 3 years ago | | | 0 | 0.0023250952 | |
| 13482567 | 3 years ago | | | 0 | 0.011542209 | |
| 13480855 | 3 years ago | | | 0 | 0.0083150493 | |
| 13480740 | 3 years ago | | | 0 | 0.0063476509 | |
| 13480736 | 3 years ago | | | 0 | 0.0089752553 | |
| 13480734 | 3 years ago | | | 0 | 0.0073011000 | |
| 13480719 | 3 years ago | | | 0 | 0.0068049409 |
ABI
ABI objects
Getter at block 21306725
BONUS_MULTIPLIER() view returns (uint256)
2
PEACHES_CAP() view returns (uint256)
46000000000000000000000000
Peaches() view returns (address)
0xa4c6984e817c086ddc3ebaeedbdcc01469586918
PeachesPerBlock() view returns (uint256)
5000000000000000000
bonusEndBlock() view returns (uint256)
13450380
collector() view returns (address)
0xf5fd68f7118e409a1d6eb27110f3daee8ebfe3d0
owner() view returns (address)
0xf5fd68f7118e409a1d6eb27110f3daee8ebfe3d0
peachesMinted() view returns (uint256)
10759072500000000000000000
poolLength() view returns (uint256)
2
startBlock() view returns (uint256)
12880813
startTime() view returns (uint256)
1627018995
totalAllocPoint() view returns (uint256)
40
totalBoxes() view returns (uint256)
0
Read-only
getLockBox(address account, uint256 LockBoxID) view returns (struct MasterGardenLockBox)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getNumLockBoxes(address account) view returns (uint256 numSafes)
lockBoxes(address, uint256) view returns (uint256 id, address beneficiary, uint256 boxBalance, uint256 releaseTime)
poolInfo(uint256) view returns (address lpToken, uint256 multiplier, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPeachesPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events addPool(uint256 _allocPoint, uint256 _multiplier, address _lpToken, bool _withUpdate)
burn(uint256 _amount)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
lock(address _beneficiary, uint256 _amount, uint256 _releaseTime) returns (bool success)
massUpdatePools()
renounceOwnership()
setCollector(address _collector)
setPool(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
unlock(uint256 id) returns (bool success)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
BoxLocked(address indexed sender, address indexed receiver, uint256 amount, uint256 releaseTime)
BoxUnlocked(address indexed receiver, 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 _Peaches, uint256 _PeachesPerBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.