Lion King Finance
Verified contract
Active on
Ethereum with 266 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 |
---|---|---|---|---|---|
LIONK | ERC-20 | 59.688355K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15667291 | 2 years ago | | | 0 | 0.00047179939 | |
| 15382710 | 2 years ago | | | 0 | 0.000093625599 | |
| 13914719 | 3 years ago | | | 0 | 0.0064203271 | |
| 12588417 | 3 years ago | | | 0 | 0.0013825560 | |
| 12588391 | 3 years ago | | | 0 | 0.0014566860 | |
| 12588333 | 3 years ago | | | 0 | 0.0012508840 | |
| 12588320 | 3 years ago | | | 0 | 0.0017495730 | |
| 12570928 | 3 years ago | | | 0 | 0.0017505180 | |
| 12570919 | 3 years ago | | | 0 | 0.0015888240 | |
| 12570787 | 3 years ago | | | 0 | 0.0016208500 |
ABI
ABI objects
Getter at block 21079310
decimals() view returns (uint256)
18
name() view returns (string)
Lion King Finance
owner() view returns (address)
0xb24978f06af0a0aef6e2e93fd45883912a3fc052
stakedCoins() view returns (uint256)
7487451616942494785221
stakingOpen() view returns (bool)
true
symbol() view returns (string)
LIONK
totalRewardsClaimed() view returns (uint256)
46448586548590867106242
totalStakes() view returns (uint256)
76122976616942494785221
totalSupply() view returns (uint256)
778516984306926974306974
Read-only
activeStake(address _user) view returns (uint256)
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
pendingReward(address _user) view returns (uint256)
rewardsClaimed(address _user) view returns (uint256 rewardClaimed)
stakingStartedAt(address user) view returns (uint256)
State-modifying
Events STAKE(uint256 _tokens) returns (bool)
UNSTAKE(uint256 tokens) returns (bool)
approve(address spender, uint256 tokens) returns (bool success)
claimReward() returns (bool)
openStaking()
reinvest()
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.