DfiChef
Verified contract
Active on
Ethereum with 5,271 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc9d7…5b5d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DFI | ERC-20 | 20.446476K | -- | -- | |
dUSDC | ERC-20 | 9.4622K | -- | -- | |
dDSD | ERC-20 | 2.337019K | -- | -- | |
dESD | ERC-20 | 347.0159 | -- | -- | |
UNI-V2 | ERC-20 | 338.776771 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11739172 | 4 years ago | | | 0 | 0.0051890800 | |
| 11732649 | 4 years ago | | | 0 | 0.0047627320 | |
| 11717436 | 4 years ago | | | 0 | 0.0046574220 | |
| 11708690 | 4 years ago | | | 0 | 0.0057694770 | |
| 11682532 | 4 years ago | | | 0 | 0.0072118462 | |
| 11682118 | 4 years ago | | | 0 | 0.0037529590 | |
| 11682118 | 4 years ago | | | 0 | 0.0037391900 | |
| 11681129 | 4 years ago | | | 0 | 0.0054306347 | |
| 11676695 | 4 years ago | | | 0 | 0.0035102600 | |
| 11676363 | 4 years ago | | | 0 | 0.0026162510 |
ABI
ABI objects
Getter at block 21286119
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
11560160
devaddr() view returns (address)
0x68b087916d1f92ffb2be56e53e27989b8c1e6e3e
dfi() view returns (address)
0xc9d7312a439539b5cd6b7fdacf76821100605b5d
getDfiBlockReward() view returns (uint256)
0
halvingPeriod() view returns (uint256)
46523
halvingTimes() view returns (uint256)
1
initDfiPerBlock() view returns (uint256)
2500000000000000000
owner() view returns (address)
0x68b087916d1f92ffb2be56e53e27989b8c1e6e3e
pendingDuration() view returns (uint256)
86400
poolLength() view returns (uint256)
5
startBlock() view returns (uint256)
11560160
teamRatio() view returns (uint256)
10
totalAllocPoint() view returns (uint256)
10000
treasuryAddr() view returns (address)
0x539ec5abd9c843a32fcb76f1558ebef4af1af0c2
treasuryRatio() view returns (uint256)
10
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
isPending(uint256 _pid) view returns (bool)
pendingDfi(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accDfiPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 depositAt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
claim(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint8 _withUpdate)
transferOwnership(address newOwner)
updatePendingDuration(uint256 _time)
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 _dfi, address _devaddr, address _treasuryAddr, uint256 _dfiPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.