BanCOREFarming
Verified contract
Active on
Ethereum with 519 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8ee2…d9e6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAN | ERC-20 | 22.042647K | -- | -- | |
UNI-V2 | ERC-20 | 1.428813 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11186451 | 4 years ago | | | 0 | 0.0014316040 | |
| 11186408 | 4 years ago | | | 0 | 0.0018723584 | |
| 11186303 | 4 years ago | | | 0 | 0.0018191664 | |
| 11186288 | 4 years ago | | | 0 | 0.0018085280 | |
| 11170080 | 4 years ago | | | 0 | 0.0021687842 | |
| 11170071 | 4 years ago | | | 0 | 0.0019662240 | |
| 11167888 | 4 years ago | | | 0 | 0.0030059802 | |
| 11153846 | 4 years ago | | | 0 | 0.0069258060 | |
| 11153451 | 4 years ago | | | 0 | 0.0048521055 | |
| 11152921 | 4 years ago | | | 0 | 0.0034946100 |
ABI
ABI objects
Getter at block 21284765
BONUS_MULTIPLIER() view returns (uint256)
1
ban() view returns (address)
0x8ee2e854c7d2561d01db2dea06f0d68ed89ed9e6
banPerBlock() view returns (uint256)
1000000000000000000
bonusEndBlock() view returns (uint256)
99999999
devaddr() view returns (address)
0x4cdeb95a09431e31ae4b9aa9333012f31ed8ad40
owner() view returns (address)
0x31a4e5a17254c5882bc8635a831f9565b048d92f
poolLength() view returns (uint256)
4
startBlock() view returns (uint256)
11122399
totalAllocPoint() view returns (uint256)
255
Read-only
fees(uint256) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingBan(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accBanPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setDepositFee(uint256 _pid, uint256 _fee)
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 _ban, address _devaddr, uint256 _banPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.