basedAIFarm
Verified contract
Active on
Ethereum with 46,981 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4497…9185
Balances ($10,026,449.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
pepecoin | ERC-20 | 2.544784M | $3.94 |
$10,026,449.21 | |
basedAI | ERC-20 | 0.2 | $3.47 |
$0.69 | |
Lambo | ERC-20 | 191.125228K | -- | -- | |
Starlink | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156911 | 5 days ago | | | 0 | 0.00047493959 | |
| 21143182 | 7 days ago | | | 0 | 0.00054531092 | |
| 20852652 | 2 months ago | | | 0 | 0.00019921519 | |
| 20852644 | 2 months ago | | | 0 | 0.00027397550 | |
| 20852623 | 2 months ago | | | 0 | 0.00014231901 | |
| 20037825 | 5 months ago | | | 0 | 0.00040535647 | |
| 20027064 | 5 months ago | | | 0 | 0.00067303666 | |
| 20027046 | 5 months ago | | | 0 | 0.00071452769 | |
| 20020581 | 5 months ago | | | 0 | 0.0016577006 | |
| 20020257 | 5 months ago | | | 0 | 0.0015763816 |
ABI
ABI objects
Getter at block 21190909
accbasedAIPerShareMultiple() view returns (uint256)
1000000000000000000
basedAI() view returns (address)
0x44971abf0251958492fee97da3e5c5ada88b9185
maxRewardBlockNumber() view returns (uint256)
20020423
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
1
rewardPerBlock() view returns (uint256)
15000000000000000000
totalAllocPoint() view returns (uint256)
100
Read-only
getTotalReward(address _address) view returns (uint256)
getTotalRewardByPoolId(uint256 _pid, address _address) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardBlock, uint256 accbasedAIPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate)
claimReward(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
massUpdatePools()
redeemAllRewards(address _to)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updateMaxRewardBlockNumber(uint256 _newMaxRewardBlockNumber)
updatePool(uint256 _pid)
updateRewardPerBlock(uint256 _rewardPerBlock)
withdraw(uint256 _pid, uint256 _amount)
ClaimReward(address indexed user, uint256 indexed pid)
Deposit(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 _basedAI, uint256 _rewardPerBlock, uint256 _maxRewardBlockNumber)
This contract contains no fallback and receive objects.
This contract contains no error objects.