Corlibri_Vault
Verified contract
Active on
Ethereum with 235 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wCor | ERC-20 | 2.089948K | -- | -- | |
CORLIBRI | ERC-20 | 1.743107K | -- | -- | |
NECTAR | ERC-20 | 305.625143 | -- | -- | |
UNI-V2 | ERC-20 | 1.427057 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13816689 | 3 years ago | | | 0 | 0.012833973 | |
| 13658519 | 3 years ago | | | 0 | 0.018320403 | |
| 13341587 | 3 years ago | | | 0 | 0.0073591270 | |
| 13341562 | 3 years ago | | | 0 | 0.0082515914 | |
| 13137617 | 3 years ago | | | 0 | 0.014653296 | |
| 13130824 | 3 years ago | | | 0 | 0.023407720 | |
| 13130504 | 3 years ago | | | 0 | 0.016988545 | |
| 13129712 | 3 years ago | | | 0 | 0.019061266 | |
| 12930316 | 3 years ago | | | 0 | 0.0058323837 | |
| 12890897 | 3 years ago | | | 0 | 0.0035109180 |
ABI
ABI objects
Getter at block 21392884
Corlibri() view returns (address)
0xa83ff602675beca077093049ddd3b7aa5e42da2a
Treasury() view returns (address)
0xf3f44cbdefe389ceb749a0f40dd03f373ecad70e
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
1029971977293930
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
1431911301162464
contractStartBlock() view returns (uint256)
11304252
cumulativeRewardsSinceStart() view returns (uint256)
4196561823818077811862
epoch() view returns (uint256)
1
epochCalculationStartBlock() view returns (uint256)
11441677
pendingRewards() view returns (uint256)
462405256228405087968
pendingTreasuryRewards() view returns (uint256)
0
poolLength() view returns (uint256)
4
rewardsInThisEpoch() view returns (uint256)
10249464350251198957169
totalAllocPoint() view returns (uint256)
1801
treasuryFee() view returns (uint256)
1500
Read-only
epochRewards(uint256) view returns (uint256)
isNonWithdrawbleByAdmins(address _token) view returns (bool)
pendingCorlibri(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address stakedToken, uint256 allocPoint, uint256 accCorlibriPerShare, bool withdrawable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardPaid)
viewGovernanceLevel(address _address) view returns (uint8)
State-modifying
Events _withdrawAnyToken(address _recipient, address _ERC20address, uint256 _amount) returns (bool)
addPool(uint256 _allocPoint, address _stakedToken, bool _withdrawable)
chgTreasury(address _new)
deposit(uint256 _pid, uint256 _amount)
massUpdatePools()
setPool(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setPoolWithdrawable(uint256 _pid, bool _withdrawable)
setTreasuryFee(uint256 _newFee)
startNewEpoch()
transferTreasuryFees()
updateRewards()
withdraw(uint256 _pid, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 _pid, uint256 value)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _Corlibri)
This contract contains no fallback and receive objects.
This contract contains no error objects.