BATTLEPool
Verified contract
Active on
Ethereum with 4,888 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WAR | ERC-20 | 97.674808K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20675114 | 2 months ago | | | 0 | 0.000093205776 | |
| 12702868 | 3 years ago | | | 0 | 0.00041941000 | |
| 12580762 | 3 years ago | | | 0 | 0.00065535510 | |
| 11965286 | 4 years ago | | | 0 | 0.0031460501 | |
| 11965281 | 4 years ago | | | 0 | 0.0024594759 | |
| 11759600 | 4 years ago | | | 0 | 0.0051833720 | |
| 11714191 | 4 years ago | | | 0 | 0.0017525235 | |
| 11714188 | 4 years ago | | | 0 | 0.0017937045 | |
| 11714166 | 4 years ago | | | 0 | 0.0031275915 | |
| 11661497 | 4 years ago | | | 0 | 0.0042255750 |
ABI
ABI objects
Getter at block 21168849
battleDay() view returns (uint256)
0
desc() view returns (string)
YieldWars.com BattlePool
endtime() view returns (uint256)
1602000000
isOwner() view returns (bool)
false
lastUpdateTime() view returns (uint256)
1607024051
lpToken() view returns (address)
0xf4a81c18816c9b0ab98fac51b36dcb63b0e58fde
owner() view returns (address)
0x8b6e2e23fcfaccfd34eb8e8ac027faa189da36ff
penalties() view returns (uint256)
0
rewardDistribution() view returns (address)
0x8b6e2e23fcfaccfd34eb8e8ac027faa189da36ff
starttime() view returns (uint256)
1601395200
totalSupply() view returns (uint256)
83961689110712271706112
war() view returns (address)
0xf4a81c18816c9b0ab98fac51b36dcb63b0e58fde
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
State-modifying
Events addRewards(address[] accounts, uint256[] amounts) returns (uint256 total)
distributePenalties(address[] accounts, uint256[] fractions) returns (uint256 total)
exit()
getReward()
notifyRewardAmount(uint256 reward, uint256 _duration)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
updateTimes(uint256 _starttime, uint256 _endtime)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _lpToken, string _desc, uint256 _starttime, uint256 _endtime)
This contract contains no fallback and receive objects.
This contract contains no error objects.