FlashProtocol
Verified contract
Active on
Ethereum with 327 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FlashProtocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21058027 | 2 months ago | | | 0 | 0.0023497772 | |
| 21058027 | 2 months ago | | | 0 | 0.0024927785 | |
| 21042122 | 2 months ago | | | 0 | 0.0018664072 | |
| 20973362 | 2 months ago | | | 0 | 0.0055119449 | |
| 20790181 | 3 months ago | | | 0 | 0.0029573114 | |
| 20773264 | 3 months ago | | | 0 | 0.0029250900 | |
| 20157234 | 6 months ago | | | 0 | 0.00072116498 | |
| 19950832 | 7 months ago | | | 0 | 0.00092997629 | |
| 19885300 | 7 months ago | | | 0 | 0.0010987933 | |
| 19650926 | 8 months ago | | | 0 | 0.0039501313 |
ABI
ABI objects
Getter at block 21432888
flashNFTAddress() view returns (address)
0x3b090839c26fe3b2bdfa2f4cd7f3ab001ccdf73f
owner() view returns (address)
0x8603ffe7b00ccd759f28abfe448454a24cfba581
Read-only
getStakeInfo(uint256 _id, bool _isNFT) view returns (struct FlashProtocolStakeStruct _stake)
State-modifying
Events flashStake(address _strategyAddress, uint256 _tokenAmount, uint256 _stakeDuration, uint256 _minimumReceived, address _yieldTo, bool _mintNFT)
issueNFT(uint256 _stakeId) returns (uint256 _nftId)
registerStrategy(address _strategyAddress, address _principalTokenAddress, string _fTokenName, string _fTokenSymbol)
renounceOwnership()
setMintFeeInfo(address _feeRecipient, uint96 _feePercentageBasis)
stake(address _strategyAddress, uint256 _tokenAmount, uint256 _stakeDuration, address _fTokensTo, bool _issueNFT) returns (struct FlashProtocolStakeStruct _stake)
transferOwnership(address newOwner)
unstake(uint256 _id, bool _isNFT, uint256 _fTokenToBurn) returns (uint256 _principalReturned, uint256 _fTokensBurned)
NFTIssued(uint256 _stakeId, uint256 nftId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(uint256 _stakeId)
StrategyRegistered(address indexed _strategyAddress, address indexed _principalTokenAddress, address indexed _fTokenAddress)
Unstaked(uint256 _stakeId, uint256 _tokensReturned, uint256 _fTokensBurned, bool _stakeFinished)
constructor(address _flashNFTAddress, address _flashFTokenFactoryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.