VoxMaster
Verified contract
Active on
Ethereum with 26,540 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x12d1…d0e1
0xd6bd…cfb7
0x8794…f3b6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VOX | ERC-20 | 83.25428K | -- | -- | |
veursCRV | ERC-20 | 1.779652K | -- | -- | |
v3Crv | ERC-20 | 281.834218 | -- | -- | |
fLpToken | ERC-20 | 152.268325 | -- | -- | |
UNI-V2 | ERC-20 | 8.30175 | -- | -- | |
YFIN | ERC-20 | 1 | -- | -- | |
UNI-V2 | ERC-20 | 0.000067 | -- | -- | |
POPULI | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18380236 | a year ago | | | 0 | 0.00092505627 | |
| 18380229 | a year ago | | | 0 | 0.00035142055 | |
| 17853871 | a year ago | | | 0 | 0.0021853080 | |
| 17853565 | a year ago | | | 0 | 0.0018021676 | |
| 17489288 | a year ago | | | 0 | 0.0020554240 | |
| 16667317 | 2 years ago | | | 0 | 0.0023452056 | |
| 16664423 | 2 years ago | | | 0 | 0.0032605680 | |
| 16663390 | 2 years ago | | | 0 | 0.0046784270 | |
| 16659256 | 2 years ago | | | 0 | 0.0033087529 | |
| 16656198 | 2 years ago | | | 0 | 0.0037291637 |
ABI
ABI objects
Getter at block 21172729
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
11115755
devFundDivRate() view returns (uint256)
1
devaddr() view returns (address)
0x8e52130a5e11a6bd92cc3228f92f0e33750e5024
migrator() view returns (address)
0x879457afb39477c56cb6641d7724430ce263f3b6
owner() view returns (address)
0xa79bf5b279277e0b43339809715ca2e25725eb94
poolLength() view returns (uint256)
11
populi() view returns (address)
0xd6bd082cac5e76183aa95afdb3c5488447cecfb7
startBlock() view returns (uint256)
11075555
totalAllocPoint() view returns (uint256)
1000
vox() view returns (address)
0x12d102f06da35cc0111eb58017fd2cd28537d0e1
voxPerBlock() view returns (uint256)
25000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingVox(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accVoxPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 pendingRewards)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
claim(uint256 _pid)
claimAndStake(uint256 _pid)
claimStaking()
deposit(uint256 _pid, uint256 _amount, bool _withdrawRewards)
emergencyWithdraw(uint256 _pid)
enterStaking(uint256 _amount, bool _withdrawRewards)
leaveStaking(uint256 _amount, bool _withdrawRewards)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setBonusEndBlock(uint256 _bonusEndBlock)
setBonusMultiplier(uint256 _bonusMultiplier)
setDevAddr(address _devaddr)
setDevFundDivRate(uint256 _devFundDivRate)
setMigrator(address _migrator)
setVoxPerBlock(uint256 _voxPerBlock)
stakeRewardsStaking()
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount, bool _withdrawRewards)
Claim(address indexed user, uint256 indexed pid, uint256 amount)
ClaimAndStake(address indexed user, uint256 indexed 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)
Recovered(address token, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _vox, address _populi, address _devaddr, uint256 _voxPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.