Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x798a…8ab5
Balances ($332.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.09797 | $3,389.83 |
$332.1 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.08 | |
USA | ERC-20 | 1 | $0.000694 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000526 |
$0 | |
SNICK | ERC-20 | 2.4M | -- | -- | |
OATH | ERC-20 | 4.592607K | -- | -- | |
UWE | ERC-20 | 200 | -- | -- | |
BABYBASE | ERC-20 | 111 | -- | -- | |
METAOWLS | ERC-20 | 1 | -- | -- | |
OOMER | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18450486 | 3 months ago | | | 0 | 0.0000015746700 | |
0xf09f92a8 | 17424095 | 4 months ago | | | 0 | 3.8450503e-7 | |
| 17278380 | 4 months ago | | | 0 | 8.3763067e-7 | |
| 16496758 | 5 months ago | | | 0 | 8.9866406e-7 | |
| 16154807 | 5 months ago | | | 0 | 4.2235223e-7 | |
| 15586317 | 6 months ago | | | 0 | 0.000000604891794753 | |
| 15198151 | 6 months ago | | | 0 | 2.5039564e-7 | |
| 15198147 | 6 months ago | | | 0 | 3.1224934e-7 | |
| 14683759 | 6 months ago | | | 0 | 0.0000040798424 | |
| 14126735 | 7 months ago | | | 0 | 0.0000088496454 |
ABI
ABI objects
Getter at block 22911622
DEPOSIT_FEE_PRECISION() view returns (uint256)
10000
MAX_DEPOSIT_FEE() view returns (uint256)
500
emissionRate() view returns (uint256)
380000000000000
oath() view returns (address)
0x798acf1bd6e556f0c3cd72e77b3d169d26a28ab5
owner() view returns (address)
0xeaf44e5f74081ddaf3f6063c8c9905e03a131c62
poolLength() view returns (uint256)
5
rewardsStarted() view returns (bool)
true
startTime() view returns (uint256)
1692107600
totalAllocPoint() view returns (uint256)
171
treasury() view returns (address)
0xc6eb4c01bcfd37221fcbcf16eae288fa6bc8219b
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accPerShare, uint256 totalDeposit, uint256 depositFee)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(address _lpToken, uint256 _allocPoint, uint256 _depositFee, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
harvest(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint256 _depositFee, bool _withUpdate)
setStartTime(uint256 _startTime)
setTreasuryAddress(address _treasury)
transferOwnership(address newOwner)
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)
Harvest(address indexed sender, address to, uint256 indexed pid, uint256 reward)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetTreasuryAddress(address indexed treasury)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _oath, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.