BaltoNftStaking
Verified contract
Active on
Ethereum with 206 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x270d…e82d
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($638.84)
Native
Value
$638.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.207809 | $3,074.18 |
$638.84 | |
BALTO | ERC-20 | 1.365006M | -- | -- | |
BaltoAlpha | ERC-721 | 1 | -- | -- | |
BaltoAlpha | ERC-721 | 1 | -- | -- | |
BaltoAlpha | ERC-721 | 1 | -- | -- | |
BaltoAlpha | ERC-721 | 1 | -- | -- | |
BaltoAlpha | ERC-721 | 1 | -- | -- | |
BaltoAlpha | ERC-721 | 1 | -- | -- | |
BaltoAlpha | ERC-721 | 1 | -- | -- | |
BaltoAlpha | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18911314 | a year ago | | | 0.00089 | 0.00095009247 | |
| 18850505 | a year ago | | | 0.00089 | 0.0020525464 | |
| 18320012 | a year ago | | | 0.00089 | 0.00074250094 | |
| 18204798 | a year ago | | | 0.00089 | 0.00093669909 | |
| 18202342 | a year ago | | | 0.00089 | 0.0012976819 | |
| 18092751 | a year ago | | | 0.00089 | 0.0057619254 | |
| 18041642 | a year ago | | | 0.00089 | 0.0060063242 | |
| 18037491 | a year ago | | | 0.00089 | 0.0054753997 | |
| 17914416 | a year ago | | | 0 | 0.0013460616 | |
| 17914415 | a year ago | | | 0 | 0.0021522047 |
ABI
ABI objects
Getter at block 21210447 insufficientRewards() view returns (uint256)
bonusEndBlock() view returns (uint256)
17991091
duration() view returns (uint256)
280
isInitialized() view returns (bool)
true
lastRewardBlock() view returns (uint256)
18911314
oneTimeLimit() view returns (uint256)
40
owner() view returns (address)
0x6c110394408ffc38fd6a6ed1203c1338e1e99deb
performanceFee() view returns (uint256)
890000000000000
stakingNft() view returns (address)
0x270d3971d46d1b6b75c20113ce796be83577e82d
startBlock() view returns (uint256)
16191811
totalStaked() view returns (uint256)
563
treasury() view returns (address)
0x64961ffd0d84b2355ec2b5d35b0d8d8825a774dc
Read-only
accTokenPerShares(uint256) view returns (uint256)
availableRewardTokens(uint8 _index) view returns (uint256)
earnedTokens(uint256) view returns (address)
onERC721Received(address, address, uint256, bytes) view returns (bytes4)
pendingReward(address _user, uint8 _index) view returns (uint256)
rewardsPerBlock(uint256) view returns (uint256)
stakedInfo(address _user) view returns (uint256, uint256[])
userInfo(address) view returns (uint256 amount)
State-modifying
Events claimReward(uint8 _index) payable
claimRewardAll() payable
deposit(uint256[] _tokenIds) payable
emergencyRewardWithdraw(uint256 _amount, uint8 _index)
emergencyWithdraw()
increaseEmissionRate(uint256 _amount)
initialize(address _stakingNft, address[2] _earnedTokens, uint256[2] _rewardsPerBlock)
renounceOwnership()
rescueTokens(address _token)
setDuration(uint256 _duration)
setServiceInfo(address _treasury, uint256 _fee)
startReward()
stopReward()
transferOwnership(address newOwner)
updateEndBlock(uint256 _endBlock)
updateRewardsPerBlock(uint256 _rewardsPerBlock, uint8 _index)
withdraw(uint256 _amount) payable
AdminTokenRecovered(address tokenRecovered, uint256 amount)
Claim(address indexed user, address indexed token, uint256 amount)
Deposit(address indexed user, uint256[] tokenIds)
DurationUpdated(uint256 _duration)
EmergencyWithdraw(address indexed user, uint256[] tokenIds)
EndBlockUpdated(uint256 blockNumber)
NewRewardsPerBlock(uint256[2] rewardsPerBlock)
NewStartAndEndBlocks(uint256 startBlock, uint256 endBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsStop(uint256 blockNumber)
ServiceInfoUpadted(address _addr, uint256 _fee)
Withdraw(address indexed user, uint256[] tokenIds)
constructor()
receive()
This contract contains no error objects.