RainiLpStakingPool
Verified contract
Active on
Ethereum with 333 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 |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 329 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20407133 | 4 months ago | | | 0 | 0.00061454496 | |
| 18798187 | a year ago | | | 0 | 0.0018378360 | |
| 16630517 | 2 years ago | | | 0 | 0.0020569200 | |
| 15169237 | 2 years ago | | | 0 | 0.0036232202 | |
| 14761406 | 3 years ago | | | 0 | 0.024828638 | |
| 14312515 | 3 years ago | | | 0 | 0.0020569200 | |
| 14207089 | 3 years ago | | | 0 | 0.0050946298 | |
| 14002596 | 3 years ago | | | 0 | 0.0064239335 | |
| 13816806 | 3 years ago | | | 0 | 0.0082678608 | |
| 13655225 | 3 years ago | | | 0 | 0.0090357957 |
ABI
ABI objects
Getter at block 21382236
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
bonusDecimals() view returns (uint256)
1000000000
bonusDuration() view returns (uint256)
5184000
bonusRate() view returns (uint256)
5787
maxBonus() view returns (uint256)
30000000000
minRewardStake() view returns (uint256)
1000
rainiLpToken() view returns (address)
0x895324433d8026fad0531428ccfbac7a6b32fbf8
rewardDecimals() view returns (uint256)
1000000
rewardRate() view returns (uint256)
277
totalSupply() view returns (uint256)
329000000000000000000
unicornToEth() view returns (uint256)
528
Read-only
balanceOf(address _owner) view returns (uint256)
getCurrentAvgBonus(address _owner, uint256 _duration) view returns (uint256)
getCurrentBonus(address _owner) view returns (uint256)
getRewardByDuration(address _owner, uint256 _amount, uint256 _duration) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getStaked(address _owner) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events burn(address _owner, uint256 _amount)
buyUnicorn(uint256 _amount) payable
grantRole(bytes32 role, address account)
mint(address[] _addresses, uint256[] _points)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBonus(uint256 _maxBonus, uint256 _bonusDuration)
setReward(uint256 _rewardRate, uint256 _minRewardStake)
setUnicornToEth(uint256 _unicornToEth)
stake(uint256 _amount)
withdraw(uint256 _amount)
withdrawEth(uint256 _amount)
BonusesSet(uint256 maxBonus, uint256 bonusDuration)
EthWithdrawn(uint256 amount)
RainiLpTokenSet(address token)
RewardSet(uint256 rewardRate, uint256 minRewardStake)
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)
TokensStaked(address payer, uint256 amount, uint256 timestamp)
TokensWithdrawn(address owner, uint256 amount, uint256 timestamp)
UnicornPointsBought(address owner, uint256 amount)
UnicornPointsBurned(address owner, uint256 amount)
UnicornPointsMinted(address owner, uint256 amount)
UnicornToEthSet(uint256 unicornToEth)
constructor(address _rainiLpToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.