InVaultFinance
Verified contract
Active on
Ethereum with 47 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7774…9819
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VAULT | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10903995 | 4 years ago | | | 0 | 0.010672841 | |
| 10903719 | 4 years ago | | | 0 | 0.0094998480 | |
| 10903281 | 4 years ago | | | 0 | 0.0069146400 | |
| 10903275 | 4 years ago | | | 0 | 0.0094963215 | |
| 10898168 | 4 years ago | | | 0 | 0.010260208 | |
| 10898163 | 4 years ago | | | 0 | 0.010378690 | |
| 10898149 | 4 years ago | | | 0 | 0.011423030 | |
| 10896060 | 4 years ago | | | 0 | 0.014342580 | |
| 10896049 | 4 years ago | | | 0 | 0.012180314 | |
| 10896030 | 4 years ago | | | 0 | 0.013674390 |
ABI
ABI objects
Getter at block 21399486
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
8621080
halvePeriod() view returns (uint256)
720
lastHalveBlock() view returns (uint256)
10898149
minimumVaultPerBlock() view returns (uint256)
6250000000000000
owner() view returns (address)
0x7fae279a81a993704a9c3eb840d7910fe698e20e
poolLength() view returns (uint256)
6
startBlock() view returns (uint256)
10892520
totalAllocPoint() view returns (uint256)
29
vault() view returns (address)
0x77745eb70a555691e152732713f6c3f0cfe99819
vaultPerBlock() view returns (uint256)
6250000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingVault(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accVaultPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
adminWithdraw(uint256 _pid, uint256 _amount)
deposit(uint256 _pid, uint256 _amount)
doHalvingCheck(bool _withUpdate)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
mint(address to, 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)
Halve(uint256 newVaultPerBlock, uint256 nextHalveBlockNumber)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _vault, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.