StacyVault
Verified contract
Active on
Ethereum with 3,110 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf12e…b327
0x2222…8ae6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STACY | ERC-20 | 2.309163B | -- | -- | |
UNI-V2 | ERC-20 | 657.737893K | -- | -- | |
UNI-V2 | ERC-20 | 3.94641K | -- | -- | |
UNI-V2 | ERC-20 | 63.37108 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20120817 | 5 months ago | | | 0 | 0.0017215811 | |
| 19794941 | 7 months ago | | | 0 | 0.0016338828 | |
| 19072518 | 10 months ago | | | 0 | 0.0031701340 | |
| 18007984 | a year ago | | | 0 | 0.0037352194 | |
| 18007971 | a year ago | | | 0 | 0.0035785791 | |
| 17843634 | a year ago | | | 0 | 0.0048796920 | |
| 17399426 | a year ago | | | 0 | 0.0085438407 | |
| 17399416 | a year ago | | | 0 | 0.0080272535 | |
| 16361074 | 2 years ago | | | 0 | 0.0036107532 | |
| 16226203 | 2 years ago | | | 0 | 0.00077387484 |
ABI
ABI objects
Getter at block 21275618
PERCENT_LOCK_BONUS_REWARD() view returns (uint256)
75
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
413086061853359145513
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
413075806667883317999
contractStartBlock() view returns (uint256)
11165162
cumulativeRewardsSinceStart() view returns (uint256)
0
devaddr() view returns (address)
0x8aef57fe9d16be8f24df37ab56da6ec18f7e9a08
epoch() view returns (uint256)
1
epochCalculationStartBlock() view returns (uint256)
11165413
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xcf01e78eaa3d3eac76cda5657e5d0674b2810dae
pendingRewards() view returns (uint256)
11983125083986124435821
poolLength() view returns (uint256)
5
rewardsInThisEpoch() view returns (uint256)
4176384767980140899768113221
rewardsLock() view returns (address)
0x222207e931d7bf38466c395da30e632872a98ae6
stacy() view returns (address)
0xf12ec0d3dab64ddefbdc96474bde25af3fe1b327
superAdmin() view returns (address)
0x8aef57fe9d16be8f24df37ab56da6ec18f7e9a08
totalAllocPoint() view returns (uint256)
950
Read-only
epochRewards(uint256) view returns (uint256)
pendingStacy(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accStacyPerShare, bool withdrawable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lastDepositBlock)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, bool _withdrawable)
addPendingRewards(uint256 _)
burnSuperAdmin()
deposit(uint256 _pid, uint256 _amount)
depositFor(address depositForAddress, uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
isContract(address addr) returns (bool)
massUpdatePools()
migrate(uint256 _pid)
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)
setMigrator(address _migrator)
setPoolWithdrawable(uint256 _pid, bool _withdrawable)
setRewardsLock(address _rewardsLock)
setStrategyContractOrDistributionContractAllowance(address tokenAddress, uint256 _amount, address contractAddress)
startNewEpoch()
transferDevFee()
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)
constructor(address _stacy, address _rewardsLock, address _devaddr, address superAdmin)
This contract contains no fallback and receive objects.
This contract contains no error objects.