DEFOEWFPools
Verified contract
Active on
Ethereum with 311 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0b31…be43
0xe481…ddd3
5 additional
variables
Balances ($15,861.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 573.020747 | $16.27 |
$9,323.05 | |
API3 | ERC-20 | 1.830726K | $2.10 |
$3,844.52 | |
LINK | ERC-20 | 69 | $28.81 |
$1,987.89 | |
POLS | ERC-20 | 1.246K | $0.493958 |
$615.47 | |
DAI | ERC-20 | 78 | $0.999929 |
$77.99 | |
ORO | ERC-20 | 2.5K | $0.004828 |
$12.07 | |
BPP | ERC-20 | 1.492701M | -- | -- | |
RFI | ERC-20 | 30.891458K | -- | -- | |
BONDLY | ERC-20 | 21.063591K | -- | -- | |
INFI | ERC-20 | 2.15K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12095196 | 4 years ago | | | 0 | 0.0081200000 | |
| 11967874 | 4 years ago | | | 0 | 0.0090000000 | |
| 11884482 | 4 years ago | | | 0 | 0.050625000 | |
| 11884446 | 4 years ago | | | 0 | 0.042000000 | |
| 11884446 | 4 years ago | | | 0 | 0.042000000 | |
| 11883884 | 4 years ago | | | 0 | 0.016000000 | |
| 11839409 | 4 years ago | | | 0 | 0.071948547 | |
| 11839187 | 4 years ago | | | 0 | 0.022000000 | |
| 11822209 | 4 years ago | | | 0 | 0.015600000 | |
| 11767881 | 4 years ago | | | 0 | 0.050841728 |
ABI
ABI objects
Getter at block 21418517
FARMPOOLCOUNT() view returns (uint256)
5
LONGESTFARMINGPOOLID() view returns (uint256)
9
LONGESTFARMINGPOOLTIME() view returns (uint256)
15552000
LONGESTSTAKINGPOOLID() view returns (uint256)
4
LONGESTSTAKINGPOOLTIME() view returns (uint256)
15552000
PERIOD() view returns (uint256)
86400
STAKINGPOOLCOUNT() view returns (uint256)
5
TotalPool() view returns (uint256)
10
blockTimestampLast() view returns (uint32)
1613100804
defoPrice() view returns (uint224 _x)
38578799235812823390360292477615341
isOwner() view returns (bool)
false
owner() view returns (address)
0x04fab3f8c4f45930de257f249b54bc3237cafe26
priceCumulativeLast() view returns (uint256)
189742128785107982049896571453050849447346
tokenCount() view returns (uint256)
73
Read-only
UserTokenAmount(uint256 _pid, address _user, uint256 _tokenIndex) view returns (uint256 tokenActiveAmount, uint256 tokenOverTimeAmount)
depositList(uint256, uint256) view returns (address account, uint256 amount, uint256 timeStart, uint256 timeEnd, bool is_active)
existingToken(address) view returns (bool)
getAmountOut(uint256 tid, uint256 amountIn) view returns (uint256 amountOut)
poolLists(uint256) view returns (bool is_farming, string pool_name, uint256 EWFTime, uint256 EWFRate, uint256 totalUsers, uint256 activeAmount, uint256 overTimeAmount, uint256 totalAmount, uint256 activeDeposit, uint256 depositCount, uint256 depositIndex, uint256 fasterPoolTime, uint256 fasterPoolId, uint256 pendingEWFReward)
tokenIndex(address) view returns (uint256)
tokenList(uint256) view returns (address token, bool tokenStatus, uint256 totalAmount, uint256 priceCumulativeLast, uint32 blockTimestampLast)
tokenPrice(address) view returns (uint224 _x)
userList(uint256, address) view returns (uint256 activeAmount, uint256 overTimeAmount, uint256 totalAmount, uint256 pendingReward, uint256 pendingRewardLP, uint256 claimReward, uint256 claimRewardLP)
State-modifying
Events claim()
deposit(uint256 _pid, uint256 _amount, address tokenAddress)
externalReward(uint256 _amount)
transferOwnership(address newOwner)
updateAllPool()
updatePool(uint256 _pid)
updateToken(address tokenAddress, bool tokenStatus)
withdraw(uint256 _pid)
withdrawOverTime(uint256 _pid)
ClaimReward(address indexed user, uint256 amount)
Deposit(address indexed user, uint256 pool_id, uint256 timeStart, uint256 timeEnd, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PenaltyFee(address indexed user, uint256 pool_id, uint256 fee, uint256 amount)
Withdraw(address indexed user, uint256 pool_id, uint256 amount)
WithdrawOverTime(address indexed user, uint256 pool_id, uint256 amount)
constructor(address _defholdLP, address _defhold, address _devAddress, address _weth)
This contract contains no fallback and receive objects.
This contract contains no error objects.