FlyzNFTStaking
Verified contract
Active on
Ethereum with 2,567 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($95.21)
Native
Value
$95.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,173.76 |
$95.21 | |
FLZ | ERC-20 | 145.985732 | -- | -- | |
WIRED | ERC-721 | 1 | -- | -- | |
WIRED | ERC-721 | 1 | -- | -- | |
WIRED | ERC-721 | 1 | -- | -- | |
WIRED | ERC-721 | 1 | -- | -- | |
WIRED | ERC-721 | 1 | -- | -- | |
WIRED | ERC-721 | 1 | -- | -- | |
WIRED | ERC-721 | 1 | -- | -- | |
WIRED | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19539396 | 8 months ago | | | 0 | 0.0056800981 | |
| 17995555 | a year ago | | | 0 | 0.0043837445 | |
| 16906805 | 2 years ago | | | 0 | 0.0013964696 | |
| 16441150 | 2 years ago | | | 0 | 0.0024705478 | |
| 16380192 | 2 years ago | | | 0 | 0.0034357539 | |
| 16372851 | 2 years ago | | | 0 | 0.014438076 | |
| 16371059 | 2 years ago | | | 0 | 0.0079971294 | |
| 16356234 | 2 years ago | | | 0 | 0.0054663847 | |
| 16356226 | 2 years ago | | | 0 | 0.0055437973 | |
| 16348542 | 2 years ago | | | 0 | 0.0097581918 |
ABI
ABI objects
Getter at block 21202229
collectedFee() view returns (uint256)
10210000000000000000
owner() view returns (address)
0xaed9a2acfdfac17aff3c6ecf20d412e601d13a90
pendingFee() view returns (uint256)
30000000000000000
poolsLength() view returns (uint256)
6
registrationFee() view returns (uint256)
10000000000000000
registrationFeeTarget() view returns (address)
0x4d6a04868749e5b0ae7b92c5cf2c4258a5b310ab
registrationOpen() view returns (bool)
true
requiresRegistration() view returns (bool)
true
rewardToken() view returns (address)
0x5a1912749d2b7c3cdb832b81601c8c3f437a0de8
totalRegistrationFee() view returns (uint256)
10240000000000000000
Read-only
getPool(uint256 poolIndex) view returns (struct PoolablePool)
getStakeInfo(address collection, uint256 tokenId) view returns (address, uint32, uint256, uint256, uint256, uint256, uint256)
getUserTotalRewards(address account) view returns (uint256)
isPoolOpened(uint256 poolIndex) view returns (bool)
isRegistered(address account) view returns (bool)
poolCollection(uint256 poolIndex) view returns (address)
State-modifying
Events addPool(struct PoolablePool pool)
batchRestake(uint32[] poolIds, struct FlyzNFTStakingTokenDefinition[] tokens)
batchStake(uint32[] poolIds, struct FlyzNFTStakingTokenDefinition[] tokens) payable
batchUnstake(struct FlyzNFTStakingTokenDefinition[] tokens)
claim(struct FlyzNFTStakingTokenDefinition[] tokens)
closePool(uint256 poolIndex)
collectRegistrationFee()
configureRegistration(bool isOpen, uint256 fee)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
recoverEth(address _to)
recoverNonFungibleToken(address _token, uint256 _tokenId)
recoverToken(address _token)
register() payable
renounceOwnership()
restake(address collection, uint256 tokenId, uint32 newPoolId)
setRegistered(address[] accounts)
setRegistrationFeeTarget(address target)
setRequiresRegistration(bool required)
stake(address collection, uint256 tokenId, uint32 poolId) payable
transferOwnership(address newOwner)
unstake(address collection, uint256 tokenId)
updatePool(uint256 poolIndex, struct PoolablePool pool)
EthRecovery(uint256 amount)
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)
Registered(address indexed account)
RegistrationConfigured(bool isOpen, uint256 fee)
RegistrationFeeCollected(uint256 amount)
RegistrationRequired(bool required)
RewardClaim(address indexed account, uint256 amount)
Stake(address indexed account, address indexed collection, uint256 tokenId, uint256 poolId)
TokenRecovery(address indexed token, uint256 amount)
Unstake(address indexed account, address indexed collection, uint256 tokenId)
constructor(address _rewardToken, bool _requiresRegistration, uint256 _registrationFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.