OnnaBugeishaStaking
Verified contract
Active on
Ethereum with 8,059 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x23a5…3e9e
0x24c4…6518
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ONNA | ERC-721 | 1 | -- | -- | |
ONNA | ERC-721 | 1 | -- | -- | |
ONNA | ERC-721 | 1 | -- | -- | |
ONNA | ERC-721 | 1 | -- | -- | |
ONNA | ERC-721 | 1 | -- | -- | |
ONNA | ERC-721 | 1 | -- | -- | |
ONNA | ERC-721 | 1 | -- | -- | |
ONNA | ERC-721 | 1 | -- | -- | |
ONNA | ERC-721 | 1 | -- | -- | |
ONNA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21220330 | 8 hours ago | | | 0 | 0.0012038197 | |
| 21220326 | 8 hours ago | | | 0 | 0.0016038203 | |
| 21213104 | a day ago | | | 0 | 0.0015378433 | |
| 21211896 | 2 days ago | | | 0 | 0.0010289524 | |
| 21207881 | 2 days ago | | | 0 | 0.0010375663 | |
| 21203557 | 3 days ago | | | 0 | 0.0014487810 | |
| 21202835 | 3 days ago | | | 0 | 0.00094166030 | |
| 21202373 | 3 days ago | | | 0 | 0.0020395294 | |
| 21200980 | 3 days ago | | | 0 | 0.0011656194 | |
| 21200640 | 3 days ago | | | 0 | 0.0013985003 |
ABI
ABI objects
Getter at block 21222674
nftCollection() view returns (address)
0x23a5ddd62aac108d1e1a81aa2b83a59055963e9e
owner() view returns (address)
0xe1917c2ae334640589d7593502a3a9b3615358c3
poolsLength() view returns (uint256)
30
rewardToken() view returns (address)
0x24c487fc99f31181ffdc3b7664b7471ee0506518
Read-only
getPool(uint256 poolIndex) view returns (struct PoolablePool)
getStakeInfo(uint256 tokenId) view returns (address, uint256, uint256, uint256, uint256)
getUserTotalRewards(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPoolOpened(uint256 poolIndex) view returns (bool)
isTokenUnlocked(uint256 tokenId) view returns (bool)
State-modifying
Events addMinter(address minter)
addPool(struct PoolablePool pool)
batchRestake(uint256 poolId, uint256[] tokenIds)
batchStake(uint256 poolId, uint256[] tokenIds)
batchStakeFrom(address from, uint256 poolId, uint256[] tokenIds)
batchUnstake(uint256[] tokenIds)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
recoverEth(address _to)
recoverNonFungibleToken(address _token, uint256 _tokenId)
recoverToken(address _token)
removeMinter(address minter)
renounceOwnership()
restake(uint256 newPoolId, uint256 tokenId)
stake(uint256 poolId, uint256 tokenId)
stakeFrom(address from, uint256 poolId, uint256 tokenId)
transferOwnership(address newOwner)
unstake(uint256 tokenId)
updatePool(uint256 poolIndex, struct PoolablePool pool)
BatchStake(address indexed account, uint256 poolId, uint256[] tokenIds)
BatchUnstake(address indexed account, uint256[] tokenIds)
EthRecovery(uint256 amount)
MinterAdded(address indexed minter)
MinterRemoved(address indexed minter)
NonFungibleTokenRecovery(address indexed token, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolAdded(uint256 poolIndex, struct PoolablePool pool)
PoolUpdated(uint256 poolIndex, struct PoolablePool pool)
Stake(address indexed account, uint256 poolId, uint256 tokenId)
TokenRecovery(address indexed token, uint256 amount)
Unstake(address indexed account, uint256 tokenId)
constructor(address _nftCollection, address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.