SoneMasterFarmer
Verified contract
Active on
Ethereum with 22 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf5c7…b0e4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SONE | ERC-20 | 3.071245M | -- | -- | |
SONE-V1 | ERC-20 | 40.542394 | -- | -- | |
SONE-V1 | ERC-20 | 0.000244 | -- | -- | |
SONE-V1 | ERC-20 | 0.000005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14430069 | 3 years ago | | | 0 | 0.0050585500 | |
| 14158698 | 3 years ago | | | 0 | 0.0074809115 | |
| 14158464 | 3 years ago | | | 0 | 0.013120755 | |
| 14158462 | 3 years ago | | | 0 | 0.012263042 | |
| 14066788 | 3 years ago | | | 0 | 0.017719341 | |
| 14066788 | 3 years ago | | | 0 | 0.0096065603 | |
| 14065984 | 3 years ago | | | 0 | 0.021957377 | |
| 14065739 | 3 years ago | | | 0 | 0.019893471 | |
| 14065719 | 3 years ago | | | 0 | 0.029386386 | |
| 14048166 | 3 years ago | | | 0 | 0.028998070 |
ABI
ABI objects
Getter at block 21318869
FINISH_BONUS_AT_BLOCK() view returns (uint256)
14085047
PERCENT_FOR_DEV() view returns (uint256)
10
PERCENT_LOCK_BONUS_REWARD() view returns (uint256)
75
REWARD_PER_BLOCK() view returns (uint256)
5000000000000000000
START_BLOCK() view returns (uint256)
13723975
devaddr() view returns (address)
0xc84d731572e3af1f96f42dcafb03b878cde76b2d
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xfa70713b3043912e9c7159c0d105a85b2761bd5e
poolLength() view returns (uint256)
3
sone() view returns (address)
0xf5c771e0b749444eaec5c1f7ef5c0b93200bb0e4
totalAllocPoint() view returns (uint256)
5500
Read-only
HALVING_AT_BLOCK(uint256) view returns (uint256)
REWARD_MULTIPLIER(uint256) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getNewRewardPerBlock(uint256 pid1) view returns (uint256)
getPoolReward(uint256 _from, uint256 _to, uint256 _allocPoint) view returns (uint256 forDev, uint256 forFarmer)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolId1(address) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSonePerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardDebtAtBlock)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
claimReward(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
mintSoneToken(address account, uint256 amount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
transferOwnershipSoneToken(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Add(uint256 allocPoint, address lpToken, bool withUpdate)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
Dev(address devaddr)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
Migrate(uint256 indexed pid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendSoneReward(address indexed user, uint256 indexed pid, uint256 amount, uint256 lockAmount)
Set(uint256 indexed pid, uint256 allocPoint, bool withUpdate)
SetMigrator(address migrator)
UpdatePool(uint256 indexed pid)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _sone, address _devaddr, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _halvingAfterBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.