StakeManager
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1337…6348
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "StakeManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13240381 | 3 years ago | | | 0 | 0.0066261000 |
ABI
ABI objects
Getter at block 21316075
BUCKET_STEP() view returns (uint64)
86400
ETH_SIG() view returns (bytes4)
0x45544800
head() view returns (uint96)
0
tail() view returns (uint96)
0
Read-only
allowedCover(address _protocol, uint256 _totalBorrowedAmount) view returns (bool)
allowedProtocol(address) view returns (bool)
checkPoints(uint64) view returns (uint96 head, uint96 tail)
coverMigrated(uint256) view returns (bool)
infos(uint96) view returns (uint96 next, uint96 prev, uint64 expiresAt)
nftOwners(uint256) view returns (address)
pendingWithdrawals(uint256) view returns (uint256)
protocolAddress(uint64) view returns (address)
protocolId(address) view returns (uint64)
submitted(uint256) view returns (bool)
totalStakedAmount(address) view returns (uint256)
State-modifying
Events allowProtocol(address _protocol, bool _allow)
batchStakeNft(uint256[] _nftIds)
changeMaster(address _newMaster)
changeWithdrawalDelay(uint256 _withdrawalDelay)
forceRemoveNft(address[] _users, uint256[] _nftIds)
forceResetExpires(uint256[] _nftIds)
initialize(address _armorMaster)
keep()
migrateCovers(uint256[] _nftIds)
resetBuckets(uint64[] _buckets, uint96[] _heads, uint96[] _tails)
stakeNft(uint256 _nftId)
subtractTotal(uint256 _nftId, address _protocol, uint256 _subtractAmount)
toggleUF()
withdrawNft(uint256 _nftId)
ExpiredNFT(address indexed user, uint256 nftId, uint256 timestamp)
RemovedNFT(address indexed user, address indexed protocol, uint256 nftId, uint256 sumAssured, uint256 secondPrice, uint16 coverPeriod, uint256 timestamp)
StakedNFT(address indexed user, address indexed protocol, uint256 nftId, uint256 sumAssured, uint256 secondPrice, uint16 coverPeriod, uint256 timestamp)
WithdrawRequest(address indexed user, uint256 nftId, uint256 timestamp, uint256 withdrawTimestamp)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.