UniCatFarm
Verified contract
Active on
Ethereum with 2,994 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xec13…ed8f
Balances ($28.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAL | ERC-20 | 12.441389 | $2.27 |
$28.24 | |
UNI-V2 | ERC-20 | 1.744106K | -- | -- | |
TOMATOS | ERC-20 | 9.999 | -- | -- | |
MEOW | ERC-20 | 5 | -- | -- | |
UNI-V2 | ERC-20 | 0.056058 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18278290 | a year ago | | | 0 | 0.0010850903 | |
| 11022622 | 4 years ago | | | 0 | 0.0051413700 | |
| 11022621 | 4 years ago | | | 0 | 0.0059323500 | |
| 11022619 | 4 years ago | | | 0 | 0.0068365442 | |
| 11005276 | 4 years ago | | | 0 | 0.0030655000 | |
| 11005262 | 4 years ago | | | 0 | 0.0015120000 | |
| 10978306 | 4 years ago | | | 0 | 0.0018851131 | |
| 10967291 | 4 years ago | | | 0 | 0.0011440000 | |
| 10965458 | 4 years ago | | | 0 | 0.0033971300 | |
| 10951920 | 4 years ago | | | 0 | 0.0058532130 |
ABI
ABI objects
Getter at block 21161418
BONUS_MULTIPLIER() view returns (uint256)
10
MEOW() view returns (address)
0xec13f3c54feebfb0601934c9ff70a61ba8a8ed8f
MEOWPerBlock() view returns (uint256)
100000000000000000000
bonusEndBlock() view returns (uint256)
10930000
devFeeDelivered() view returns (bool)
false
devFeeUnlockTime() view returns (uint256)
1632139200
devaddr() view returns (address)
0xd264fa72cc12690e1cbca5052c803d28574bbf43
endBlock() view returns (uint256)
11240000
governance() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000001
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
10902300
totalAllocPoint() view returns (uint256)
10000000000000000000000000000001000000007
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingMEOW(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMEOWPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
devFee()
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
setGovernance(address _governance, bytes _setupData)
transferOwnership(address newOwner)
updateAllocPoint(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
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 _MEOW, address _devaddr, uint256 _MEOWPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _endBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.