Blacksmith
Verified contract
Active on
Ethereum with 14,623 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5d8d…4286
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Dummy | ERC-20 | 10B | -- | -- | |
BPT | ERC-20 | 2.988207M | -- | -- | |
BPT | ERC-20 | 1.60856M | -- | -- | |
BPT | ERC-20 | 297.330127K | -- | -- | |
BPT | ERC-20 | 286.932343K | -- | -- | |
BPT | ERC-20 | 166.548728K | -- | -- | |
BPT | ERC-20 | 144.885081K | -- | -- | |
BPT | ERC-20 | 138.643755K | -- | -- | |
BPT | ERC-20 | 111.802726K | -- | -- | |
BPT | ERC-20 | 104.613633K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12699514 | 3 years ago | | | 0 | 0.0020080690 | |
| 12670202 | 3 years ago | | | 0 | 0.00033101600 | |
| 12505436 | 3 years ago | | | 0 | 0.0017750733 | |
| 12407659 | 4 years ago | | | 0 | 0.012965634 | |
| 12346160 | 4 years ago | | | 0 | 0.0011999330 | |
| 12343980 | 4 years ago | | | 0 | 0.0019860960 | |
| 12308770 | 4 years ago | | | 0 | 0.0016964570 | |
| 12308770 | 4 years ago | | | 0 | 0.0016964570 | |
| 12304156 | 4 years ago | | | 0 | 0.0023998660 | |
| 12221100 | 4 years ago | | | 0 | 0.0029386700 |
ABI
ABI objects
Getter at block 21160560 getPoolList() view returns (address[])
START_TIME() view returns (uint256)
1605830400
WEEK() view returns (uint256)
604800
cover() view returns (address)
0x5d8d9f5b96f4438195be9b99eee6118ed4304286
governance() view returns (address)
0xc698645b5c5b662b52a5a5c092804f23e3f5b4c5
owner() view returns (address)
0x15957f0ca310d35b2e73fb5070ce44a5b0141ab1
totalWeight() view returns (uint256)
10002
treasury() view returns (address)
0x859eefc267671595d987d0f6589d7771d4877113
weeklyTotal() view returns (uint256)
654000000000000000000
Read-only
allowBonusTokens(address) view returns (uint8)
bonusTokens(address) view returns (address addr, uint256 startTime, uint256 endTime, uint256 totalBonus, uint256 accBonusPerToken, uint256 lastUpdatedAt)
miners(address, address) view returns (uint256 amount, uint256 rewardWriteoff, uint256 bonusWriteoff)
poolList(uint256) view returns (address)
pools(address) view returns (uint256 weight, uint256 accRewardsPerToken, uint256 lastUpdatedAt)
viewMined(address _lpToken, address _miner) view returns (uint256 _minedCOVER, uint256 _minedBonus)
State-modifying
Events addBonusToken(address _lpToken, address _bonusToken, uint256 _startTime, uint256 _endTime, uint256 _totalBonus)
addPool(address _lpToken, uint256 _weight)
addPools(address[] _lpTokens, uint256[] _weights)
claimRewards(address _lpToken)
claimRewardsForPools(address[] _lpTokens)
collectBonusDust(address _lpToken)
collectDust(address _token)
deposit(address _lpToken, uint256 _amount)
emergencyWithdraw(address _lpToken)
transferMintingRights(address _newAddress)
transferOwnership(address newOwner)
updateBonusTokenStatus(address _bonusToken, uint8 _status)
updatePool(address _lpToken)
updatePoolWeights(address[] _lpTokens, uint256[] _weights)
updatePools(uint256 _start, uint256 _end)
updateWeeklyTotal(uint256 _weeklyTotal)
withdraw(address _lpToken, uint256 _amount)
Deposit(address indexed miner, address indexed lpToken, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed miner, address indexed lpToken, uint256 amount)
constructor(address _coverAddress, address _governance, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.