FoboMaster
Verified contract
Active on
Ethereum with 563 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf6c5…b25b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOBOFOMO | ERC-20 | 11.107318M | -- | -- | |
UNI-V2 | ERC-20 | 1.149521K | -- | -- | |
UNI-V2 | ERC-20 | 0.876084 | -- | -- | |
UNI-V2 | ERC-20 | 0.364154 | -- | -- | |
UNI-V2 | ERC-20 | 0.160991 | -- | -- | |
UNI-V2 | ERC-20 | 0.137403 | -- | -- | |
UNI-V2 | ERC-20 | 0.000004 | -- | -- | |
UNI-V2 | ERC-20 | 0.000003 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11123797 | 4 years ago | | | 0 | 0.0028853550 | |
| 11049971 | 4 years ago | | | 0 | 0.0029844900 | |
| 11041724 | 4 years ago | | | 0 | 0.012700953 | |
| 11040179 | 4 years ago | | | 0 | 0.0035952700 | |
| 11002397 | 4 years ago | | | 0 | 0.010580366 | |
| 10990656 | 4 years ago | | | 0 | 0.0075558780 | |
| 10981454 | 4 years ago | | | 0 | 0.0038789010 | |
| 10959823 | 4 years ago | | | 0 | 0.0062666730 | |
| 10959764 | 4 years ago | | | 0 | 0.0063646080 | |
| 10959727 | 4 years ago | | | 0 | 0.0074157300 |
ABI
ABI objects
Getter at block 21292608
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
10928101
devaddr() view returns (address)
0xb7b1ddd3a1b08c6bd2047b0c28077ffb381e988a
fobo() view returns (address)
0xf6c5a93c5ddc61b50e80e53081e09076ebc7b25b
foboPerBlock() view returns (uint256)
80000000000000000000
owner() view returns (address)
0x0501d3526d664ed5b9c78b7966e3b2737b63a2a4
poolLength() view returns (uint256)
12
startBlock() view returns (uint256)
10887781
totalAllocPoint() view returns (uint256)
638
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingFobo(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accFoboPerShare)
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()
mint(uint256 amount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
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 _fobo, address _devaddr, uint256 _foboPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.