DopeDealer
Verified contract
Active on
Ethereum with 843 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbfec…e6f5
0xefd4…2ec4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 491.880091 | -- | -- | |
DOPE | ERC-20 | 121.284551 | -- | -- | |
UNI-V2 | ERC-20 | 12.800751 | -- | -- | |
UNI-V2 | ERC-20 | 0.466502 | -- | -- | |
UNI-V2 | ERC-20 | 0.02 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18863079 | a year ago | | | 0 | 0.0082235848 | |
| 11291125 | 4 years ago | | | 0 | 0.0024038800 | |
| 11290758 | 4 years ago | | | 0 | 0.00086254000 | |
| 11290744 | 4 years ago | | | 0 | 0.0018064200 | |
| 11285009 | 4 years ago | | | 0 | 0.0035075250 | |
| 11274080 | 4 years ago | | | 0 | 0.0035790000 | |
| 11268133 | 4 years ago | | | 0 | 0.0035175465 | |
| 11265718 | 4 years ago | | | 0 | 0.0024098310 | |
| 11265664 | 4 years ago | | | 0 | 0.0020224080 | |
| 11265572 | 4 years ago | | | 0 | 0.0032553750 |
ABI
ABI objects
Getter at block 21169957
dope() view returns (address)
0xbfec1b4c9398600fe2cbc918d500e494aef3e6f5
dopePerBlock() view returns (uint256)
5000000000000000
maxDopeSupply() view returns (uint256)
5000000000000000000000
migrator() view returns (address)
0xefd4878ad3d664bdebf118002b0307c907e52ec4
owner() view returns (address)
0x88d3dd659d67a3c513bfa16aa2683d2d8c207ddb
poolLength() view returns (uint256)
7
startBlock() view returns (uint256)
11186500
totalAllocPoint() view returns (uint256)
1000
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingDOPEs(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accDopePerShare, uint256 harvestVestingBlocks)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 pendingRewards, uint256 lastHarvestBlock)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate, uint256 _harvestVestingBlocks)
claim(uint256 _pid)
claimAndStake(uint256 _pid)
claimStaking()
deposit(uint256 _pid, uint256 _amount, bool _withdrawRewards)
emergencyWithdraw(uint256 _pid)
enterStaking(uint256 _amount, bool _withdrawRewards)
leaveStaking(uint256 _amount, bool _withdrawRewards)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setDopePerBlock(uint256 _dopePerBlock)
setMigrator(address _migrator)
stakeRewardsStaking()
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount, bool _withdrawRewards)
Claim(address indexed user, uint256 indexed pid, uint256 amount)
ClaimAndStake(address indexed user, uint256 indexed 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)
Recovered(address token, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _dope, uint256 _dopePerBlock, uint256 _startBlock, uint256 _maxDopeSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.