DarkMaster
Verified contract
Active on
Ethereum with 4,167 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3108…c6da
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DARK | ERC-20 | 12.762445 | -- | -- | |
UNI-V2 | ERC-20 | 10.759138 | -- | -- | |
UNI-V2 | ERC-20 | 10.399713 | -- | -- | |
UNI-V2 | ERC-20 | 4.01693 | -- | -- | |
UNI-V2 | ERC-20 | 2.628 | -- | -- | |
UNI-V2 | ERC-20 | 0.020366 | -- | -- | |
UNI-V2 | ERC-20 | 0.010477 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12123165 | 4 years ago | | | 0 | 0.0097978560 | |
| 11089862 | 4 years ago | | | 0 | 0.0017373208 | |
| 11085854 | 4 years ago | | | 0 | 0.0033427840 | |
| 11078726 | 4 years ago | | | 0 | 0.0016580240 | |
| 11078464 | 4 years ago | | | 0 | 0.0017593600 | |
| 11075846 | 4 years ago | | | 0 | 0.0013624632 | |
| 11071452 | 4 years ago | | | 0 | 0.0017593600 | |
| 11070843 | 4 years ago | | | 0 | 0.0014422400 | |
| 11067436 | 4 years ago | | | 0 | 0.0073913280 | |
| 11061127 | 4 years ago | | | 0 | 0.0024161760 |
ABI
ABI objects
Getter at block 21172643
BETATEST_BLOCKNUM() view returns (uint256)
28000
BONUSONE_MULTIPLIER() view returns (uint256)
4
BONUSTWO_MULTIPLIER() view returns (uint256)
4
BONUS_BLOCKNUM() view returns (uint256)
21000
MINTEND_BLOCKNUM() view returns (uint256)
42000
betaTestEndBlock() view returns (uint256)
10939500
bonusEndBlock() view returns (uint256)
10960500
dark() view returns (address)
0x3108ccfd96816f9e663baa0e8c5951d229e8c6da
darkPerBlock() view returns (uint256)
500000000000000000
devaddr() view returns (address)
0x26ebd9538e6e1c9af3d89588b63ebea1dccbfe3d
migrator() view returns (address)
0x0000000000000000000000000000000000000000
mintEndBlock() view returns (uint256)
10981500
owner() view returns (address)
0xc043dc0eb953338881d83c07800caeb5ae3e6db0
poolLength() view returns (uint256)
44
startBlock() view returns (uint256)
10911500
totalAllocPoint() view returns (uint256)
1560
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
lpTokenPID(address) view returns (uint256)
pendingDark(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accDarkPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
handoverDarkMintage(address newOwner)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _dark, address _devaddr, uint256 _darkPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.