WorldFarm
Verified contract
Active on
Ethereum with 1,174 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 |
---|---|---|---|---|---|
WORLD | ERC-20 | 396.920405K | -- | -- | |
UNI-V2 | ERC-20 | 1.87996K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18687877 | a year ago | | | 0 | 0.017261139 | |
| 17263640 | a year ago | | | 0 | 0.011348640 | |
| 17050210 | 2 years ago | | | 0 | 0.0072391628 | |
| 16482509 | 2 years ago | | | 0 | 0.0042767736 | |
| 16464897 | 2 years ago | | | 0 | 0.0063778901 | |
| 16460219 | 2 years ago | | | 0 | 0.0050051998 | |
| 16460209 | 2 years ago | | | 0 | 0.0041605108 | |
| 16039024 | 2 years ago | | | 0 | 0.0011383132 | |
| 16039024 | 2 years ago | | | 0 | 0.0038416363 | |
| 16021012 | 2 years ago | | | 0 | 0.0033711778 |
ABI
ABI objects
Getter at block 21160144
blockRewardLastUpdateTime() view returns (uint256)
1701389123
blockRewardPercentage() view returns (uint256)
1
blockRewardUpdateCycle() view returns (uint256)
86400
blocksPerDay() view returns (uint256)
6525
getWorldPerBlock() view returns (uint256, bool)
(922608388827550853, true)
getWorldPerBlockUpdateTime() view returns (uint256)
1701475200
owner() view returns (address)
0x69c62363f5bd1a4505d2bcefa886468478a74b91
poolLength() view returns (uint256)
2
startBlock() view returns (uint256)
11752336
totalAllocPoint() view returns (uint256)
15
world() view returns (address)
0xbf494f02ee3fde1f20bee6242bce2d1ed0c15e47
Read-only
addedLpTokens(address) view returns (bool)
pendingRewards(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accWorldPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setBlockRewardPercentage(uint256 _blockRewardPercentage)
setBlockRewardUpdateCycle(uint256 _blockRewardUpdateCycle)
setBlocksPerDay(uint256 _blocksPerDay)
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 _world, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.