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 |
---|---|---|---|---|---|
RUG | ERC-20 | 646.719583 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11166532 | 4 years ago | | | 0 | 0.0016542350 | |
| 11166522 | 4 years ago | | | 0 | 0.0013589365 | |
| 11088807 | 4 years ago | | | 0 | 0.0020030470 | |
| 11088804 | 4 years ago | | | 0 | 0.0014652610 | |
| 11088787 | 4 years ago | | | 0 | 0.00086703105 | |
| 11088787 | 4 years ago | | | 0 | 0.0018102610 | |
| 11086224 | 4 years ago | | | 0 | 0.0057041880 | |
| 11085389 | 4 years ago | | | 0 | 0.0026993871 | |
| 11085355 | 4 years ago | | | 0 | 0.0022461760 | |
| 11085104 | 4 years ago | | | 0 | 0.0032227370 |
ABI
ABI objects
Getter at block 21331260
decimals() view returns (uint8)
18
getBlockNum() view returns (uint256)
21331260
name() view returns (string)
Lamp
symbol() view returns (string)
LAMP
totalStakedSupply() view returns (uint256)
646719583270100187807
totalSupply() view returns (uint256)
1168825980568276878014
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAddressStakeAmount(address _account) view returns (uint256)
getLastBlockCheckedNum(address _account) view returns (uint256)
myRewardsBalance(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
getReward()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setRewardsVar(uint256 _amount)
setRugAddress(address _rugAddress) returns (uint256)
stake(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updatingStakingReward(address account) returns (uint256)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Rewards(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount, uint256 totalRugStaked)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.