TestaFarmV2
Verified contract
Active on
Ethereum with 724 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TESTA | ERC-20 | 9.450186K | -- | -- | |
UNI-V2 | ERC-20 | 12.75505 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12387686 | 4 years ago | | | 0 | 0.0067439520 | |
| 11982307 | 4 years ago | | | 0 | 0.0083336580 | |
| 11871955 | 4 years ago | | | 0 | 0.010146792 | |
| 11833968 | 4 years ago | | | 0 | 0.010923849 | |
| 11743821 | 4 years ago | | | 0 | 0.0064191690 | |
| 11735264 | 4 years ago | | | 0 | 0.0052929992 | |
| 11728674 | 4 years ago | | | 0 | 0.0070948710 | |
| 11722733 | 4 years ago | | | 0 | 0.0070948710 | |
| 11717520 | 4 years ago | | | 0 | 0.0049551482 | |
| 11711453 | 4 years ago | | | 0 | 0.0020939000 |
ABI
ABI objects
Getter at block 21256544
BONUS_MULTIPLIER() view returns (uint256)
10
activeReward() view returns (uint256)
10
currentLiquidity() view returns (uint112)
178245685256045943322
getLatestBlock() view returns (uint256)
21256544
getLatestPrice() view returns (int256)
340811720000
getProgressive() view returns (int256)
-3
getTestaPoolBalance() view returns (uint256)
9450186314606492907564
maxProgressive() view returns (int256)
3
migrator() view returns (address)
0x0000000000000000000000000000000000000000
minProgressive() view returns (int256)
-3
numberOfBlock() view returns (uint256)
5000
owner() view returns (address)
0x3773cde58cea9503e31f77bc85592c9a578af7c9
poolLength() view returns (uint256)
1
priceFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
progressive() view returns (int256)
-3
startLiquidity() view returns (uint112)
0
testa() view returns (address)
0x1da65b1868e2d36d06d7a44dbd2be98e49e1f7f9
testaPerBlock() view returns (uint256)
200000000000000000
totalAllocPoint() view returns (uint256)
1
Read-only
getCountDown(uint256 _pid) view returns (uint256)
getLiquidity(uint256 _pid) view returns (uint112)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getStartedBlock(uint256 _pid) view returns (uint256)
getTestaReward(uint256 _pid) view returns (uint256)
pendingTesta(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, address uniswap, uint112 startLiquidity, uint256 allocPoint, uint256 lastRewardBlock, uint256 accTestaPerShare, uint256 debtIndexKey, uint256 startBlock, uint256 initStartBlock)
userInfo(uint256, address) view returns (uint256 amount)
State-modifying
Events activate(uint256 _pid)
add(uint256 startBlock, uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
firstActivate(uint256 _pid)
harvest(uint256 _pid)
harvestAndWithdraw(uint256 _pid, uint256 _amount)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setActiveReward(uint256 _activeReward)
setMigrator(address _migrator)
setNumberOfBlock(uint256 _numberOfBlock)
setProgressive(int256 _maxProgressive, int256 _minProgressive)
setTestaPerBlock(uint256 _testaPerBlock)
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 _testa, uint256 _testaPerBlock, int256 _maxProgressive, int256 _minProgressive, uint256 activateAtBlock, address _priceFeed)
This contract contains no fallback and receive objects.
This contract contains no error objects.