UniswapV2Locker
Verified contract
Active on
Ethereum with 27 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "UniswapV2Locker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16311671 | 2 years ago | | | 0 | 0.0015342470 | |
| 16311661 | 2 years ago | | | 0 | 0.0011227805 | |
| 16311623 | 2 years ago | | | 0 | 0.0014491291 | |
| 16219470 | 2 years ago | | | 0 | 0.0021518453 | |
| 16185872 | 2 years ago | | | 0 | 0.0047559507 | |
| 16185404 | 2 years ago | | | 0 | 0.0052477314 | |
| 16185397 | 2 years ago | | | 0 | 0.0055919704 | |
| 16178572 | 2 years ago | | | 0 | 0.0076733957 | |
| 16178358 | 2 years ago | | | 0 | 0.0086981810 | |
| 16177727 | 2 years ago | | | 0 | 0.0017130780 |
ABI
ABI objects
Getter at block 21297875
owner() view returns (address)
0x015be6f89ebc1aca8e64b6492cff4d3d1ee1eafb
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
amountAbleToClaim(address user, uint256 _betId, uint256 match_results) view returns (address, uint256)
betLocks(uint256) view returns (uint256 lockDate, struct UniswapV2LockerTeam teamA, struct UniswapV2LockerTeam teamB, string status, uint256 unlockDate, uint256 lockID, address owner, uint256 result)
getCurrentTotalPrizes(uint256 _betId) view returns (uint256, uint256)
getLpAmountAbleToClaim(uint256 _betId, uint8 result, uint256 winningTokenAmount) view returns (uint256)
getStats(uint256 _betId) view returns (struct UniswapV2LockerTeamStats, struct UniswapV2LockerTeamStats, uint256 result, string status)
isUserClaimed(uint256 _betId, address user) view returns (bool)
State-modifying
Events announceResult(uint256 _betId, uint256 result, bool removeInitial)
claim(uint256 _betId)
claimAndRemoveLiquidity(uint256 _betId, uint256 deadline)
lockLPTokenWithBet(address _lpTokenA, address _tokenA, uint256 _amountA, address _lpTokenB, address _tokenB, uint256 _amountB, uint256 _unlock_date, uint256 intialLiquidity) returns (uint256)
renounceOwnership()
setDev(address _devaddr)
setFeePercent(uint256 _percent)
startMatch(uint256 _betId)
transferOwnership(address newOwner)
withdrawLockedLP(uint256 _betId)
withdrawToken(address token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _uniswapFactory, address _uniswapV2Router)
This contract contains no fallback and receive objects.
This contract contains no error objects.