The latest block we've processed for this chain is 20896055, which is 3 minutes old. We're running behind the tip but working to resolve the issue.

BananFullProtec

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x687069f1 at 18692017
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BananFullProtec"

No transactions found for "BananFullProtec"


Functions
Getter at block 20896054
config(view returns (address)
0xd4131fe2c6e894d3306cfe010010e17b763abf85
depositsEnabled(view returns (bool)
true
fullProtecLockDuration(view returns (uint32)
300
getTotalStakedAmount(view returns (uint256)
0
outputAddress(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x1c25e31d061f332e38b8a7ad635c2a7d760e2a02
thresholdFullProtecBananBalance(view returns (uint224)
1000000000000000000000000000
totalStaked(view returns (uint256)
0
Read-only
getIsUserAboveThresholdToAvoidClaimTax(address _userview returns (bool)
getUserStakedAmount(address _userview returns (uint256)
userInfo(addressview returns (uint256 amountuint256 lockEndedTimestamp)
State-modifying
deposit(uint256 _amount
openFullProtecDeposits(
renounceOwnership(
setConfigManager(address _configManager
setFullProtecLockDuration(uint32 _lockDuration
setOutputAddress(address _outputAddress
setThresholdFullProtecBananBalance(uint224 _threshold
transferOwnership(address newOwner
withdraw(uint256 _amount
withdrawERC20FromContract(address _toaddress _token
withdrawEthFromContract(
Events
Deposit(address indexed useruint256 amount
FullProtecOpened(uint256 timestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetDepositsEnabled(bool enabled
SetLockDuration(uint256 fullProtecLockDuration
TaxRatioUpdate(address indexed useruint256 indexed newUserTaxRatio
Withdraw(address indexed useruint256 amount
Constructor
constructor(address _configManager
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerIsNotConfig(
DepositsDisabled(
ForwardFailed(
InvalidAllowance(
InvalidAmount(
NoOutputAddressSet(
StillLocked(