LiftMemeStake
Verified contract
Active on
Base with 5,985 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEGEN | ERC-20 | 1.835123M | $0.019201 |
$35,236.4 | |
BRETT | ERC-20 | 27.735096K | $0.157831 |
$4,377.46 | |
BOYS | ERC-20 | 0.25 | $0.012043 |
$0 | |
BASED | ERC-20 | 2.222K | -- | -- | |
Dingo | ERC-20 | 8.33 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746284 | an hour ago | | | 0 | 0.000010358402 | |
| 22743665 | 2 hours ago | | | 0 | 6.5764540e-7 | |
| 22742797 | 3 hours ago | | | 0 | 0.000010362600 | |
| 22742544 | 3 hours ago | | | 0 | 5.4346761e-7 | |
| 22742102 | 3 hours ago | | | 0 | 0.0000012743807 | |
| 22741288 | 4 hours ago | | | 0 | 5.9355801e-7 | |
| 22740816 | 4 hours ago | | | 0 | 4.6778988e-7 | |
| 22740479 | 4 hours ago | | | 0 | 0.0000099593450 | |
| 22740326 | 4 hours ago | | | 0 | 0.000010953823 | |
| 22739310 | 5 hours ago | | | 0 | 0.0000095827334 |
ABI
ABI objects
Getter at block 22747873
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
adminFreeze() view returns (uint32)
1
getUnstakeTime() view returns (uint256)
1735689600
minStakePerValue() view returns (uint32)
100
minStakeValue() view returns (uint32)
0
net() view returns (string)
base
stakingCount() view returns (uint256)
5722
unstakingTime() view returns (uint256)
1735689600
ver() view returns (string)
1
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAvailableToken(address token) view returns (uint32)
isDepositable(address) view returns (uint32)
stakeData(address, address) view returns (uint256)
stakingOf(address token, address user) view returns (uint256)
stakingOf(address[] tokens, address user) view returns (uint256[])
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setStakeValue(uint32 minStakeValue_, uint32 minStakePerValue_)
setUnstakeTime(uint256 time)
setVersion(string network, string version, uint32 freeze)
stake(address token, uint256 amount)
switchToken(address token, uint32 depositable)
unstake(address[] tokens) returns (uint256 unstakedCount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetStakeValue(uint32 minStakeValue_, uint32 minStakePerValue_)
SetUnstakeTime(uint256 time)
SetVersion(string network, string version, uint32 freeze)
Staking(address indexed token, address indexed owner, uint256 amount, string uid)
SwitchToken(address token, uint32 available)
UnstakeAttemptZeroBalance(address token, address account)
Unstaking(address indexed token, address indexed owner, uint256 amount)
constructor(address[] tokens, address admin, string network)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)