BRBStaking365Days
Verified contract
Active on
Ethereum with 133 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRB | ERC-721 | 1 | -- | -- | |
BRB | ERC-721 | 1 | -- | -- | |
BRB | ERC-721 | 1 | -- | -- | |
BRB | ERC-721 | 1 | -- | -- | |
BRB | ERC-721 | 1 | -- | -- | |
BRB | ERC-721 | 1 | -- | -- | |
BRB | ERC-721 | 1 | -- | -- | |
BRB | ERC-721 | 1 | -- | -- | |
BRB | ERC-721 | 1 | -- | -- | |
BRB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18778284 | a year ago | | | 0 | 0.018700492 | |
| 18778279 | a year ago | | | 0 | 0.0098748883 | |
| 18748529 | a year ago | | | 0 | 0.0042132279 | |
| 18620929 | a year ago | | | 0 | 0.0061163557 | |
| 18581905 | a year ago | | | 0 | 0.0040156912 | |
| 18542561 | a year ago | | | 0 | 0.0054934964 | |
| 18530633 | a year ago | | | 0 | 0.0050030027 | |
| 18508897 | a year ago | | | 0 | 0.0018424842 | |
| 18463700 | a year ago | | | 0 | 0.0035674436 | |
| 18424859 | a year ago | | | 0 | 0.0014467888 |
ABI
ABI objects
Getter at block 21183980
nftCollection() view returns (address)
0xc67acc94b75c672366630cc3605362ad5c327a16
owner() view returns (address)
0x9ebae51f49b1bc196ca94a948dfaefa4a86622c1
rewardsToken() view returns (address)
0xc221e9e48c396c1a5a0ef47a7989127f8fcc2822
soulPercentage() view returns (uint256)
13
treasury() view returns (address)
0x6d331a5bc31600274e9ca6a24e00d63d5473249a
treasuryPercentage() view returns (uint256)
35
withdrawPeriod() view returns (uint256)
31536000
Read-only
availableRewards(address _staker) view returns (uint256)
baseRates(uint256) view returns (uint256)
getStakedTokens(address _user) view returns (struct BRBStaking365DaysStakedToken[])
soulOwner(address) view returns (bool)
stakerAddress(uint256) view returns (address)
stakers(address) view returns (uint256 unclaimedRewards)
State-modifying
Events addNewStakerAddressMapping(uint256 _tokenId, address _walletAddress)
claimRewards()
failtransferFrom(uint256 _start, uint256 _end)
failtransferFromSingleUser(address _walletAddress)
setBaseRate(struct BRBStaking365DaysBaseRate[] _newBaseRates)
setOwner(address _newOwner)
setSoulOwners(struct BRBStaking365DaysSoulOwner[] _newSoulOwners)
setSoulPercentage(uint256 _newtsoulPercentage)
setTreasuryAddress(address _newTreasuryAddress)
setTreasuryPercentage(uint256 _newtreasuryPercentage)
setWithdrawPeriod(uint256 _newWithdrawPeriod)
stake(uint256[] _tokenIds)
withdraw(uint256[] _tokenIds)
Initialized(uint8 version)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
constructor(address _nftCollection, address _rewardsToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.