HaremFactory
Verified contract
Active on
Ethereum with 5,045 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x547e…3bfa
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WAIF | ERC-20 | 18.21361M | -- | -- | |
HAREM | ERC-20 | 139.89124K | -- | -- | |
UNI-V2 | ERC-20 | 2.484971K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19506207 | 8 months ago | | | 0 | 0.0029047199 | |
| 18154274 | a year ago | | | 0 | 0.00089362812 | |
| 17009919 | 2 years ago | | | 0 | 0.0029394949 | |
| 16748652 | 2 years ago | | | 0 | 0.0040522161 | |
| 16631365 | 2 years ago | | | 0 | 0.0048405496 | |
| 16593283 | 2 years ago | | | 0 | 0.0083526176 | |
| 15842194 | 2 years ago | | | 0 | 0.0017842546 | |
| 15490876 | 2 years ago | | | 0 | 0.0035557423 | |
| 15458143 | 2 years ago | | | 0 | 0.0010263451 | |
| 15387014 | 2 years ago | | | 0 | 0.00049408576 |
ABI
ABI objects
Getter at block 21288949
Harem() view returns (address)
0x547e1fc96805d123290c1cfb52d5bebc01ed3bfa
isOwner() view returns (bool)
false
owner() view returns (address)
0x7d2498a05f2c6d6d53db8dfb5826e279012996eb
poolLength() view returns (uint256)
2
treasuryAddr() view returns (address)
0x7d2498a05f2c6d6d53db8dfb5826e279012996eb
Read-only
pendingHarem(uint256 _pid, address _user) view returns (uint256)
pendingHaremOfPool(uint256 _pid) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 haremsPerDay, uint256 maxStake, uint256 lastUpdateTime, uint256 accHaremPerShare)
tokenPID(address) view returns (uint256)
totalPendingHarem(address _user) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(address _token, uint256 _haremsPerDay, uint256 _maxStake)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
renounceOwnership()
rugPull(uint256[] _pids)
rugPullAll()
setHaremsPerDay(uint256 pid, uint256 amount)
setMaxStake(uint256 pid, uint256 amount)
transferOwnership(address newOwner)
treasury(address _treasuryAddr)
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 _haremAddress, address _treasuryAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.