decoreVault
Verified contract
Active on
Ethereum with 1,217 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xb944…1ccf
Balances ($0.00)
No balances found for "decoreVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12728348 | 3 years ago | | | 0 | 0.00079702000 | |
| 12728340 | 3 years ago | | | 0 | 0.0013693379 | |
| 11081541 | 4 years ago | | | 0 | 0.00094618820 | |
| 11081517 | 4 years ago | | | 0 | 0.0010351861 | |
| 11066126 | 4 years ago | | | 0 | 0.0032320290 | |
| 11065867 | 4 years ago | | | 0 | 0.0025418800 | |
| 11056708 | 4 years ago | | | 0 | 0.0024825730 | |
| 11056706 | 4 years ago | | | 0 | 0.0031486000 | |
| 11056369 | 4 years ago | | | 0 | 0.0013598310 | |
| 11056361 | 4 years ago | | | 0.001 | 0.00063711000 |
ABI
ABI objects
Getter at block 21309623
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
32896878279648
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
67980380514006
contractStartBlock() view returns (uint256)
10997529
cumulativeRewardsSinceStart() view returns (uint256)
0
decore() view returns (address)
0xb944b46bbd4ccca90c962ef225e2804e46691ccf
devaddr() view returns (address)
0x0000000000000000000000000000000000000001
epoch() view returns (uint256)
0
epochCalculationStartBlock() view returns (uint256)
0
owner() view returns (address)
0xf845a8b5d8372efc028ef78023d31d12c167e6ad
pendingRewards() view returns (uint256)
0
poolLength() view returns (uint256)
1
rewardsInThisEpoch() view returns (uint256)
701020074016201401120
superAdmin() view returns (address)
0xf845a8b5d8372efc028ef78023d31d12c167e6ad
totalAllocPoint() view returns (uint256)
100
Read-only
epochRewards(uint256) view returns (uint256)
pendingdecore(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accdecorePerShare, bool withdrawable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, bool _withdrawable)
addPendingRewards(uint256 _)
burnSuperAdmin()
claim(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
depositFor(address depositFor, uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
initialize(address _decore, address _devaddr, address superAdmin)
isContract(address addr) returns (bool)
massUpdatePools()
newSuperAdmin(address newOwner)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setAllowanceForPoolToken(address spender, uint256 _pid, uint256 value)
setDevFee(uint16 _DEV_FEE)
setDevFeeReciever(address _devaddr)
setPoolWithdrawable(uint256 _pid, bool _withdrawable)
setStrategyContractOrDistributionContractAllowance(address tokenAddress, uint256 _amount, address contractAddress)
startNewEpoch()
transferOwnership(address newOwner)
withdraw(uint256 _pid, uint256 _amount)
withdrawFrom(address owner, 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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SuperAdminTransfered(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.