gaiaFarm
Verified contract
Active on
Ethereum with 4,606 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4b9e…2be4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Gaia | ERC-20 | 33.602977B | -- | -- | |
UNI-V2 | ERC-20 | 0.325547 | -- | -- | |
UNI-V2 | ERC-20 | 0.033076 | -- | -- | |
UNI-V2 | ERC-20 | 0.001166 | -- | -- | |
UNI-V2 | ERC-20 | 0.000002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20814608 | 2 months ago | | | 0 | 0.0014562759 | |
| 20814605 | 2 months ago | | | 0 | 0.0022366606 | |
| 15985083 | 2 years ago | | | 0 | 0.0018596520 | |
| 13040214 | 3 years ago | | | 0 | 0.0026404058 | |
| 13040209 | 3 years ago | | | 0 | 0.0019719538 | |
| 13040209 | 3 years ago | | | 0 | 0.0022487987 | |
| 13040209 | 3 years ago | | | 0 | 0.0045796615 | |
| 12964703 | 3 years ago | | | 0 | 0.0023392080 | |
| 12545128 | 3 years ago | | | 0 | 0.0022565000 | |
| 12359435 | 4 years ago | | | 0 | 0.0020762560 |
ABI
ABI objects
Getter at block 21204942
gaia() view returns (address)
0x4b9e5fe882b2fbb3e098c9a25a8ce66135ed2be4
gaiaPerBlock() view returns (uint256)
2500
owner() view returns (address)
0x89a359a3d37c3a857e62cde9715900441b47acec
poolLength() view returns (uint256)
4
totalAllocPoint() view returns (uint256)
2600
Read-only
endBlock(uint256 _poolID) view returns (uint256)
gaiaReward(uint256 _poolID) view returns (uint256)
getAllocPerShare(uint256 _poolID) view returns (uint256)
getAllocPoint(uint256 _poolID) view returns (uint256)
getLPSupply(uint256 _poolID) view returns (uint256)
getPoolToken(uint256 _poolID) view returns (address)
lastRewardsBlock(uint256 _poolID) view returns (uint256)
pendingGaia(uint256 _poolID, address _user) view returns (uint256)
startBlock(uint256 _poolID) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate, uint256 _startBlock, uint256 _endBlock)
claimRewards(uint256 _poolID)
deposit(uint256 _poolID, uint256 _amount)
emergencyWithdraw(uint256 _poolID)
massUpdatePools()
renounceOwnership()
set(uint256 _poolID, uint256 _allocPoint, bool _withUpdate)
setEndBlock(uint256 _poolID, uint256 _newEndBlock)
setGaiaPerBlock(uint256 _newGaiaPerBlock)
transferOwnership(address newOwner)
updatePool(uint256 _poolID)
withdraw(uint256 _poolID)
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 _gaia, uint256 _gaiaPerBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.