Rug_Sanctuary
Verified contract
Active on
Ethereum with 185 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 |
---|---|---|---|---|---|
2ND | ERC-20 | 2.531122K | -- | -- | |
UNI-V2 | ERC-20 | 122.63944 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13793554 | 3 years ago | | | 0 | 0.0057487999 | |
| 13793549 | 3 years ago | | | 0 | 0.013052528 | |
| 12570585 | 3 years ago | | | 0 | 0.00090998400 | |
| 11698095 | 4 years ago | | | 0 | 0.010645866 | |
| 11698091 | 4 years ago | | | 0 | 0.024239144 | |
| 11689569 | 4 years ago | | | 0 | 0.0092128800 | |
| 11629015 | 4 years ago | | | 0 | 0.0055201020 | |
| 11593655 | 4 years ago | | | 0 | 0.0055303200 | |
| 11541833 | 4 years ago | | | 0 | 0.0076246362 | |
| 11479421 | 4 years ago | | | 0 | 0.0047569320 |
ABI
ABI objects
Getter at block 21193634
Treasury() view returns (address)
0x0419eb10e9c1effb47cb6b5b1b2b2b3556395ae1
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
311597228034676
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
658168810311065
contractStartBlock() view returns (uint256)
11159920
cumulativeRewardsSinceStart() view returns (uint256)
0
epoch() view returns (uint256)
0
epochCalculationStartBlock() view returns (uint256)
0
lockRatio100() view returns (uint256)
90
pendingRewards() view returns (uint256)
910095229649375208750
pendingTreasuryRewards() view returns (uint256)
8110210344507964818
poolLength() view returns (uint256)
1
rewardsInThisEpoch() view returns (uint256)
6603877606381481810463
second() view returns (address)
0x3084807d124442f21f63212577313de6feb44b47
totalAllocPoint() view returns (uint256)
1000
treasuryFee() view returns (uint256)
100
Read-only
epochRewards(uint256) view returns (uint256)
isNonWithdrawbleByAdmins(address _token) view returns (bool)
pending(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address stakedToken, uint256 allocPoint, uint256 accPerShare, bool withdrawable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardPaid)
State-modifying
Events _widthdrawAnyToken(address _recipient, address _ERC20address, uint256 _amount) returns (bool)
addPool(uint256 _allocPoint, address _stakedToken, bool _withdrawable)
chgLockRatio(uint256 _UNIv2ToRelease100)
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 _second)
This contract contains no fallback and receive objects.
This contract contains no error objects.